aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--bpkg/buildfile2
-rw-r--r--bpkg/export2
-rw-r--r--bpkg/manifest2
-rw-r--r--bpkg/manifest.cxx2
-rw-r--r--bpkg/version2
-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--tests/buildfile2
-rw-r--r--tests/manifest/buildfile2
-rw-r--r--tests/manifest/driver.cxx2
-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
17 files changed, 17 insertions, 17 deletions
diff --git a/LICENSE b/LICENSE
index ec7646c..91c0877 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2016 Code Synthesis Ltd
+Copyright (c) 2014-2017 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/bpkg/buildfile b/bpkg/buildfile
index 5442395..74ee29a 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -1,5 +1,5 @@
# file : bpkg/buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import int_libs = libbutl%lib{butl}
diff --git a/bpkg/export b/bpkg/export
index 63dd09c..fadf41d 100644
--- a/bpkg/export
+++ b/bpkg/export
@@ -1,5 +1,5 @@
// file : bpkg/export -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BPKG_EXPORT
diff --git a/bpkg/manifest b/bpkg/manifest
index 688cbf2..19dd960 100644
--- a/bpkg/manifest
+++ b/bpkg/manifest
@@ -1,5 +1,5 @@
// file : bpkg/manifest -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BPKG_MANIFEST
diff --git a/bpkg/manifest.cxx b/bpkg/manifest.cxx
index 5569224..54627e7 100644
--- a/bpkg/manifest.cxx
+++ b/bpkg/manifest.cxx
@@ -1,5 +1,5 @@
// file : bpkg/manifest.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <bpkg/manifest>
diff --git a/bpkg/version b/bpkg/version
index 0d837db..acbf1f8 100644
--- a/bpkg/version
+++ b/bpkg/version
@@ -1,5 +1,5 @@
// file : bpkg/version -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBPKG_VERSION // Note: using the version macro itself.
diff --git a/build/bootstrap.build b/build/bootstrap.build
index fc5d8a1..c5fffee 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = libbpkg
diff --git a/build/export.build b/build/export.build
index c4cd90d..58b6799 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/:
diff --git a/build/root.build b/build/root.build
index d219b6e..60dae65 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cxx.std = latest
diff --git a/buildfile b/buildfile
index a6a08ae..4304108 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = bpkg/ tests/
diff --git a/tests/buildfile b/tests/buildfile
index a8f8f3e..47f5226 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = manifest/ package-version/ repository-location/
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile
index 8f4b8f0..d3c55f8 100644
--- a/tests/manifest/buildfile
+++ b/tests/manifest/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest/buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
#exe{driver}: cxx{driver} ../../bpkg/lib{bpkg}
diff --git a/tests/manifest/driver.cxx b/tests/manifest/driver.cxx
index 4083516..9b6c31a 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <cassert>
diff --git a/tests/package-version/buildfile b/tests/package-version/buildfile
index 056dd13..9a47c0b 100644
--- a/tests/package-version/buildfile
+++ b/tests/package-version/buildfile
@@ -1,5 +1,5 @@
# file : tests/package-version/buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 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 be300c4..3e80b2e 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/repository-location/buildfile b/tests/repository-location/buildfile
index b1538ca..54811d3 100644
--- a/tests/repository-location/buildfile
+++ b/tests/repository-location/buildfile
@@ -1,5 +1,5 @@
# file : tests/repository-location/buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 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 6b4a1d7..da7cea2 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-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>