summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:52:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-01 12:52:02 +0200
commit48787203dcc538aa7c34a556de1dacf276dc591b (patch)
tree03a7e57b33bb9fa6f315248975979011bf8196b9 /examples
parent49db9688af142b2c4298177edb28b915e502a1ea (diff)
Update copyright
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 3dec252..991c2c9 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 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/features/makefile b/examples/features/makefile
index 52d5d38..ce03100 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 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 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 df7a67c..98df436 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 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/file/makefile b/examples/file/makefile
index 04c45a7..ec236dd 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 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 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 bb82d22..d5095e4 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 Code Synthesis Tools CC
+// copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
// license : MIT; see accompanying LICENSE file
#include <iostream>
diff --git a/examples/hello/makefile b/examples/hello/makefile
index 49e99b9..d72c1a9 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 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 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 9b1de12..5229b1b 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,6 +1,6 @@
# file : examples/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make