Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / lustre / scripts / maketags.sh
index 7f3a793..6f87d8d 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/sh
+# Copyright 2008 Sun Microsystems, Inc.
+#
+# This code is issued under the GNU General Public License.
+# See the file COPYING in this distribution
 set -vx
 rm -f TAGS ; find . -name '*.h' -or -name '*.c' | xargs etags
 rm -f ctags; find . -name '*.h' -or -name '*.c' | xargs ctags