summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-01-04 15:57:45 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-01-04 15:57:45 +0200
commit53b8695810131792357c833cb6c8237df117ea3b (patch)
tree80201017a31f918cf218816cfc9d64e6d2b2ad14 /examples
parent0b4fcbeae101f2a5171217f65bab9c6545e853ba (diff)
Copyright update
Diffstat (limited to 'examples')
-rw-r--r--examples/features/driver.cxx2
-rw-r--r--examples/features/makefile2
-rw-r--r--examples/file/driver.cxx2
-rw-r--r--examples/file/makefile2
-rw-r--r--examples/hello/driver.cxx2
-rw-r--r--examples/hello/makefile2
-rw-r--r--examples/makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/examples/features/driver.cxx b/examples/features/driver.cxx
index 991c2c9..04b5e1c 100644
--- a/examples/features/driver.cxx
+++ b/examples/features/driver.cxx
@@ -1,6 +1,6 @@
// file : examples/features/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// 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 <iostream>
diff --git a/examples/features/makefile b/examples/features/makefile
index ce03100..9b7ceac 100644
--- a/examples/features/makefile
+++ b/examples/features/makefile
@@ -1,6 +1,6 @@
# file : examples/features/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/examples/file/driver.cxx b/examples/file/driver.cxx
index 98df436..3457ba9 100644
--- a/examples/file/driver.cxx
+++ b/examples/file/driver.cxx
@@ -1,6 +1,6 @@
// file : examples/file/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// 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 <iostream>
diff --git a/examples/file/makefile b/examples/file/makefile
index 64e6ea6..ba1a760 100644
--- a/examples/file/makefile
+++ b/examples/file/makefile
@@ -1,6 +1,6 @@
# file : examples/file/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/examples/hello/driver.cxx b/examples/hello/driver.cxx
index d5095e4..c9d87a3 100644
--- a/examples/hello/driver.cxx
+++ b/examples/hello/driver.cxx
@@ -1,6 +1,6 @@
// file : examples/hello/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// 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 <iostream>
diff --git a/examples/hello/makefile b/examples/hello/makefile
index d72c1a9..cd8d29d 100644
--- a/examples/hello/makefile
+++ b/examples/hello/makefile
@@ -1,6 +1,6 @@
# file : examples/hello/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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/examples/makefile b/examples/makefile
index 5229b1b..50c91ff 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,6 +1,6 @@
# file : examples/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# 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