summaryrefslogtreecommitdiff
path: root/examples/file
diff options
context:
space:
mode:
Diffstat (limited to 'examples/file')
-rw-r--r--examples/file/driver.cxx2
-rw-r--r--examples/file/makefile2
2 files changed, 2 insertions, 2 deletions
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