diff options
author | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:11:13 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-12-29 20:11:13 +0000 |
commit | 3876aa7d638d15f9fd60dcd63d072e28ca2a422d (patch) | |
tree | d67c2117afc9d12e5caaf32c7bf1634e9298f4c0 /runtime | |
parent | 80455b86f2c6c56b56f690db3c1fdd3a401f9df3 (diff) | |
download | external_llvm-3876aa7d638d15f9fd60dcd63d072e28ca2a422d.zip external_llvm-3876aa7d638d15f9fd60dcd63d072e28ca2a422d.tar.gz external_llvm-3876aa7d638d15f9fd60dcd63d072e28ca2a422d.tar.bz2 |
remove attributions from the rest of the llvm makefiles.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45416 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/GC/Makefile | 4 | ||||
-rw-r--r-- | runtime/GC/SemiSpace/Makefile | 4 | ||||
-rw-r--r-- | runtime/Makefile | 4 | ||||
-rw-r--r-- | runtime/libprofile/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/runtime/GC/Makefile b/runtime/GC/Makefile index b57dc85..b053e25 100644 --- a/runtime/GC/Makefile +++ b/runtime/GC/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## diff --git a/runtime/GC/SemiSpace/Makefile b/runtime/GC/SemiSpace/Makefile index 6f8e54c..babcc80 100644 --- a/runtime/GC/SemiSpace/Makefile +++ b/runtime/GC/SemiSpace/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## diff --git a/runtime/Makefile b/runtime/Makefile index 99a5e0c..3883041 100644 --- a/runtime/Makefile +++ b/runtime/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## diff --git a/runtime/libprofile/Makefile b/runtime/libprofile/Makefile index e88fcdc..8ff46fa 100644 --- a/runtime/libprofile/Makefile +++ b/runtime/libprofile/Makefile @@ -2,8 +2,8 @@ # # 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. +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## |