Correct licenses in Makefiles.

This commit is contained in:
Axel Naumann 2014-01-07 09:55:59 +01:00 committed by sftnight
parent 985539d647
commit 5da6e646a5
12 changed files with 66 additions and 27 deletions

View File

@ -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.
#
##===----------------------------------------------------------------------===##

View File

@ -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.
#
##===----------------------------------------------------------------------===##

View File

@ -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

View File

@ -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

View File

@ -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.
#
##===----------------------------------------------------------------------===##
#

View File

@ -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 = ../../..

View File

@ -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.
#
##===----------------------------------------------------------------------===##
#

View File

@ -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.
#
##===----------------------------------------------------------------------===##
#

View File

@ -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.
#
##===----------------------------------------------------------------------===##
#

View File

@ -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

View File

@ -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.
#
##===----------------------------------------------------------------------===##

View File

@ -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 = ../../../..