Author: vinoski
Date: Thu Nov  9 14:20:13 2006
New Revision: 473097

URL: http://svn.apache.org/viewvc?view=rev&rev=473097
Log:
add Apache license

Modified:
    incubator/qpid/trunk/qpid/bin/set_svn_properties.sh

Modified: incubator/qpid/trunk/qpid/bin/set_svn_properties.sh
URL: 
http://svn.apache.org/viewvc/incubator/qpid/trunk/qpid/bin/set_svn_properties.sh?view=diff&rev=473097&r1=473096&r2=473097
==============================================================================
--- incubator/qpid/trunk/qpid/bin/set_svn_properties.sh (original)
+++ incubator/qpid/trunk/qpid/bin/set_svn_properties.sh Thu Nov  9 14:20:13 2006
@@ -1,7 +1,24 @@
+#
+#
+# Copyright (c) 2006 The Apache Software Foundation
+#
+# Licensed 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.
+#
 
-# this script will set the proper svn properties on all the files in the tree
+# This script will set the proper svn properties on all the files in the tree.
 # It pretty much requires a gnu compatible xargs (for the -r flag).  Running
-# on Linux is probably the best option
+# on Linux is probably the best option, or gnuxargs is available for OS X from
+# darwinports.
 
 
 find . -name "*.java" | grep -v ".svn" | xargs -n 1 -r svn propset 
svn:eol-style native


Reply via email to