[llvm-commits] CVS: llvm/test/QMTest/llvm.py llvmdb.py
John Criswell
criswell at cs.uiuc.edu
Tue Oct 21 09:37:01 PDT 2003
Changes in directory llvm/test/QMTest:
llvm.py updated: 1.19 -> 1.20
llvmdb.py updated: 1.7 -> 1.8
---
Log message:
Added LLVM copyright notice.
---
Diffs of the changes: (+14 -0)
Index: llvm/test/QMTest/llvm.py
diff -u llvm/test/QMTest/llvm.py:1.19 llvm/test/QMTest/llvm.py:1.20
--- llvm/test/QMTest/llvm.py:1.19 Fri Oct 10 16:46:35 2003
+++ llvm/test/QMTest/llvm.py Tue Oct 21 09:36:46 2003
@@ -1,4 +1,11 @@
##############################################################################
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##############################################################################
#
# File: llvm.py
#
Index: llvm/test/QMTest/llvmdb.py
diff -u llvm/test/QMTest/llvmdb.py:1.7 llvm/test/QMTest/llvmdb.py:1.8
--- llvm/test/QMTest/llvmdb.py:1.7 Fri Oct 10 14:51:36 2003
+++ llvm/test/QMTest/llvmdb.py Tue Oct 21 09:36:46 2003
@@ -1,4 +1,11 @@
##############################################################################
+#
+# The LLVM Compiler Infrastructure
+#
+# This file was developed by the LLVM research group and is distributed under
+# the University of Illinois Open Source License. See LICENSE.TXT for details.
+#
+##############################################################################
#
# File: llvmdb.py
#
More information about the llvm-commits
mailing list