aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clang-tools-extra/LICENSE.TXT2
-rw-r--r--clang/LICENSE.TXT2
-rw-r--r--clang/docs/conf.py2
-rw-r--r--compiler-rt/LICENSE.TXT4
-rw-r--r--libclc/LICENSE.TXT4
-rw-r--r--libcxx/LICENSE.TXT4
-rw-r--r--libcxxabi/LICENSE.TXT4
-rw-r--r--lld/LICENSE.TXT2
-rw-r--r--lld/docs/conf.py2
-rw-r--r--llvm/LICENSE.TXT2
-rw-r--r--llvm/autoconf/configure.ac4
-rwxr-xr-xllvm/configure6
-rw-r--r--llvm/docs/conf.py2
-rw-r--r--llvm/docs/doxygen.footer2
-rw-r--r--polly/LICENSE.txt2
-rw-r--r--polly/tools/GPURuntime/LICENSE.TXT4
16 files changed, 24 insertions, 24 deletions
diff --git a/clang-tools-extra/LICENSE.TXT b/clang-tools-extra/LICENSE.TXT
index 6c224f8..e31223a 100644
--- a/clang-tools-extra/LICENSE.TXT
+++ b/clang-tools-extra/LICENSE.TXT
@@ -4,7 +4,7 @@ LLVM Release License
University of Illinois/NCSA
Open Source License
-Copyright (c) 2007-2012 University of Illinois at Urbana-Champaign.
+Copyright (c) 2007-2013 University of Illinois at Urbana-Champaign.
All rights reserved.
Developed by:
diff --git a/clang/LICENSE.TXT b/clang/LICENSE.TXT
index 6c224f8..e31223a 100644
--- a/clang/LICENSE.TXT
+++ b/clang/LICENSE.TXT
@@ -4,7 +4,7 @@ LLVM Release License
University of Illinois/NCSA
Open Source License
-Copyright (c) 2007-2012 University of Illinois at Urbana-Champaign.
+Copyright (c) 2007-2013 University of Illinois at Urbana-Champaign.
All rights reserved.
Developed by:
diff --git a/clang/docs/conf.py b/clang/docs/conf.py
index 899e0aa..b69ccf5 100644
--- a/clang/docs/conf.py
+++ b/clang/docs/conf.py
@@ -41,7 +41,7 @@ master_doc = 'index'
# General information about the project.
project = u'Clang'
-copyright = u'2012, The Clang Team'
+copyright = u'2007-2013, The Clang Team'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/compiler-rt/LICENSE.TXT b/compiler-rt/LICENSE.TXT
index f7179425..6aab1f6 100644
--- a/compiler-rt/LICENSE.TXT
+++ b/compiler-rt/LICENSE.TXT
@@ -14,7 +14,7 @@ Full text of the relevant licenses is included below.
University of Illinois/NCSA
Open Source License
-Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
All rights reserved.
@@ -55,7 +55,7 @@ SOFTWARE.
==============================================================================
-Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/libclc/LICENSE.TXT b/libclc/LICENSE.TXT
index e4df97b..30aab2f 100644
--- a/libclc/LICENSE.TXT
+++ b/libclc/LICENSE.TXT
@@ -11,7 +11,7 @@ Full text of the relevant licenses is included below.
==============================================================================
-Copyright (c) 2011-2012 by the contributors listed in CREDITS.TXT
+Copyright (c) 2011-2013 by the contributors listed in CREDITS.TXT
All rights reserved.
@@ -43,7 +43,7 @@ SOFTWARE.
==============================================================================
-Copyright (c) 2011-2012 by the contributors listed in CREDITS.TXT
+Copyright (c) 2011-2013 by the contributors listed in CREDITS.TXT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/libcxx/LICENSE.TXT b/libcxx/LICENSE.TXT
index 14645d0..5ed8ec2 100644
--- a/libcxx/LICENSE.TXT
+++ b/libcxx/LICENSE.TXT
@@ -14,7 +14,7 @@ Full text of the relevant licenses is included below.
University of Illinois/NCSA
Open Source License
-Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
All rights reserved.
@@ -55,7 +55,7 @@ SOFTWARE.
==============================================================================
-Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/libcxxabi/LICENSE.TXT b/libcxxabi/LICENSE.TXT
index 40ce7c7..b04ba2c 100644
--- a/libcxxabi/LICENSE.TXT
+++ b/libcxxabi/LICENSE.TXT
@@ -14,7 +14,7 @@ Full text of the relevant licenses is included below.
University of Illinois/NCSA
Open Source License
-Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
All rights reserved.
@@ -55,7 +55,7 @@ SOFTWARE.
==============================================================================
-Copyright (c) 2009-2010 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/lld/LICENSE.TXT b/lld/LICENSE.TXT
index 44215c9..0a2b5b7 100644
--- a/lld/LICENSE.TXT
+++ b/lld/LICENSE.TXT
@@ -4,7 +4,7 @@ lld License
University of Illinois/NCSA
Open Source License
-Copyright (c) 2011 by the contributors listed in CREDITS.TXT
+Copyright (c) 2011-2013 by the contributors listed in CREDITS.TXT
All rights reserved.
Developed by:
diff --git a/lld/docs/conf.py b/lld/docs/conf.py
index 0657eb8..2518dad 100644
--- a/lld/docs/conf.py
+++ b/lld/docs/conf.py
@@ -40,7 +40,7 @@ master_doc = 'index'
# General information about the project.
project = u'lld'
-copyright = u'2012, LLVM Project'
+copyright = u'2011-2013, LLVM Project'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/llvm/LICENSE.TXT b/llvm/LICENSE.TXT
index 1015b2d..8ea7944 100644
--- a/llvm/LICENSE.TXT
+++ b/llvm/LICENSE.TXT
@@ -4,7 +4,7 @@ LLVM Release License
University of Illinois/NCSA
Open Source License
-Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
+Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
All rights reserved.
Developed by:
diff --git a/llvm/autoconf/configure.ac b/llvm/autoconf/configure.ac
index 08e7f32..d5460ff 100644
--- a/llvm/autoconf/configure.ac
+++ b/llvm/autoconf/configure.ac
@@ -37,8 +37,8 @@ AC_DEFINE([LLVM_VERSION_MINOR], [3], [Minor version of the LLVM API])
dnl Provide a copyright substitution and ensure the copyright notice is included
dnl in the output of --version option of the generated configure script.
-AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign."])
-AC_COPYRIGHT([Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.])
+AC_SUBST(LLVM_COPYRIGHT,["Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign."])
+AC_COPYRIGHT([Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.])
dnl Indicate that we require autoconf 2.60 or later.
AC_PREREQ(2.60)
diff --git a/llvm/configure b/llvm/configure
index 75cb5a4..634cda9 100755
--- a/llvm/configure
+++ b/llvm/configure
@@ -9,7 +9,7 @@
# This configure script is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.
#
-# Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
+# Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
## --------------------- ##
## M4sh Initialization. ##
## --------------------- ##
@@ -1556,7 +1556,7 @@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
This configure script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it.
-Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign.
+Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign.
_ACEOF
exit
fi
@@ -1928,7 +1928,7 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
-LLVM_COPYRIGHT="Copyright (c) 2003-2012 University of Illinois at Urbana-Champaign."
+LLVM_COPYRIGHT="Copyright (c) 2003-2013 University of Illinois at Urbana-Champaign."
diff --git a/llvm/docs/conf.py b/llvm/docs/conf.py
index c0cf402..0ac3b78 100644
--- a/llvm/docs/conf.py
+++ b/llvm/docs/conf.py
@@ -40,7 +40,7 @@ master_doc = 'index'
# General information about the project.
project = u'LLVM'
-copyright = u'2012, LLVM Project'
+copyright = u'2003-2013, LLVM Project'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
diff --git a/llvm/docs/doxygen.footer b/llvm/docs/doxygen.footer
index c492e7d..95d5434 100644
--- a/llvm/docs/doxygen.footer
+++ b/llvm/docs/doxygen.footer
@@ -3,7 +3,7 @@
Generated on $datetime for <a href="http://llvm.org/">$projectname</a> by
<a href="http://www.doxygen.org"><img src="doxygen.png" alt="Doxygen"
align="middle" border="0"/>$doxygenversion</a><br>
-Copyright &copy; 2003-2012 University of Illinois at Urbana-Champaign.
+Copyright &copy; 2003-2013 University of Illinois at Urbana-Champaign.
All Rights Reserved.</p>
<hr>
diff --git a/polly/LICENSE.txt b/polly/LICENSE.txt
index 8081b7d..b50cdd9 100644
--- a/polly/LICENSE.txt
+++ b/polly/LICENSE.txt
@@ -4,7 +4,7 @@ Polly Release License
University of Illinois/NCSA
Open Source License
-Copyright (c) 2009-2012 Polly Team
+Copyright (c) 2009-2013 Polly Team
All rights reserved.
Developed by:
diff --git a/polly/tools/GPURuntime/LICENSE.TXT b/polly/tools/GPURuntime/LICENSE.TXT
index fe8936f..4682e3e 100644
--- a/polly/tools/GPURuntime/LICENSE.TXT
+++ b/polly/tools/GPURuntime/LICENSE.TXT
@@ -14,7 +14,7 @@ Full text of the relevant licenses is included below.
University of Illinois/NCSA
Open Source License
-Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
All rights reserved.
@@ -53,7 +53,7 @@ SOFTWARE.
==============================================================================
-Copyright (c) 2009-2012 by the contributors listed in CREDITS.TXT
+Copyright (c) 2009-2013 by the contributors listed in CREDITS.TXT
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal