You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jo...@apache.org on 2012/09/29 03:11:56 UTC

svn commit: r1391716 - in /incubator/kafka/branches/0.7.2: sbt system_test/common/util.sh

Author: joestein
Date: Sat Sep 29 01:11:56 2012
New Revision: 1391716

URL: http://svn.apache.org/viewvc?rev=1391716&view=rev
Log:
KAFKA-538 missing apache license header in sbt and util.h

Modified:
    incubator/kafka/branches/0.7.2/sbt
    incubator/kafka/branches/0.7.2/system_test/common/util.sh

Modified: incubator/kafka/branches/0.7.2/sbt
URL: http://svn.apache.org/viewvc/incubator/kafka/branches/0.7.2/sbt?rev=1391716&r1=1391715&r2=1391716&view=diff
==============================================================================
--- incubator/kafka/branches/0.7.2/sbt (original)
+++ incubator/kafka/branches/0.7.2/sbt Sat Sep 29 01:11:56 2012
@@ -1 +1,16 @@
+# 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.
+
 java -Xmx1024M -XX:MaxPermSize=512m -jar `dirname $0`/lib/sbt-launch.jar "$@"

Modified: incubator/kafka/branches/0.7.2/system_test/common/util.sh
URL: http://svn.apache.org/viewvc/incubator/kafka/branches/0.7.2/system_test/common/util.sh?rev=1391716&r1=1391715&r2=1391716&view=diff
==============================================================================
--- incubator/kafka/branches/0.7.2/system_test/common/util.sh (original)
+++ incubator/kafka/branches/0.7.2/system_test/common/util.sh Sat Sep 29 01:11:56 2012
@@ -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.
 
 # =========================================
 # info - print messages with timestamp