diff options
Diffstat (limited to 'bpkg')
-rw-r--r-- | bpkg/buildfile | 2 | ||||
-rw-r--r-- | bpkg/export | 2 | ||||
-rw-r--r-- | bpkg/manifest | 2 | ||||
-rw-r--r-- | bpkg/manifest.cxx | 2 | ||||
-rw-r--r-- | bpkg/version | 2 |
5 files changed, 5 insertions, 5 deletions
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. |