aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:31:21 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:31:21 +0300
commitd7fffb8fbd0743e6dfcf76eb4373bfead92bffc7 (patch)
tree27699cd6a65e9b476d21bfe6690f38e5aa83bb5f /build
parent6e2a71633c29c62c8afc38d91be8edfa907d98aa (diff)
Update copyright year
Diffstat (limited to 'build')
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/bootstrap.make2
-rw-r--r--build/configuration-rules.make2
-rw-r--r--build/configuration.make2
-rwxr-xr-xbuild/configure2
-rw-r--r--build/export.build2
-rw-r--r--build/export/libodb/stub.make2
-rw-r--r--build/import/libodb/configuration-rules.make2
-rwxr-xr-xbuild/import/libodb/configure2
-rw-r--r--build/import/libodb/stub.make2
-rw-r--r--build/root.build2
11 files changed, 11 insertions, 11 deletions
diff --git a/build/bootstrap.build b/build/bootstrap.build
index 976b0a0..783341d 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
project = libodb
diff --git a/build/bootstrap.make b/build/bootstrap.make
index 15c3a62..d87cf18 100644
--- a/build/bootstrap.make
+++ b/build/bootstrap.make
@@ -1,5 +1,5 @@
# file : build/bootstrap.make
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
project_name := libodb
diff --git a/build/configuration-rules.make b/build/configuration-rules.make
index 5c5e8a5..895ac81 100644
--- a/build/configuration-rules.make
+++ b/build/configuration-rules.make
@@ -1,5 +1,5 @@
# file : build/configuration-rules.make
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/configuration-dynamic.make: | $(dcf_root)/.
diff --git a/build/configuration.make b/build/configuration.make
index 49b1840..39ab11a 100644
--- a/build/configuration.make
+++ b/build/configuration.make
@@ -1,5 +1,5 @@
# file : build/configuration.make
-# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(scf_root)/configuration-rules.make,$(dcf_root))
diff --git a/build/configure b/build/configure
index 56a0846..977bc3a 100755
--- a/build/configure
+++ b/build/configure
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : build/configure
-# copyright : Copyright (c) 2005-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
# $1 out file
diff --git a/build/export.build b/build/export.build
index 7e224b0..59d866f 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$out_root/
diff --git a/build/export/libodb/stub.make b/build/export/libodb/stub.make
index 638df7c..d3a2bf3 100644
--- a/build/export/libodb/stub.make
+++ b/build/export/libodb/stub.make
@@ -1,5 +1,5 @@
# file : build/export/libodb/stub.make
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(src_root)/odb/makefile,$(out_root))
diff --git a/build/import/libodb/configuration-rules.make b/build/import/libodb/configuration-rules.make
index 2fbb636..872cbb3 100644
--- a/build/import/libodb/configuration-rules.make
+++ b/build/import/libodb/configuration-rules.make
@@ -1,5 +1,5 @@
# file : build/import/libodb/configuration-rules.make
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/import/libodb/configuration-dynamic.make: | $(dcf_root)/import/libodb/.
diff --git a/build/import/libodb/configure b/build/import/libodb/configure
index b2df157..0d57a5f 100755
--- a/build/import/libodb/configure
+++ b/build/import/libodb/configure
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : build/import/libodb/configure
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
diff --git a/build/import/libodb/stub.make b/build/import/libodb/stub.make
index a96dc45..6b7088d 100644
--- a/build/import/libodb/stub.make
+++ b/build/import/libodb/stub.make
@@ -1,5 +1,5 @@
# file : build/import/libodb/stub.make
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/libodb/configuration-rules.make,$(dcf_root))
diff --git a/build/root.build b/build/root.build
index b69aa42..697f33c 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
cxx.std = 11