aboutsummaryrefslogtreecommitdiff
path: root/build/import/cli
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:33:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 21:33:30 +0300
commitc4ccd3db7b83b2cf015c1dee328ea83e526e6402 (patch)
treeb9647b45aca830ac55c337cb6c98a904ceff895d /build/import/cli
parente026811c699a92a497be5efaf9a5b4c1dc74183e (diff)
Update copyright year
Diffstat (limited to 'build/import/cli')
-rw-r--r--build/import/cli/LICENSE2
-rw-r--r--build/import/cli/cli-cxx.make2
-rw-r--r--build/import/cli/configuration-rules.make2
-rwxr-xr-xbuild/import/cli/configure2
-rw-r--r--build/import/cli/stub.make2
5 files changed, 5 insertions, 5 deletions
diff --git a/build/import/cli/LICENSE b/build/import/cli/LICENSE
index ba1973a..f6b2d2b 100644
--- a/build/import/cli/LICENSE
+++ b/build/import/cli/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2009-2018 Code Synthesis Tools CC.
+Copyright (c) 2009-2019 Code Synthesis Tools CC.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
diff --git a/build/import/cli/cli-cxx.make b/build/import/cli/cli-cxx.make
index 913ce1f..3d01453 100644
--- a/build/import/cli/cli-cxx.make
+++ b/build/import/cli/cli-cxx.make
@@ -1,5 +1,5 @@
# file : build/import/cli/cli-cxx.make
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
# Here we are operating in the importing project's space, not in
diff --git a/build/import/cli/configuration-rules.make b/build/import/cli/configuration-rules.make
index 8af2efc..f13d01b 100644
--- a/build/import/cli/configuration-rules.make
+++ b/build/import/cli/configuration-rules.make
@@ -1,5 +1,5 @@
# file : build/import/cli/configuration-rules.make
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(dcf_root)/import/cli/configuration-dynamic.make: | $(dcf_root)/import/cli/.
diff --git a/build/import/cli/configure b/build/import/cli/configure
index 704773b..944f48c 100755
--- a/build/import/cli/configure
+++ b/build/import/cli/configure
@@ -1,7 +1,7 @@
#! /usr/bin/env bash
# file : build/import/cli/configure
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
diff --git a/build/import/cli/stub.make b/build/import/cli/stub.make
index a21aa40..047ba40 100644
--- a/build/import/cli/stub.make
+++ b/build/import/cli/stub.make
@@ -1,5 +1,5 @@
# file : build/import/cli/stub.make
-# copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC
+# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
$(call include-once,$(scf_root)/import/cli/configuration-rules.make,$(dcf_root))