aboutsummaryrefslogtreecommitdiff
path: root/libbutl
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:46:47 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:46:47 +0300
commita74595dfb3eeafec60aafc7d17d3d44af426ee41 (patch)
treeb973c2105a5316527e674986368a0657c8daffe0 /libbutl
parentde48dc1954af14f1a569a1d4132b5261c21f1274 (diff)
Update copyright year
Diffstat (limited to 'libbutl')
-rw-r--r--libbutl/buildfile2
-rw-r--r--libbutl/manifest-parser.bash.in2
-rw-r--r--libbutl/manifest-serializer.bash.in2
-rw-r--r--libbutl/manifest.cxx2
-rw-r--r--libbutl/utility.bash.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/libbutl/buildfile b/libbutl/buildfile
index 03dd084..cbe40eb 100644
--- a/libbutl/buildfile
+++ b/libbutl/buildfile
@@ -1,5 +1,5 @@
# file : libbutl/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs = libbutl%lib{butl}
diff --git a/libbutl/manifest-parser.bash.in b/libbutl/manifest-parser.bash.in
index 4af565a..2c6158a 100644
--- a/libbutl/manifest-parser.bash.in
+++ b/libbutl/manifest-parser.bash.in
@@ -1,5 +1,5 @@
# file : libbutl/manifest-parser.bash.in
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
if [ "$butl_manifest_parser" ]; then
diff --git a/libbutl/manifest-serializer.bash.in b/libbutl/manifest-serializer.bash.in
index 5b91eed..b1220e1 100644
--- a/libbutl/manifest-serializer.bash.in
+++ b/libbutl/manifest-serializer.bash.in
@@ -1,5 +1,5 @@
# file : libbutl/manifest-serializer.bash.in
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
if [ "$butl_manifest_serializer" ]; then
diff --git a/libbutl/manifest.cxx b/libbutl/manifest.cxx
index 4c85b57..d095c45 100644
--- a/libbutl/manifest.cxx
+++ b/libbutl/manifest.cxx
@@ -1,5 +1,5 @@
// file : libbutl/manifest.cxx
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <ios> // ios::failure, ios::*bit
diff --git a/libbutl/utility.bash.in b/libbutl/utility.bash.in
index 1face1a..3eab109 100644
--- a/libbutl/utility.bash.in
+++ b/libbutl/utility.bash.in
@@ -1,5 +1,5 @@
# file : libbutl/utility.bash.in
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
if [ "$butl_utility" ]; then