aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile.am2
-rw-r--r--examples/build/bootstrap.build2
-rw-r--r--examples/build/root.build2
-rw-r--r--examples/buildfile2
-rw-r--r--examples/hybrid/buildfile2
-rw-r--r--examples/hybrid/makefile2
-rw-r--r--examples/inheritance/buildfile2
-rw-r--r--examples/inheritance/makefile2
-rw-r--r--examples/makefile2
-rw-r--r--examples/performance/buildfile2
-rw-r--r--examples/performance/makefile2
-rw-r--r--examples/persistence/buildfile2
-rw-r--r--examples/persistence/makefile2
-rw-r--r--examples/processing/buildfile2
-rw-r--r--examples/processing/makefile2
-rw-r--r--examples/roundtrip/buildfile2
-rw-r--r--examples/roundtrip/makefile2
-rw-r--r--examples/test.bat2
-rw-r--r--examples/xhtml/buildfile2
-rw-r--r--examples/xhtml/makefile2
20 files changed, 20 insertions, 20 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index a79c7c8..756331f 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -1,5 +1,5 @@
# file : examples/Makefile.am
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/examples/build/bootstrap.build b/examples/build/bootstrap.build
index d3810f7..3cca91f 100644
--- a/examples/build/bootstrap.build
+++ b/examples/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : examples/build/bootstrap.build
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/examples/build/root.build b/examples/build/root.build
index 17504a3..642da28 100644
--- a/examples/build/root.build
+++ b/examples/build/root.build
@@ -1,5 +1,5 @@
# file : examples/build/root.build
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
cxx.std = 11
diff --git a/examples/buildfile b/examples/buildfile
index 914c917..7331d21 100644
--- a/examples/buildfile
+++ b/examples/buildfile
@@ -1,5 +1,5 @@
# file : examples/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
d = hybrid/ inheritance/ performance/ persistence/ processing/ roundtrip/ \
diff --git a/examples/hybrid/buildfile b/examples/hybrid/buildfile
index 81cb6d8..67a80af 100644
--- a/examples/hybrid/buildfile
+++ b/examples/hybrid/buildfile
@@ -1,5 +1,5 @@
# file : examples/hybrid/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/examples/hybrid/makefile b/examples/hybrid/makefile
index fe9439b..865ff8b 100644
--- a/examples/hybrid/makefile
+++ b/examples/hybrid/makefile
@@ -1,5 +1,5 @@
# file : examples/hybrid/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/examples/inheritance/buildfile b/examples/inheritance/buildfile
index eb3edf3..e59c1c2 100644
--- a/examples/inheritance/buildfile
+++ b/examples/inheritance/buildfile
@@ -1,5 +1,5 @@
# file : examples/inheritance/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/examples/inheritance/makefile b/examples/inheritance/makefile
index c455a6f..2174c03 100644
--- a/examples/inheritance/makefile
+++ b/examples/inheritance/makefile
@@ -1,5 +1,5 @@
# file : examples/inheritance/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 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 d6966fa..51e517d 100644
--- a/examples/makefile
+++ b/examples/makefile
@@ -1,5 +1,5 @@
# file : examples/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make
diff --git a/examples/performance/buildfile b/examples/performance/buildfile
index 5420e48..e95af75 100644
--- a/examples/performance/buildfile
+++ b/examples/performance/buildfile
@@ -1,5 +1,5 @@
# file : examples/performance/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/examples/performance/makefile b/examples/performance/makefile
index da4bf80..bd28c17 100644
--- a/examples/performance/makefile
+++ b/examples/performance/makefile
@@ -1,5 +1,5 @@
# file : examples/performance/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/examples/persistence/buildfile b/examples/persistence/buildfile
index dff64dc..61facb9 100644
--- a/examples/persistence/buildfile
+++ b/examples/persistence/buildfile
@@ -1,5 +1,5 @@
# file : examples/persistence/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/examples/persistence/makefile b/examples/persistence/makefile
index 90fc4e3..10abe3d 100644
--- a/examples/persistence/makefile
+++ b/examples/persistence/makefile
@@ -1,5 +1,5 @@
# file : examples/persistence/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/examples/processing/buildfile b/examples/processing/buildfile
index 0282ad4..a69d810 100644
--- a/examples/processing/buildfile
+++ b/examples/processing/buildfile
@@ -1,5 +1,5 @@
# file : examples/processing/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/examples/processing/makefile b/examples/processing/makefile
index 3acc355..283dea5 100644
--- a/examples/processing/makefile
+++ b/examples/processing/makefile
@@ -1,5 +1,5 @@
# file : examples/processing/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/examples/roundtrip/buildfile b/examples/roundtrip/buildfile
index 07672e2..7a95b2c 100644
--- a/examples/roundtrip/buildfile
+++ b/examples/roundtrip/buildfile
@@ -1,5 +1,5 @@
# file : examples/roundtrip/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/examples/roundtrip/makefile b/examples/roundtrip/makefile
index 2644eb3..07cd75e 100644
--- a/examples/roundtrip/makefile
+++ b/examples/roundtrip/makefile
@@ -1,5 +1,5 @@
# file : examples/roundtrip/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/examples/test.bat b/examples/test.bat
index 25502c9..559b9e4 100644
--- a/examples/test.bat
+++ b/examples/test.bat
@@ -1,6 +1,6 @@
@echo off
rem file : examples/test.bat
-rem copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+rem copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
rem license : MIT; see accompanying LICENSE file
setlocal
diff --git a/examples/xhtml/buildfile b/examples/xhtml/buildfile
index 871836f..28b7cf4 100644
--- a/examples/xhtml/buildfile
+++ b/examples/xhtml/buildfile
@@ -1,5 +1,5 @@
# file : examples/xhtml/buildfile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
import libs = libstudxml%lib{studxml}
diff --git a/examples/xhtml/makefile b/examples/xhtml/makefile
index cfd4dd3..a5866a8 100644
--- a/examples/xhtml/makefile
+++ b/examples/xhtml/makefile
@@ -1,5 +1,5 @@
# file : examples/xhtml/makefile
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make