From 0f6ff689dc6bae8fed94da0fcabd39f015e7a62b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Mar 2014 10:54:33 +0200 Subject: Update copyright --- examples/cxx/tree/binary/boost/makefile | 2 +- examples/cxx/tree/binary/cdr/makefile | 2 +- examples/cxx/tree/binary/makefile | 2 +- examples/cxx/tree/binary/xdr/makefile | 2 +- examples/cxx/tree/caching/makefile | 2 +- examples/cxx/tree/compression/makefile | 2 +- examples/cxx/tree/custom/calendar/makefile | 2 +- examples/cxx/tree/custom/comments/makefile | 2 +- examples/cxx/tree/custom/contacts/makefile | 2 +- examples/cxx/tree/custom/double/makefile | 2 +- examples/cxx/tree/custom/makefile | 2 +- examples/cxx/tree/custom/mixed/makefile | 2 +- examples/cxx/tree/custom/taxonomy/makefile | 2 +- examples/cxx/tree/custom/wildcard/makefile | 2 +- examples/cxx/tree/embedded/makefile | 2 +- examples/cxx/tree/hello/makefile | 2 +- examples/cxx/tree/library/makefile | 2 +- examples/cxx/tree/makefile | 2 +- examples/cxx/tree/messaging/makefile | 2 +- examples/cxx/tree/mixed/makefile | 2 +- examples/cxx/tree/multiroot/makefile | 2 +- examples/cxx/tree/performance/makefile | 2 +- examples/cxx/tree/polymorphism/makefile | 2 +- examples/cxx/tree/streaming/makefile | 2 +- examples/cxx/tree/wildcard/makefile | 2 +- examples/cxx/tree/xpath/makefile | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'examples/cxx/tree') diff --git a/examples/cxx/tree/binary/boost/makefile b/examples/cxx/tree/binary/boost/makefile index eab2c73..b6ee9dd 100644 --- a/examples/cxx/tree/binary/boost/makefile +++ b/examples/cxx/tree/binary/boost/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/binary/boost/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/binary/cdr/makefile b/examples/cxx/tree/binary/cdr/makefile index 30a29f8..00b2a1b 100644 --- a/examples/cxx/tree/binary/cdr/makefile +++ b/examples/cxx/tree/binary/cdr/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/binary/cdr/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/binary/makefile b/examples/cxx/tree/binary/makefile index c5c2354..40215f0 100644 --- a/examples/cxx/tree/binary/makefile +++ b/examples/cxx/tree/binary/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/binary/makefile -# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2014 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/tree/binary/xdr/makefile b/examples/cxx/tree/binary/xdr/makefile index 9be8ea1..73ae8ae 100644 --- a/examples/cxx/tree/binary/xdr/makefile +++ b/examples/cxx/tree/binary/xdr/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/binary/xdr/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/caching/makefile b/examples/cxx/tree/caching/makefile index 58d7384..f4dff69 100644 --- a/examples/cxx/tree/caching/makefile +++ b/examples/cxx/tree/caching/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/caching/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/compression/makefile b/examples/cxx/tree/compression/makefile index e5b5a64..18cc700 100644 --- a/examples/cxx/tree/compression/makefile +++ b/examples/cxx/tree/compression/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/compression/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/custom/calendar/makefile b/examples/cxx/tree/custom/calendar/makefile index 052b279..1479ffd 100644 --- a/examples/cxx/tree/custom/calendar/makefile +++ b/examples/cxx/tree/custom/calendar/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/custom/calendar/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/custom/comments/makefile b/examples/cxx/tree/custom/comments/makefile index 445aab5..1e9da13 100644 --- a/examples/cxx/tree/custom/comments/makefile +++ b/examples/cxx/tree/custom/comments/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/custom/comments/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/custom/contacts/makefile b/examples/cxx/tree/custom/contacts/makefile index c3b73ca..5abf883 100644 --- a/examples/cxx/tree/custom/contacts/makefile +++ b/examples/cxx/tree/custom/contacts/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/custom/contacts/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/custom/double/makefile b/examples/cxx/tree/custom/double/makefile index 77a87c6..b221ae8 100644 --- a/examples/cxx/tree/custom/double/makefile +++ b/examples/cxx/tree/custom/double/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/custom/double/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/custom/makefile b/examples/cxx/tree/custom/makefile index 8ea9374..98d47b8 100644 --- a/examples/cxx/tree/custom/makefile +++ b/examples/cxx/tree/custom/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/custom/makefile -# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2014 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/tree/custom/mixed/makefile b/examples/cxx/tree/custom/mixed/makefile index 32ad9d9..50c18b5 100644 --- a/examples/cxx/tree/custom/mixed/makefile +++ b/examples/cxx/tree/custom/mixed/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/custom/mixed/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/custom/taxonomy/makefile b/examples/cxx/tree/custom/taxonomy/makefile index ff727c0..2b51608 100644 --- a/examples/cxx/tree/custom/taxonomy/makefile +++ b/examples/cxx/tree/custom/taxonomy/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/custom/taxonomy/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/custom/wildcard/makefile b/examples/cxx/tree/custom/wildcard/makefile index 1c9922c..e581f96 100644 --- a/examples/cxx/tree/custom/wildcard/makefile +++ b/examples/cxx/tree/custom/wildcard/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/custom/wildcard/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/embedded/makefile b/examples/cxx/tree/embedded/makefile index 358d3f6..d21becd 100644 --- a/examples/cxx/tree/embedded/makefile +++ b/examples/cxx/tree/embedded/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/embedded/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/hello/makefile b/examples/cxx/tree/hello/makefile index 3288be2..010df96 100644 --- a/examples/cxx/tree/hello/makefile +++ b/examples/cxx/tree/hello/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/hello/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/library/makefile b/examples/cxx/tree/library/makefile index ed7e73f..330c422 100644 --- a/examples/cxx/tree/library/makefile +++ b/examples/cxx/tree/library/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/library/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/makefile b/examples/cxx/tree/makefile index 1897fc8..728860b 100644 --- a/examples/cxx/tree/makefile +++ b/examples/cxx/tree/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/makefile -# copyright : Copyright (c) 2006-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2006-2014 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/tree/messaging/makefile b/examples/cxx/tree/messaging/makefile index da00ada..d7fe52a 100644 --- a/examples/cxx/tree/messaging/makefile +++ b/examples/cxx/tree/messaging/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/messaging/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/mixed/makefile b/examples/cxx/tree/mixed/makefile index 0faacc2..9753280 100644 --- a/examples/cxx/tree/mixed/makefile +++ b/examples/cxx/tree/mixed/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/mixed/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/multiroot/makefile b/examples/cxx/tree/multiroot/makefile index 58c8d71..c9b4abd 100644 --- a/examples/cxx/tree/multiroot/makefile +++ b/examples/cxx/tree/multiroot/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/multiroot/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/performance/makefile b/examples/cxx/tree/performance/makefile index 75302b3..02f8f4c 100644 --- a/examples/cxx/tree/performance/makefile +++ b/examples/cxx/tree/performance/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/performance/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/polymorphism/makefile b/examples/cxx/tree/polymorphism/makefile index 63754ae..cdeb0ef 100644 --- a/examples/cxx/tree/polymorphism/makefile +++ b/examples/cxx/tree/polymorphism/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/polymorphism/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/streaming/makefile b/examples/cxx/tree/streaming/makefile index 2ac0371..5b4323b 100644 --- a/examples/cxx/tree/streaming/makefile +++ b/examples/cxx/tree/streaming/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/streaming/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/wildcard/makefile b/examples/cxx/tree/wildcard/makefile index 2310cb9..d1175e0 100644 --- a/examples/cxx/tree/wildcard/makefile +++ b/examples/cxx/tree/wildcard/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/wildcard/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 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/tree/xpath/makefile b/examples/cxx/tree/xpath/makefile index f9b42ca..675e88b 100644 --- a/examples/cxx/tree/xpath/makefile +++ b/examples/cxx/tree/xpath/makefile @@ -1,5 +1,5 @@ # file : examples/cxx/tree/xpath/makefile -# copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC +# copyright : Copyright (c) 2005-2014 Code Synthesis Tools CC # license : GNU GPL v2 + exceptions; see accompanying LICENSE file include $(dir $(lastword $(MAKEFILE_LIST)))../../../../build/bootstrap.make -- cgit v1.1