From f6b279095591b315c7498cb7e7efbdeb50a57bfa Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 4 Jan 2011 15:49:26 +0200 Subject: Copyright update --- examples/cxx/hello/hello/build/bootstrap.make | 2 +- examples/cxx/hello/hello/makefile | 2 +- examples/cxx/hello/libhello/build/bootstrap.make | 2 +- examples/cxx/hello/libhello/build/export/libhello/stub.make | 2 +- .../cxx/hello/libhello/build/import/libhello/configuration-rules.make | 2 +- examples/cxx/hello/libhello/build/import/libhello/configure | 2 +- examples/cxx/hello/libhello/build/import/libhello/stub.make | 2 +- examples/cxx/hello/libhello/libhello/makefile | 2 +- examples/cxx/hello/libhello/makefile | 2 +- examples/cxx/hello/libhello/test/makefile | 2 +- examples/cxx/multidir/build/bootstrap.make | 2 +- examples/cxx/multidir/makefile | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'examples/cxx') diff --git a/examples/cxx/hello/hello/build/bootstrap.make b/examples/cxx/hello/hello/build/bootstrap.make index ad397b9..888448c 100644 --- a/examples/cxx/hello/hello/build/bootstrap.make +++ b/examples/cxx/hello/hello/build/bootstrap.make @@ -1,6 +1,6 @@ # file : examples/cxx/hello/hello/build/bootstrap.make # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file project_name := hello driver diff --git a/examples/cxx/hello/hello/makefile b/examples/cxx/hello/hello/makefile index 3fc4826..9dfccfa 100644 --- a/examples/cxx/hello/hello/makefile +++ b/examples/cxx/hello/hello/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/hello/hello/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make diff --git a/examples/cxx/hello/libhello/build/bootstrap.make b/examples/cxx/hello/libhello/build/bootstrap.make index 400439c..3cd7ae3 100644 --- a/examples/cxx/hello/libhello/build/bootstrap.make +++ b/examples/cxx/hello/libhello/build/bootstrap.make @@ -1,6 +1,6 @@ # file : examples/cxx/hello/libhello/build/bootstrap.make # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file project_name := libhello diff --git a/examples/cxx/hello/libhello/build/export/libhello/stub.make b/examples/cxx/hello/libhello/build/export/libhello/stub.make index 1184136..3e54559 100644 --- a/examples/cxx/hello/libhello/build/export/libhello/stub.make +++ b/examples/cxx/hello/libhello/build/export/libhello/stub.make @@ -1,6 +1,6 @@ # file : examples/cxx/hello/libhello/build/export/libhello/stub.make # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(src_root)/libhello/makefile) diff --git a/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make b/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make index 610e463..8ecf210 100644 --- a/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make +++ b/examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make @@ -1,6 +1,6 @@ # file : examples/cxx/hello/libhello/build/import/libhello/configuration-rules.make # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(dcf_root)/import/libhello/configuration-dynamic.make: | $(dcf_root)/import/libhello/. diff --git a/examples/cxx/hello/libhello/build/import/libhello/configure b/examples/cxx/hello/libhello/build/import/libhello/configure index 055c17e..780036d 100755 --- a/examples/cxx/hello/libhello/build/import/libhello/configure +++ b/examples/cxx/hello/libhello/build/import/libhello/configure @@ -2,7 +2,7 @@ # file : examples/cxx/hello/libhello/build/import/libhello/configure # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file diff --git a/examples/cxx/hello/libhello/build/import/libhello/stub.make b/examples/cxx/hello/libhello/build/import/libhello/stub.make index 9966a54..6de692c 100644 --- a/examples/cxx/hello/libhello/build/import/libhello/stub.make +++ b/examples/cxx/hello/libhello/build/import/libhello/stub.make @@ -1,6 +1,6 @@ # file : examples/cxx/hello/libhello/build/import/libhello/stub.make # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file $(call include-once,$(scf_root)/import/libhello/configuration-rules.make,$(dcf_root)) diff --git a/examples/cxx/hello/libhello/libhello/makefile b/examples/cxx/hello/libhello/libhello/makefile index 3b5752a..f35adc5 100644 --- a/examples/cxx/hello/libhello/libhello/makefile +++ b/examples/cxx/hello/libhello/libhello/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/hello/libhello/libhello/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/examples/cxx/hello/libhello/makefile b/examples/cxx/hello/libhello/makefile index ed5ceff..d3ebc0b 100644 --- a/examples/cxx/hello/libhello/makefile +++ b/examples/cxx/hello/libhello/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/hello/libhello/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make diff --git a/examples/cxx/hello/libhello/test/makefile b/examples/cxx/hello/libhello/test/makefile index d4fb4da..acb8bcb 100644 --- a/examples/cxx/hello/libhello/test/makefile +++ b/examples/cxx/hello/libhello/test/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/hello/libhello/test/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make diff --git a/examples/cxx/multidir/build/bootstrap.make b/examples/cxx/multidir/build/bootstrap.make index ac19a30..7e5420b 100644 --- a/examples/cxx/multidir/build/bootstrap.make +++ b/examples/cxx/multidir/build/bootstrap.make @@ -1,6 +1,6 @@ # file : examples/cxx/multidir/build/bootstrap.make # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file project_name := multidir diff --git a/examples/cxx/multidir/makefile b/examples/cxx/multidir/makefile index c368828..143d50f 100644 --- a/examples/cxx/multidir/makefile +++ b/examples/cxx/multidir/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/multidir/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC +# copyright : Copyright (c) 2004-2011 Code Synthesis Tools CC # license : GNU GPL v2; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -- cgit v1.1