From d8fc8867ae9eb86e132a6ba676b6c5319346f7f0 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 16:33:32 +0200 Subject: Copyright update --- 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/shared-ptr/driver.cxx | 2 +- tests/shared-ptr/makefile | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) (limited to 'tests') diff --git a/tests/Makefile.am b/tests/Makefile.am index 52ecabc..151d4de 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ # file : Makefile.am # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 8dc02c3..f14a6dd 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 d0990ee..7347e88 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-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 1464555..762c09c 100644 --- a/tests/compiler/makefile +++ b/tests/compiler/makefile @@ -1,6 +1,6 @@ # file : tests/compiler/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 8ba5338..9bd47f0 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 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 5f5ef86..e69e2e6 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-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 45e0783..a7bf55c 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/compiler/traversal/makefile b/tests/compiler/traversal/makefile index 830ec18..8cab988 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-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 e18f64e..9ddaebf 100644 --- a/tests/fs/makefile +++ b/tests/fs/makefile @@ -1,6 +1,6 @@ # file : tests/fs/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 c130a86..02ad996 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/fs/path/makefile b/tests/fs/path/makefile index 6a355ad..d736840 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-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 5b7bbf9..09f9d29 100644 --- a/tests/makefile +++ b/tests/makefile @@ -1,6 +1,6 @@ # file : tests/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 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 67ed12e..3ffff87 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-2010 Code Synthesis Tools CC +// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC // license : MIT; see accompanying LICENSE file #include diff --git a/tests/shared-ptr/makefile b/tests/shared-ptr/makefile index 86e2a8c..d9b03ee 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-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC # license : MIT; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make -- cgit v1.1