aboutsummaryrefslogtreecommitdiff
path: root/bpkg
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-09 08:46:34 +0200
commit9239c606dfadf96a5a69e2581ddb54064afcdfa7 (patch)
tree58ea0e13530e30ffe84803b34f7a77275fc38da7 /bpkg
parent281b9ef7a740f89175a4feb29447153307f4802e (diff)
Update copyright year
Diffstat (limited to 'bpkg')
-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
8 files changed, 8 insertions, 8 deletions
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.