From bf02f9156f90b7699065d613a1f27ba99101d9a9 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 27 Dec 2011 16:27:44 +0200 Subject: Update copyright --- tests/Makefile.am | 2 +- tests/compiler/cxx-indenter/driver.cxx | 2 +- tests/compiler/cxx-indenter/makefile | 2 +- tests/compiler/makefile | 2 +- tests/compiler/sloc-counter/driver.cxx | 2 +- tests/compiler/sloc-counter/makefile | 2 +- tests/compiler/traversal/driver.cxx | 2 +- tests/compiler/traversal/makefile | 2 +- tests/fs/makefile | 2 +- tests/fs/path/driver.cxx | 2 +- tests/fs/path/makefile | 2 +- tests/makefile | 2 +- tests/re/driver.cxx | 2 +- tests/re/makefile | 2 +- tests/shared-ptr/driver.cxx | 2 +- tests/shared-ptr/makefile | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 151d4de..1beeef7 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ # file : Makefile.am # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file SUBDIRS = __path__(dirs) diff --git a/tests/compiler/cxx-indenter/driver.cxx b/tests/compiler/cxx-indenter/driver.cxx index 3a8ce30..0320f94 100644 --- a/tests/compiler/cxx-indenter/driver.cxx +++ b/tests/compiler/cxx-indenter/driver.cxx @@ -1,6 +1,6 @@ // file : tests/compiler/cxx-indenter/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/cxx-indenter/makefile b/tests/compiler/cxx-indenter/makefile index 7347e88..941f42c 100644 --- a/tests/compiler/cxx-indenter/makefile +++ b/tests/compiler/cxx-indenter/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/cxx-indenter/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/compiler/makefile b/tests/compiler/makefile index 762c09c..35a6af4 100644 --- a/tests/compiler/makefile +++ b/tests/compiler/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/compiler/sloc-counter/driver.cxx b/tests/compiler/sloc-counter/driver.cxx index 9bd47f0..ec504fe 100644 --- a/tests/compiler/sloc-counter/driver.cxx +++ b/tests/compiler/sloc-counter/driver.cxx @@ -1,6 +1,6 @@ // file : tests/compiler/sloc-counter/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/sloc-counter/makefile b/tests/compiler/sloc-counter/makefile index e69e2e6..8f031ab 100644 --- a/tests/compiler/sloc-counter/makefile +++ b/tests/compiler/sloc-counter/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/sloc-counter/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/compiler/traversal/driver.cxx b/tests/compiler/traversal/driver.cxx index a7bf55c..90c23d8 100644 --- a/tests/compiler/traversal/driver.cxx +++ b/tests/compiler/traversal/driver.cxx @@ -1,6 +1,6 @@ // file : tests/compiler/traversal/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile index 8cab988..a502a66 100644 --- a/tests/compiler/traversal/makefile +++ b/tests/compiler/traversal/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/traversal/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/fs/makefile b/tests/fs/makefile index 9ddaebf..f71c805 100644 --- a/tests/fs/makefile +++ b/tests/fs/makefile @@ -1,6 +1,6 @@ # file : tests/fs/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/fs/path/driver.cxx b/tests/fs/path/driver.cxx index 02ad996..abf3c77 100644 --- a/tests/fs/path/driver.cxx +++ b/tests/fs/path/driver.cxx @@ -1,6 +1,6 @@ // file : tests/fs/path/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile index d736840..c48a4c5 100644 --- a/tests/fs/path/makefile +++ b/tests/fs/path/makefile @@ -1,6 +1,6 @@ # file : tests/fs/path/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/tests/makefile b/tests/makefile index 3a09887..6d9d920 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,6 +1,6 @@ # file : tests/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/tests/re/driver.cxx b/tests/re/driver.cxx index 4f5683d..bdf4982 100644 --- a/tests/re/driver.cxx +++ b/tests/re/driver.cxx @@ -1,6 +1,6 @@ // file : tests/re/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/re/makefile b/tests/re/makefile index 1259e7d..edcfc0f 100644 --- a/tests/re/makefile +++ b/tests/re/makefile @@ -1,6 +1,6 @@ # file : tests/re/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make diff --git a/tests/shared-ptr/driver.cxx b/tests/shared-ptr/driver.cxx index 3ffff87..02eee46 100644 --- a/tests/shared-ptr/driver.cxx +++ b/tests/shared-ptr/driver.cxx @@ -1,6 +1,6 @@ // file : tests/shared-ptr/driver.cxx // author : Boris Kolpackov -// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile index d9b03ee..511e0af 100644 --- a/tests/shared-ptr/makefile +++ b/tests/shared-ptr/makefile @@ -1,6 +1,6 @@ # file : tests/shared-ptr/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -- cgit v1.1