aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:47:30 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-01-16 20:47:30 +0300
commit621ce5fa18151a0cf25b4be6e35c8341f4d0fa12 (patch)
treea397072e28c936fc81dd34def38e284263e880f9
parente13873e57383a617da352b38af016fed62eda5e9 (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--libbpkg/buildfile2
-rw-r--r--libbpkg/export.hxx2
-rw-r--r--libbpkg/manifest.cxx2
-rw-r--r--libbpkg/manifest.hxx2
-rw-r--r--libbpkg/package-name.hxx2
-rw-r--r--libbpkg/version.hxx.in2
-rw-r--r--tests/build-class-expr/buildfile2
-rw-r--r--tests/build-class-expr/driver.cxx2
-rw-r--r--tests/build-class-expr/testscript2
-rw-r--r--tests/build/bootstrap.build2
-rw-r--r--tests/build/root.build2
-rw-r--r--tests/buildfile2
-rw-r--r--tests/manifest/buildfile2
-rw-r--r--tests/manifest/driver.cxx2
-rw-r--r--tests/manifest/testscript2
-rw-r--r--tests/package-version/buildfile2
-rw-r--r--tests/package-version/driver.cxx2
-rw-r--r--tests/repository-location/buildfile2
-rw-r--r--tests/repository-location/driver.cxx2
24 files changed, 24 insertions, 24 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 4a59deb..e39ca94 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 = libbpkg
diff --git a/build/export.build b/build/export.build
index cf8f8b5..fdd17ef 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 c288ed6..7519e07 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
cxx.std = latest
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/libbpkg/buildfile b/libbpkg/buildfile
index 6e383ba..00b2b1f 100644
--- a/libbpkg/buildfile
+++ b/libbpkg/buildfile
@@ -1,5 +1,5 @@
# file : libbpkg/buildfile
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import int_libs = libbutl%lib{butl}
diff --git a/libbpkg/export.hxx b/libbpkg/export.hxx
index 4b07d76..2738845 100644
--- a/libbpkg/export.hxx
+++ b/libbpkg/export.hxx
@@ -1,5 +1,5 @@
// file : libbpkg/export.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBPKG_EXPORT_HXX
diff --git a/libbpkg/manifest.cxx b/libbpkg/manifest.cxx
index 7180875..1e38451 100644
--- a/libbpkg/manifest.cxx
+++ b/libbpkg/manifest.cxx
@@ -1,5 +1,5 @@
// file : libbpkg/manifest.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbpkg/manifest.hxx>
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index b7216fc..3bce47c 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -1,5 +1,5 @@
// file : libbpkg/manifest.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBPKG_MANIFEST_HXX
diff --git a/libbpkg/package-name.hxx b/libbpkg/package-name.hxx
index f478be3..52301c7 100644
--- a/libbpkg/package-name.hxx
+++ b/libbpkg/package-name.hxx
@@ -1,5 +1,5 @@
// file : libbpkg/package-name.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBPKG_PACKAGE_NAME_HXX
diff --git a/libbpkg/version.hxx.in b/libbpkg/version.hxx.in
index 9f006b1..f802a48 100644
--- a/libbpkg/version.hxx.in
+++ b/libbpkg/version.hxx.in
@@ -1,5 +1,5 @@
// file : libbpkg/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBPKG_VERSION // Note: using the version macro itself.
diff --git a/tests/build-class-expr/buildfile b/tests/build-class-expr/buildfile
index 8d63d65..2c51a5d 100644
--- a/tests/build-class-expr/buildfile
+++ b/tests/build-class-expr/buildfile
@@ -1,5 +1,5 @@
# file : tests/build-class-expr/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/tests/build-class-expr/driver.cxx b/tests/build-class-expr/driver.cxx
index 586d459..d2797ac 100644
--- a/tests/build-class-expr/driver.cxx
+++ b/tests/build-class-expr/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/build-class-expr/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <ios>
diff --git a/tests/build-class-expr/testscript b/tests/build-class-expr/testscript
index 006d12d..af52f87 100644
--- a/tests/build-class-expr/testscript
+++ b/tests/build-class-expr/testscript
@@ -1,5 +1,5 @@
# file : tests/build-class-expr/testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: valid
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 2fdf665..126009d 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
cxx.std = latest
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/buildfile b/tests/manifest/buildfile
index aa28609..627ef9e 100644
--- a/tests/manifest/buildfile
+++ b/tests/manifest/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest/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/tests/manifest/driver.cxx b/tests/manifest/driver.cxx
index de03606..3bffd4a 100644
--- a/tests/manifest/driver.cxx
+++ b/tests/manifest/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/manifest/driver.cxx -*- C++ -*-
-// 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_base::failbit, ios_base::badbit
diff --git a/tests/manifest/testscript b/tests/manifest/testscript
index fa0de85..b1b94ed 100644
--- a/tests/manifest/testscript
+++ b/tests/manifest/testscript
@@ -1,5 +1,5 @@
# file : tests/manifest/testscript
-# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
: packages
diff --git a/tests/package-version/buildfile b/tests/package-version/buildfile
index f4e224f..a44f876 100644
--- a/tests/package-version/buildfile
+++ b/tests/package-version/buildfile
@@ -1,5 +1,5 @@
# file : tests/package-version/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/tests/package-version/driver.cxx b/tests/package-version/driver.cxx
index 5cdf4f9..cd180ce 100644
--- a/tests/package-version/driver.cxx
+++ b/tests/package-version/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/package-version/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/repository-location/buildfile b/tests/repository-location/buildfile
index 95b3c47..c9f072f 100644
--- a/tests/repository-location/buildfile
+++ b/tests/repository-location/buildfile
@@ -1,5 +1,5 @@
# file : tests/repository-location/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/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx
index 3f03a5d..6ad0bcf 100644
--- a/tests/repository-location/driver.cxx
+++ b/tests/repository-location/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/repository-location/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>