From 5da6e646a541c0b566ffab9b92758a67c59b2357 Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Tue, 7 Jan 2014 09:55:59 +0100 Subject: [PATCH] Correct licenses in Makefiles. --- Makefile | 7 ++++--- docs/Makefile | 7 ++++--- include/Makefile | 10 ++++++++++ include/cling/Makefile | 10 ++++++++++ lib/Interpreter/Makefile | 7 ++++--- lib/Makefile | 7 ++++--- lib/MetaProcessor/Makefile | 7 ++++--- lib/UserInterface/Makefile | 7 ++++--- lib/Utils/Makefile | 7 ++++--- test/Makefile | 10 ++++++++++ tools/Makefile | 7 ++++--- tools/driver/Makefile | 7 ++++--- 12 files changed, 66 insertions(+), 27 deletions(-) diff --git a/Makefile b/Makefile index af9924d3..3326e0dd 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,10 @@ ##===- Makefile --------------------------------------------*- Makefile -*-===## # -# The LLVM Compiler Infrastructure +# The Cling Interpreter # -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## diff --git a/docs/Makefile b/docs/Makefile index bda74113..bd11373c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,9 +1,10 @@ ##===- docs/Makefile ---------------------------------------*- Makefile -*-===## # -# The LLVM Compiler Infrastructure +# The Cling Interpreter # -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## diff --git a/include/Makefile b/include/Makefile index 98d7d8a7..633e39f2 100644 --- a/include/Makefile +++ b/include/Makefile @@ -1,3 +1,13 @@ +##===- cling/include/Makefile ------------------------------*- Makefile -*-===## +# +# The Cling Interpreter +# +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + CLING_LEVEL := .. DIRS := cling diff --git a/include/cling/Makefile b/include/cling/Makefile index 6c099ea3..613e8cf0 100644 --- a/include/cling/Makefile +++ b/include/cling/Makefile @@ -1,3 +1,13 @@ +##===- cling/include/cling/Makefile ------------------------*- Makefile -*-===## +# +# The Cling Interpreter +# +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + CLING_LEVEL := ../.. include $(CLING_LEVEL)/Makefile diff --git a/lib/Interpreter/Makefile b/lib/Interpreter/Makefile index edcce653..667c2540 100644 --- a/lib/Interpreter/Makefile +++ b/lib/Interpreter/Makefile @@ -1,9 +1,10 @@ ##===- cling/lib/Interpreter/Makefile-----------------------*- Makefile -*-===## # -# The LLVM Compiler Infrastructure +# The Cling Interpreter # -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## # diff --git a/lib/Makefile b/lib/Makefile index ac330e10..4d127756 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,9 +1,10 @@ ##===- lib/Makefile ----------------------------------------*- Makefile -*-===## # -# The LLVM Compiler Infrastructure +# The Cling Interpreter # -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../../.. diff --git a/lib/MetaProcessor/Makefile b/lib/MetaProcessor/Makefile index 19fb1ee3..6c041a7c 100644 --- a/lib/MetaProcessor/Makefile +++ b/lib/MetaProcessor/Makefile @@ -1,9 +1,10 @@ ##===- cling/lib/MetaProcessor/Makefile---------------------*- Makefile -*-===## # -# The LLVM Compiler Infrastructure +# The Cling Interpreter # -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## # diff --git a/lib/UserInterface/Makefile b/lib/UserInterface/Makefile index 7ab75f27..3964d2fc 100644 --- a/lib/UserInterface/Makefile +++ b/lib/UserInterface/Makefile @@ -1,9 +1,10 @@ ##===- cling/lib/UserInterface/Makefile---------------------*- Makefile -*-===## # -# The LLVM Compiler Infrastructure +# The Cling Interpreter # -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## # diff --git a/lib/Utils/Makefile b/lib/Utils/Makefile index 30675135..b6fbd462 100644 --- a/lib/Utils/Makefile +++ b/lib/Utils/Makefile @@ -1,9 +1,10 @@ ##===- cling/lib/MetaProcessor/Makefile---------------------*- Makefile -*-===## # -# The LLVM Compiler Infrastructure +# The Cling Interpreter # -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## # diff --git a/test/Makefile b/test/Makefile index b25c0283..5963f654 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,3 +1,13 @@ +##===- cling/test/Makefile ---------------------------------*- Makefile -*-===## +# +# The Cling Interpreter +# +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + LEVEL = ../../.. include $(LEVEL)/Makefile.common diff --git a/tools/Makefile b/tools/Makefile index 70dde905..f5afba7e 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -1,9 +1,10 @@ ##===- tools/Makefile --------------------------------------*- Makefile -*-===## # -# The LLVM Compiler Infrastructure +# The Cling Interpreter # -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## diff --git a/tools/driver/Makefile b/tools/driver/Makefile index 39536cf6..33f346ab 100644 --- a/tools/driver/Makefile +++ b/tools/driver/Makefile @@ -1,9 +1,10 @@ ##===- tools/driver/Makefile -------------------------------*- Makefile -*-===## # -# The LLVM Compiler Infrastructure +# The Cling Interpreter # -# This file is distributed under the University of Illinois Open Source -# License. See LICENSE.TXT for details. +# This file is dual-licensed: you can choose to license it under the University +# of Illinois Open Source License or the GNU Lesser General Public License. See +# LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../../../..