Whamcloud - gitweb
LU-3157 llite: A not locked mutex can be unlocked.
[fs/lustre-release.git] / lustre / scripts / maketags.sh
index 7f3a793..abbc935 100755 (executable)
@@ -1,4 +1,8 @@
 #!/bin/sh
+# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
+#
+# 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