aboutsummaryrefslogtreecommitdiff
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
parentde48dc1954af14f1a569a1d4132b5261c21f1274 (diff)
Update copyright year
-rw-r--r--LICENSE2
-rw-r--r--build/bootstrap.build2
-rw-r--r--build/export.build2
-rw-r--r--build/root.build2
-rw-r--r--buildfile2
-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
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/manifest-parser/buildfile2
-rw-r--r--tests/manifest-parser/driver.in2
-rw-r--r--tests/manifest-parser/testscript2
-rw-r--r--tests/manifest-serializer/buildfile2
-rw-r--r--tests/manifest-serializer/driver.in2
-rw-r--r--tests/manifest-serializer/testscript2
19 files changed, 19 insertions, 19 deletions
diff --git a/LICENSE b/LICENSE
index c1332e6..215ce1d 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2018 Code Synthesis Ltd
+Copyright (c) 2014-2019 Code Synthesis Ltd
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/bootstrap.build b/build/bootstrap.build
index 8e62ed7..3d75633 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = libbutl.bash
diff --git a/build/export.build b/build/export.build
index 9981479..6e60cbd 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/
diff --git a/build/root.build b/build/root.build
index f362f58..ea97d9a 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
using bash
diff --git a/buildfile b/buildfile
index cb1610f..582ed01 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: {*/ -build/} doc{INSTALL LICENSE NEWS README} manifest
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
diff --git a/tests/build/bootstrap.build b/tests/build/bootstrap.build
index 91bc3e9..b42a95d 100644
--- a/tests/build/bootstrap.build
+++ b/tests/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : tests/build/bootstrap.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = # Unnamed subproject.
diff --git a/tests/build/root.build b/tests/build/root.build
index f4d2a1c..ee07f29 100644
--- a/tests/build/root.build
+++ b/tests/build/root.build
@@ -1,5 +1,5 @@
# file : tests/build/root.build
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
using bash
diff --git a/tests/buildfile b/tests/buildfile
index d248d2b..d914409 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
./: {*/ -build/}
diff --git a/tests/manifest-parser/buildfile b/tests/manifest-parser/buildfile
index c572f3a..ec41aa9 100644
--- a/tests/manifest-parser/buildfile
+++ b/tests/manifest-parser/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest-parser/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import mods = libbutl.bash%bash{manifest-parser}
diff --git a/tests/manifest-parser/driver.in b/tests/manifest-parser/driver.in
index ffd9a64..fbd5f60 100644
--- a/tests/manifest-parser/driver.in
+++ b/tests/manifest-parser/driver.in
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# file : tests/manifest-parser/driver.in
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
trap "{ exit 1; }" ERR
diff --git a/tests/manifest-parser/testscript b/tests/manifest-parser/testscript
index 78f4160..559d2ef 100644
--- a/tests/manifest-parser/testscript
+++ b/tests/manifest-parser/testscript
@@ -1,5 +1,5 @@
# file : tests/manifest-parser/testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: stdin
diff --git a/tests/manifest-serializer/buildfile b/tests/manifest-serializer/buildfile
index f881ee9..8b822e9 100644
--- a/tests/manifest-serializer/buildfile
+++ b/tests/manifest-serializer/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest-serializer/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import mods = libbutl.bash%bash{manifest-serializer}
diff --git a/tests/manifest-serializer/driver.in b/tests/manifest-serializer/driver.in
index 4ee31a7..7c4efad 100644
--- a/tests/manifest-serializer/driver.in
+++ b/tests/manifest-serializer/driver.in
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# file : tests/manifest-serializer/driver.in
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
trap "{ exit 1; }" ERR
diff --git a/tests/manifest-serializer/testscript b/tests/manifest-serializer/testscript
index f305342..d027b7a 100644
--- a/tests/manifest-serializer/testscript
+++ b/tests/manifest-serializer/testscript
@@ -1,5 +1,5 @@
# file : tests/manifest-serializer/testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: stdout