aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-03 14:07:18 +0200
commitfcf9219b8ff6e9d21c4f4748dc822a7b92310975 (patch)
tree66bd2d45e92d0847bf833c2445c6eb318ac6d9c4 /build
parent29e21ce69490834731aa257b717544378fd00e57 (diff)
Update copyright year
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/bootstrap.make2
-rw-r--r--build/export.build2
-rw-r--r--build/export/libstudxml/stub.make2
-rw-r--r--build/import/libstudxml/configuration-rules.make2
-rwxr-xr-xbuild/import/libstudxml/configure2
-rw-r--r--build/import/libstudxml/stub.make2
-rw-r--r--build/root.build2
8 files changed, 8 insertions, 8 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 479f1c1..6c4e732 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : 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 = libstudxml
diff --git a/build/bootstrap.make b/build/bootstrap.make
index 93fd872..3bcae5a 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,5 +1,5 @@
# file : build/bootstrap.make
-# 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_name := libstudxml
diff --git a/build/export.build b/build/export.build
index 6d62864..ae96337 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.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
$out_root/:
diff --git a/build/export/libstudxml/stub.make b/build/export/libstudxml/stub.make
index 25ddfce..4ef7aa1 100644
--- a/build/export/libstudxml/stub.make
+++ b/build/export/libstudxml/stub.make
@@ -1,5 +1,5 @@
# file : build/export/libstudxml/stub.make
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(call include-once,$(src_root)/xml/makefile,$(out_root))
diff --git a/build/import/libstudxml/configuration-rules.make b/build/import/libstudxml/configuration-rules.make
index 1a224e7..26d91c2 100644
--- a/build/import/libstudxml/configuration-rules.make
+++ b/build/import/libstudxml/configuration-rules.make
@@ -1,5 +1,5 @@
# file : build/import/libstudxml/configuration-rules.make
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(dcf_root)/import/libstudxml/configuration-dynamic.make: | $(dcf_root)/import/libstudxml/.
diff --git a/build/import/libstudxml/configure b/build/import/libstudxml/configure
index 71c0f35..3f52fdd 100755
--- a/build/import/libstudxml/configure
+++ b/build/import/libstudxml/configure
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : build/import/libstudxml/configure
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# $1 - out file
diff --git a/build/import/libstudxml/stub.make b/build/import/libstudxml/stub.make
index 1f28a32..eafa4c4 100644
--- a/build/import/libstudxml/stub.make
+++ b/build/import/libstudxml/stub.make
@@ -1,5 +1,5 @@
# file : build/import/libstudxml/stub.make
-# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# copyright : Copyright (c) 2013-2017 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/libstudxml/configuration-rules.make,$(dcf_root))
diff --git a/build/root.build b/build/root.build
index a6cb63a..4f266d1 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : 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