diff options
Diffstat (limited to 'runtime/GC')
-rw-r--r-- | runtime/GC/Makefile | 4 | ||||
-rw-r--r-- | runtime/GC/SemiSpace/Makefile | 4 |
2 files changed, 4 insertions, 4 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. # ##===----------------------------------------------------------------------===## |