diff --git a/clients/cpp/configure.ac b/clients/cpp/configure.ac index e6397771087..62002026c92 100644 --- a/clients/cpp/configure.ac +++ b/clients/cpp/configure.ac @@ -1,5 +1,19 @@ ## LibKafkaConect ## A C++ shared libray for connecting to Kafka +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. # # Warning this is the first time I've made a configure.ac/Makefile.am thing @@ -25,4 +39,4 @@ AC_CONFIG_MACRO_DIR([build-aux/m4]) AC_SUBST([KAFKACONNECT_VERSION], [1:0:1]) AC_CONFIG_FILES([Makefile]) -AC_OUTPUT \ No newline at end of file +AC_OUTPUT diff --git a/clients/csharp/Settings.StyleCop b/clients/csharp/Settings.StyleCop index 049b2a06dbf..70c77f6498f 100644 --- a/clients/csharp/Settings.StyleCop +++ b/clients/csharp/Settings.StyleCop @@ -1,3 +1,19 @@ + diff --git a/clients/csharp/lib/StyleCop/Microsoft.StyleCop.Targets b/clients/csharp/lib/StyleCop/Microsoft.StyleCop.Targets index cc2539ed372..2b319a4f25e 100644 --- a/clients/csharp/lib/StyleCop/Microsoft.StyleCop.Targets +++ b/clients/csharp/lib/StyleCop/Microsoft.StyleCop.Targets @@ -1,3 +1,19 @@ +  diff --git a/clients/csharp/lib/StyleCop/Settings.StyleCop b/clients/csharp/lib/StyleCop/Settings.StyleCop index 058ee215769..306927926cf 100644 --- a/clients/csharp/lib/StyleCop/Settings.StyleCop +++ b/clients/csharp/lib/StyleCop/Settings.StyleCop @@ -1,3 +1,19 @@ + diff --git a/clients/csharp/src/Kafka/Kafka.Client/AbstractRequest.cs b/clients/csharp/src/Kafka/Kafka.Client/AbstractRequest.cs index 0c1be48b067..ee08c4c92ff 100644 --- a/clients/csharp/src/Kafka/Kafka.Client/AbstractRequest.cs +++ b/clients/csharp/src/Kafka/Kafka.Client/AbstractRequest.cs @@ -1,4 +1,20 @@ -using System; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ +using System; using System.Collections.Generic; using System.Linq; using System.Text; diff --git a/clients/csharp/src/Kafka/Kafka.Client/Properties/AssemblyInfo.cs b/clients/csharp/src/Kafka/Kafka.Client/Properties/AssemblyInfo.cs index 2be46659d4b..044e6ca39ca 100644 --- a/clients/csharp/src/Kafka/Kafka.Client/Properties/AssemblyInfo.cs +++ b/clients/csharp/src/Kafka/Kafka.Client/Properties/AssemblyInfo.cs @@ -1,4 +1,20 @@ -using System; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ +using System; using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/clients/csharp/src/Kafka/Kafka.FxCop b/clients/csharp/src/Kafka/Kafka.FxCop index 797c32a6ae6..3ed3374d37e 100644 --- a/clients/csharp/src/Kafka/Kafka.FxCop +++ b/clients/csharp/src/Kafka/Kafka.FxCop @@ -1,3 +1,19 @@ +  diff --git a/clients/csharp/src/Kafka/Kafka.sln b/clients/csharp/src/Kafka/Kafka.sln index efaeefc5cce..b45756990ba 100644 --- a/clients/csharp/src/Kafka/Kafka.sln +++ b/clients/csharp/src/Kafka/Kafka.sln @@ -1,3 +1,19 @@ +  Microsoft Visual Studio Solution File, Format Version 11.00 # Visual Studio 2010 diff --git a/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/App.config b/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/App.config index 33e40ba9a55..7e4c9a29bb8 100644 --- a/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/App.config +++ b/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/App.config @@ -1,3 +1,19 @@ +  diff --git a/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Config/Debug/App.config b/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Config/Debug/App.config index 33e40ba9a55..7e4c9a29bb8 100644 --- a/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Config/Debug/App.config +++ b/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Config/Debug/App.config @@ -1,3 +1,19 @@ +  diff --git a/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Config/Integration/App.config b/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Config/Integration/App.config index dca35c8bdf6..7eb9c426db7 100644 --- a/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Config/Integration/App.config +++ b/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Config/Integration/App.config @@ -1,3 +1,19 @@ +  diff --git a/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Log4Net.config b/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Log4Net.config index c3dd282233a..db7bd168caf 100644 --- a/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Log4Net.config +++ b/clients/csharp/src/Kafka/Tests/Kafka.Client.IntegrationTests/Log4Net.config @@ -1,3 +1,19 @@ +  diff --git a/clients/csharp/src/Kafka/Tests/Kafka.Client.Tests/Properties/AssemblyInfo.cs b/clients/csharp/src/Kafka/Tests/Kafka.Client.Tests/Properties/AssemblyInfo.cs index 2458d8159fb..efe653d08bf 100644 --- a/clients/csharp/src/Kafka/Tests/Kafka.Client.Tests/Properties/AssemblyInfo.cs +++ b/clients/csharp/src/Kafka/Tests/Kafka.Client.Tests/Properties/AssemblyInfo.cs @@ -1,4 +1,20 @@ -using System.Reflection; +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. +*/ +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following diff --git a/clients/ruby/Rakefile b/clients/ruby/Rakefile index a7eedd525d2..00aa14c10c4 100644 --- a/clients/ruby/Rakefile +++ b/clients/ruby/Rakefile @@ -1,3 +1,18 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + require 'rubygems' require 'rake/gempackagetask' require 'rubygems/specification' diff --git a/clients/ruby/kafka-rb.gemspec b/clients/ruby/kafka-rb.gemspec index 88def850f14..52ff6afedbd 100644 --- a/clients/ruby/kafka-rb.gemspec +++ b/clients/ruby/kafka-rb.gemspec @@ -1,4 +1,18 @@ # -*- encoding: utf-8 -*- +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. Gem::Specification.new do |s| s.name = %q{kafka-rb} diff --git a/project/plugins/Plugins.scala b/project/plugins/Plugins.scala index 6938e3096cf..0777d82bd35 100644 --- a/project/plugins/Plugins.scala +++ b/project/plugins/Plugins.scala @@ -1,3 +1,20 @@ +/** + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + import sbt._ class Plugins(info: ProjectInfo) extends PluginDefinition(info) {