aboutsummaryrefslogtreecommitdiff
path: root/libbrep
diff options
context:
space:
mode:
Diffstat (limited to 'libbrep')
-rw-r--r--libbrep/build-package.hxx2
-rw-r--r--libbrep/build.cxx2
-rw-r--r--libbrep/build.hxx2
-rw-r--r--libbrep/buildfile2
-rw-r--r--libbrep/common.cxx2
-rw-r--r--libbrep/common.hxx2
-rw-r--r--libbrep/database-lock.cxx2
-rw-r--r--libbrep/database-lock.hxx2
-rw-r--r--libbrep/package-traits.cxx2
-rw-r--r--libbrep/package-traits.hxx2
-rw-r--r--libbrep/package.cxx2
-rw-r--r--libbrep/package.hxx2
-rw-r--r--libbrep/types.hxx2
-rw-r--r--libbrep/utility.hxx2
-rw-r--r--libbrep/version.hxx.in2
-rw-r--r--libbrep/wrapper-traits.hxx2
16 files changed, 16 insertions, 16 deletions
diff --git a/libbrep/build-package.hxx b/libbrep/build-package.hxx
index 324303d..ca65dbf 100644
--- a/libbrep/build-package.hxx
+++ b/libbrep/build-package.hxx
@@ -1,5 +1,5 @@
// file : libbrep/build-package.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_BUILD_PACKAGE_HXX
diff --git a/libbrep/build.cxx b/libbrep/build.cxx
index 10ff792..9b379b7 100644
--- a/libbrep/build.cxx
+++ b/libbrep/build.cxx
@@ -1,5 +1,5 @@
// file : libbrep/build.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbrep/build.hxx>
diff --git a/libbrep/build.hxx b/libbrep/build.hxx
index 715815f..81c3749 100644
--- a/libbrep/build.hxx
+++ b/libbrep/build.hxx
@@ -1,5 +1,5 @@
// file : libbrep/build.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_BUILD_HXX
diff --git a/libbrep/buildfile b/libbrep/buildfile
index 7f6129b..3ce74a0 100644
--- a/libbrep/buildfile
+++ b/libbrep/buildfile
@@ -1,5 +1,5 @@
# file : libbrep/buildfile
-# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define sql: file
diff --git a/libbrep/common.cxx b/libbrep/common.cxx
index 2499f65..2e21df0 100644
--- a/libbrep/common.cxx
+++ b/libbrep/common.cxx
@@ -1,5 +1,5 @@
// file : libbrep/common.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbrep/common.hxx>
diff --git a/libbrep/common.hxx b/libbrep/common.hxx
index 0172ba2..0950e7f 100644
--- a/libbrep/common.hxx
+++ b/libbrep/common.hxx
@@ -1,5 +1,5 @@
// file : libbrep/common.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_COMMON_HXX
diff --git a/libbrep/database-lock.cxx b/libbrep/database-lock.cxx
index c69c240..4559bb4 100644
--- a/libbrep/database-lock.cxx
+++ b/libbrep/database-lock.cxx
@@ -1,5 +1,5 @@
// file : libbrep/database-lock.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbrep/database-lock.hxx>
diff --git a/libbrep/database-lock.hxx b/libbrep/database-lock.hxx
index 60d57a4..2354950 100644
--- a/libbrep/database-lock.hxx
+++ b/libbrep/database-lock.hxx
@@ -1,5 +1,5 @@
// file : libbrep/database-lock.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_DATABASE_LOCK_HXX
diff --git a/libbrep/package-traits.cxx b/libbrep/package-traits.cxx
index a03cbac..468eb07 100644
--- a/libbrep/package-traits.cxx
+++ b/libbrep/package-traits.cxx
@@ -1,5 +1,5 @@
// file : libbrep/package-traits.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbrep/package-traits.hxx>
diff --git a/libbrep/package-traits.hxx b/libbrep/package-traits.hxx
index b626ea8..56c8cec 100644
--- a/libbrep/package-traits.hxx
+++ b/libbrep/package-traits.hxx
@@ -1,5 +1,5 @@
// file : brep/package-traits -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BREP_PACKAGE_TRAITS
diff --git a/libbrep/package.cxx b/libbrep/package.cxx
index af63c82..984f36b 100644
--- a/libbrep/package.cxx
+++ b/libbrep/package.cxx
@@ -1,5 +1,5 @@
// file : libbrep/package.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbrep/package.hxx>
diff --git a/libbrep/package.hxx b/libbrep/package.hxx
index a739525..98e8178 100644
--- a/libbrep/package.hxx
+++ b/libbrep/package.hxx
@@ -1,5 +1,5 @@
// file : libbrep/package.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_PACKAGE_HXX
diff --git a/libbrep/types.hxx b/libbrep/types.hxx
index ef37da4..13d3d09 100644
--- a/libbrep/types.hxx
+++ b/libbrep/types.hxx
@@ -1,5 +1,5 @@
// file : libbrep/types.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_TYPES_HXX
diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx
index 65c0b46..0fd2fe1 100644
--- a/libbrep/utility.hxx
+++ b/libbrep/utility.hxx
@@ -1,5 +1,5 @@
// file : libbrep/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_UTILITY_HXX
diff --git a/libbrep/version.hxx.in b/libbrep/version.hxx.in
index 6ebe13e..42521d1 100644
--- a/libbrep/version.hxx.in
+++ b/libbrep/version.hxx.in
@@ -1,5 +1,5 @@
// file : libbrep/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef BREP_VERSION // Note: using the version macro itself.
diff --git a/libbrep/wrapper-traits.hxx b/libbrep/wrapper-traits.hxx
index 70c84e0..9465c4d 100644
--- a/libbrep/wrapper-traits.hxx
+++ b/libbrep/wrapper-traits.hxx
@@ -1,5 +1,5 @@
// file : libbrep/wrapper-traits.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2018 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_WRAPPER_TRAITS_HXX