You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ne...@apache.org on 2011/10/07 19:18:59 UTC

svn commit: r1180110 [2/2] - in /incubator/kafka/trunk: ./ bin/ clients/clojure/ clients/clojure/leiningen/ clients/clojure/resources/ clients/clojure/src/kafka/ clients/clojure/test/kafka/ clients/cpp/build-aux/ clients/php/src/examples/ clients/php/s...

Modified: incubator/kafka/trunk/core/src/test/resources/log4j.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/core/src/test/resources/log4j.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/core/src/test/resources/log4j.properties (original)
+++ incubator/kafka/trunk/core/src/test/resources/log4j.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 log4j.rootLogger=WARN, stdout
 
 log4j.appender.stdout=org.apache.log4j.ConsoleAppender

Modified: incubator/kafka/trunk/core/src/test/scala/other/kafka.log4j.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/core/src/test/scala/other/kafka.log4j.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/core/src/test/scala/other/kafka.log4j.properties (original)
+++ incubator/kafka/trunk/core/src/test/scala/other/kafka.log4j.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 log4j.rootLogger=INFO, KAFKA
 
 log4j.appender.KAFKA=kafka.log4j.KafkaAppender

Modified: incubator/kafka/trunk/examples/bin/java-producer-consumer-demo.sh
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/examples/bin/java-producer-consumer-demo.sh?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/examples/bin/java-producer-consumer-demo.sh (original)
+++ incubator/kafka/trunk/examples/bin/java-producer-consumer-demo.sh Fri Oct  7 17:18:56 2011
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 base_dir=$(dirname $0)/../..
 

Modified: incubator/kafka/trunk/examples/bin/java-simple-consumer-demo.sh
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/examples/bin/java-simple-consumer-demo.sh?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/examples/bin/java-simple-consumer-demo.sh (original)
+++ incubator/kafka/trunk/examples/bin/java-simple-consumer-demo.sh Fri Oct  7 17:18:56 2011
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 base_dir=$(dirname $0)/../..
 

Modified: incubator/kafka/trunk/project/build.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/project/build.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/project/build.properties (original)
+++ incubator/kafka/trunk/project/build.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 #Project properties
 #Mon Feb 28 11:55:49 PST 2011
 project.name=Kafka

Modified: incubator/kafka/trunk/system_test/embedded_consumer/bin/run-test.sh
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/bin/run-test.sh?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/bin/run-test.sh (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/bin/run-test.sh Fri Oct  7 17:18:56 2011
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 readonly num_messages=400000
 readonly message_size=400

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/blacklisttest.consumer.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/blacklisttest.consumer.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/blacklisttest.consumer.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/blacklisttest.consumer.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # see kafka.consumer.ConsumerConfig for more details
 
 # zk connection string

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/consumer.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/consumer.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/consumer.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/consumer.properties Fri Oct  7 17:18:56 2011
@@ -0,0 +1,14 @@
+# 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.

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/mirror_producer.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/mirror_producer.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/mirror_producer.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/mirror_producer.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # zk connection string
 # comma separated host:port pairs, each corresponding to a zk
 # server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002"

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/server_source1.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/server_source1.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/server_source1.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/server_source1.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # see kafka.server.KafkaConfig for additional details and defaults
 
 # the id of the broker

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/server_source2.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/server_source2.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/server_source2.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/server_source2.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # see kafka.server.KafkaConfig for additional details and defaults
 
 # the id of the broker

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/server_source3.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/server_source3.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/server_source3.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/server_source3.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # see kafka.server.KafkaConfig for additional details and defaults
 
 # the id of the broker

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/server_target1.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/server_target1.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/server_target1.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/server_target1.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # see kafka.server.KafkaConfig for additional details and defaults
 
 # the id of the broker

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/server_target2.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/server_target2.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/server_target2.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/server_target2.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # see kafka.server.KafkaConfig for additional details and defaults
 
 # the id of the broker

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/whitelisttest.consumer.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/whitelisttest.consumer.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/whitelisttest.consumer.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/whitelisttest.consumer.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # see kafka.consumer.ConsumerConfig for more details
 
 # zk connection string

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/zookeeper_source.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/zookeeper_source.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/zookeeper_source.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/zookeeper_source.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # the directory where the snapshot is stored.
 dataDir=/tmp/zookeeper_source
 # the port at which the clients will connect

Modified: incubator/kafka/trunk/system_test/embedded_consumer/config/zookeeper_target.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/embedded_consumer/config/zookeeper_target.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/embedded_consumer/config/zookeeper_target.properties (original)
+++ incubator/kafka/trunk/system_test/embedded_consumer/config/zookeeper_target.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # the directory where the snapshot is stored.
 dataDir=/tmp/zookeeper_target
 # the port at which the clients will connect

Modified: incubator/kafka/trunk/system_test/producer_perf/bin/run-compression-test.sh
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/producer_perf/bin/run-compression-test.sh?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/producer_perf/bin/run-compression-test.sh (original)
+++ incubator/kafka/trunk/system_test/producer_perf/bin/run-compression-test.sh Fri Oct  7 17:18:56 2011
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 num_messages=2000000
 message_size=200

Modified: incubator/kafka/trunk/system_test/producer_perf/bin/run-test.sh
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/producer_perf/bin/run-test.sh?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/producer_perf/bin/run-test.sh (original)
+++ incubator/kafka/trunk/system_test/producer_perf/bin/run-test.sh Fri Oct  7 17:18:56 2011
@@ -1,4 +1,18 @@
 #!/bin/bash
+# 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.
 
 num_messages=2000000
 message_size=200

Modified: incubator/kafka/trunk/system_test/producer_perf/config/server.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/producer_perf/config/server.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/producer_perf/config/server.properties (original)
+++ incubator/kafka/trunk/system_test/producer_perf/config/server.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # see kafka.server.KafkaConfig for additional details and defaults
 
 # the id of the broker

Modified: incubator/kafka/trunk/system_test/producer_perf/config/zookeeper.properties
URL: http://svn.apache.org/viewvc/incubator/kafka/trunk/system_test/producer_perf/config/zookeeper.properties?rev=1180110&r1=1180109&r2=1180110&view=diff
==============================================================================
--- incubator/kafka/trunk/system_test/producer_perf/config/zookeeper.properties (original)
+++ incubator/kafka/trunk/system_test/producer_perf/config/zookeeper.properties Fri Oct  7 17:18:56 2011
@@ -1,3 +1,17 @@
+# 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.
 # the directory where the snapshot is stored.
 dataDir=/tmp/zookeeper
 # the port at which the clients will connect