aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--bpkg/buildfile2
-rw-r--r--bpkg/manifest2
-rw-r--r--bpkg/manifest-parser2
-rw-r--r--bpkg/manifest-parser.cxx2
-rw-r--r--bpkg/manifest-serializer2
-rw-r--r--bpkg/manifest-serializer.cxx2
-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-parser/buildfile2
-rw-r--r--tests/manifest-parser/driver.cxx2
-rw-r--r--tests/manifest-roundtrip/buildfile2
-rw-r--r--tests/manifest-roundtrip/driver.cxx2
-rw-r--r--tests/manifest-serializer/buildfile2
-rw-r--r--tests/manifest-serializer/driver.cxx2
-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
26 files changed, 26 insertions, 26 deletions
diff --git a/LICENSE b/LICENSE
index d79003b..ec7646c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2014-2015 Code Synthesis Ltd
+Copyright (c) 2014-2016 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 012792d..b99d465 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -1,5 +1,5 @@
# file : bpkg/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
import libs += libbutl%lib{butl}
diff --git a/bpkg/manifest b/bpkg/manifest
index 7df052b..d4c34d6 100644
--- a/bpkg/manifest
+++ b/bpkg/manifest
@@ -1,5 +1,5 @@
// file : bpkg/manifest -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BPKG_MANIFEST
diff --git a/bpkg/manifest-parser b/bpkg/manifest-parser
index cee0786..77918ee 100644
--- a/bpkg/manifest-parser
+++ b/bpkg/manifest-parser
@@ -1,5 +1,5 @@
// file : bpkg/manifest-parser -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BPKG_MANIFEST_PARSER
diff --git a/bpkg/manifest-parser.cxx b/bpkg/manifest-parser.cxx
index 513573a..58e920a 100644
--- a/bpkg/manifest-parser.cxx
+++ b/bpkg/manifest-parser.cxx
@@ -1,5 +1,5 @@
// file : bpkg/manifest-parser.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <bpkg/manifest-parser>
diff --git a/bpkg/manifest-serializer b/bpkg/manifest-serializer
index 2c5a09b..3116279 100644
--- a/bpkg/manifest-serializer
+++ b/bpkg/manifest-serializer
@@ -1,5 +1,5 @@
// file : bpkg/manifest-serializer -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BPKG_MANIFEST_SERIALIZER
diff --git a/bpkg/manifest-serializer.cxx b/bpkg/manifest-serializer.cxx
index 1d9fd89..07b7db9 100644
--- a/bpkg/manifest-serializer.cxx
+++ b/bpkg/manifest-serializer.cxx
@@ -1,5 +1,5 @@
// file : bpkg/manifest-serializer.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <bpkg/manifest-serializer>
diff --git a/bpkg/manifest.cxx b/bpkg/manifest.cxx
index 9ded0b1..48e7a99 100644
--- a/bpkg/manifest.cxx
+++ b/bpkg/manifest.cxx
@@ -1,5 +1,5 @@
// file : bpkg/manifest.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <bpkg/manifest>
diff --git a/bpkg/version b/bpkg/version
index 6ced4fc..6b2e119 100644
--- a/bpkg/version
+++ b/bpkg/version
@@ -1,5 +1,5 @@
// file : bpkg/version -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 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 35ac763..2f3344b 100644
--- a/build/bootstrap.build
+++ b/build/bootstrap.build
@@ -1,5 +1,5 @@
# file : build/bootstrap.build
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
project = libbpkg
diff --git a/build/export.build b/build/export.build
index 7dec770..c4cd90d 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,5 +1,5 @@
# file : build/export.build
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
$out_root/:
diff --git a/build/root.build b/build/root.build
index e5ddba5..57a3d82 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,5 +1,5 @@
# file : build/root.build
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
using cxx
diff --git a/buildfile b/buildfile
index 081e768..96f9851 100644
--- a/buildfile
+++ b/buildfile
@@ -1,5 +1,5 @@
# file : buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = bpkg/ tests/
diff --git a/tests/buildfile b/tests/buildfile
index bb53854..bac1dfa 100644
--- a/tests/buildfile
+++ b/tests/buildfile
@@ -1,5 +1,5 @@
# file : tests/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
d = manifest-parser/ manifest-serializer/ manifest-roundtrip/ manifest/ \
diff --git a/tests/manifest-parser/buildfile b/tests/manifest-parser/buildfile
index 4fcf735..e3a5b97 100644
--- a/tests/manifest-parser/buildfile
+++ b/tests/manifest-parser/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest-parser/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../bpkg/lib{bpkg}
diff --git a/tests/manifest-parser/driver.cxx b/tests/manifest-parser/driver.cxx
index 0fd64f4..e19279d 100644
--- a/tests/manifest-parser/driver.cxx
+++ b/tests/manifest-parser/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/manifest-parser/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <vector>
diff --git a/tests/manifest-roundtrip/buildfile b/tests/manifest-roundtrip/buildfile
index d6133e9..a830a01 100644
--- a/tests/manifest-roundtrip/buildfile
+++ b/tests/manifest-roundtrip/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest-roundtrip/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../bpkg/lib{bpkg}
diff --git a/tests/manifest-roundtrip/driver.cxx b/tests/manifest-roundtrip/driver.cxx
index d7c7707..917dc50 100644
--- a/tests/manifest-roundtrip/driver.cxx
+++ b/tests/manifest-roundtrip/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/manifest-roundtrip/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/manifest-serializer/buildfile b/tests/manifest-serializer/buildfile
index b1dfb78..d2e5e73 100644
--- a/tests/manifest-serializer/buildfile
+++ b/tests/manifest-serializer/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest-serializer/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../bpkg/lib{bpkg}
diff --git a/tests/manifest-serializer/driver.cxx b/tests/manifest-serializer/driver.cxx
index 21bca08..4c722b6 100644
--- a/tests/manifest-serializer/driver.cxx
+++ b/tests/manifest-serializer/driver.cxx
@@ -1,5 +1,5 @@
// file : tests/manifest-serializer/driver.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <vector>
diff --git a/tests/manifest/buildfile b/tests/manifest/buildfile
index 76041c6..0696a1c 100644
--- a/tests/manifest/buildfile
+++ b/tests/manifest/buildfile
@@ -1,5 +1,5 @@
# file : tests/manifest/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 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 4722425..e9551ae 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-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <fstream>
diff --git a/tests/package-version/buildfile b/tests/package-version/buildfile
index 2fc3c01..947ec53 100644
--- a/tests/package-version/buildfile
+++ b/tests/package-version/buildfile
@@ -1,5 +1,5 @@
# file : tests/package-version/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../bpkg/lib{bpkg}
diff --git a/tests/package-version/driver.cxx b/tests/package-version/driver.cxx
index a48d4cf..db1a55f 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-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>
diff --git a/tests/repository-location/buildfile b/tests/repository-location/buildfile
index 1a8e2f7..b8e5f87 100644
--- a/tests/repository-location/buildfile
+++ b/tests/repository-location/buildfile
@@ -1,5 +1,5 @@
# file : tests/repository-location/buildfile
-# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
exe{driver}: cxx{driver} ../../bpkg/lib{bpkg}
diff --git a/tests/repository-location/driver.cxx b/tests/repository-location/driver.cxx
index 4ee0c57..cbd76f9 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-2015 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <string>