From 0b39ac44c536f4ec13efea8738035f80a2efde4b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 1 Jan 2010 11:57:57 +0200 Subject: Update copyright in build system files --- examples/cxx/parser/generated/makefile | 2 +- examples/cxx/parser/hello/makefile | 2 +- examples/cxx/parser/library/makefile | 2 +- examples/cxx/parser/makefile | 2 +- examples/cxx/parser/mixed/makefile | 2 +- examples/cxx/parser/mixin/makefile | 2 +- examples/cxx/parser/multiroot/makefile | 2 +- examples/cxx/parser/performance/makefile | 2 +- examples/cxx/parser/polymorphism/makefile | 2 +- examples/cxx/parser/polyroot/makefile | 2 +- examples/cxx/parser/wildcard/makefile | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) (limited to 'examples/cxx/parser') diff --git a/examples/cxx/parser/generated/makefile b/examples/cxx/parser/generated/makefile index e6047d4..7674f26 100644 --- a/examples/cxx/parser/generated/makefile +++ b/examples/cxx/parser/generated/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/generated/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/examples/cxx/parser/hello/makefile b/examples/cxx/parser/hello/makefile index 5a3341a..3d7d0f7 100644 --- a/examples/cxx/parser/hello/makefile +++ b/examples/cxx/parser/hello/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/hello/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/examples/cxx/parser/library/makefile b/examples/cxx/parser/library/makefile index 61cf0e8..e4eec1a 100644 --- a/examples/cxx/parser/library/makefile +++ b/examples/cxx/parser/library/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/library/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/examples/cxx/parser/makefile b/examples/cxx/parser/makefile index dec3bc7..c1471cc 100644 --- a/examples/cxx/parser/makefile +++ b/examples/cxx/parser/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2006-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../build/bootstrap.make diff --git a/examples/cxx/parser/mixed/makefile b/examples/cxx/parser/mixed/makefile index 23ef348..8563a1e 100644 --- a/examples/cxx/parser/mixed/makefile +++ b/examples/cxx/parser/mixed/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/mixed/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/examples/cxx/parser/mixin/makefile b/examples/cxx/parser/mixin/makefile index 2bdafa1..9021106 100644 --- a/examples/cxx/parser/mixin/makefile +++ b/examples/cxx/parser/mixin/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/mixin/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/examples/cxx/parser/multiroot/makefile b/examples/cxx/parser/multiroot/makefile index 8144966..57fa732 100644 --- a/examples/cxx/parser/multiroot/makefile +++ b/examples/cxx/parser/multiroot/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/multiroot/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/examples/cxx/parser/performance/makefile b/examples/cxx/parser/performance/makefile index 3a08508..a6e2cd1 100644 --- a/examples/cxx/parser/performance/makefile +++ b/examples/cxx/parser/performance/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/performance/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/examples/cxx/parser/polymorphism/makefile b/examples/cxx/parser/polymorphism/makefile index 7b2c9f0..0eec54e 100644 --- a/examples/cxx/parser/polymorphism/makefile +++ b/examples/cxx/parser/polymorphism/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/polymorphism/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/examples/cxx/parser/polyroot/makefile b/examples/cxx/parser/polyroot/makefile index 31f26de..6b66233 100644 --- a/examples/cxx/parser/polyroot/makefile +++ b/examples/cxx/parser/polyroot/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/polyroot/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make diff --git a/examples/cxx/parser/wildcard/makefile b/examples/cxx/parser/wildcard/makefile index 3e9a4f0..d8fcc8d 100644 --- a/examples/cxx/parser/wildcard/makefile +++ b/examples/cxx/parser/wildcard/makefile @@ -1,6 +1,6 @@ # file : examples/cxx/parser/wildcard/makefile # author : Boris Kolpackov -# copyright : Copyright (c) 2005-2009 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2010 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make -- cgit v1.1