aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-01-05 16:01:24 +0200
commit18f888e389aaeabdd7828aa584c0b7c9b9fd2dc1 (patch)
tree9ccbd3434a7e380d5a6f86471ea49a4d027da905 /mod
parente06c0a160271fda8cb56a4cfda5593ec92508d4f (diff)
Update copyright year
Diffstat (limited to 'mod')
-rw-r--r--mod/buildfile2
-rw-r--r--mod/database2
-rw-r--r--mod/database-module2
-rw-r--r--mod/database-module.cxx2
-rw-r--r--mod/database.cxx2
-rw-r--r--mod/diagnostics2
-rw-r--r--mod/diagnostics.cxx2
-rw-r--r--mod/mod-package-details2
-rw-r--r--mod/mod-package-details.cxx2
-rw-r--r--mod/mod-package-search2
-rw-r--r--mod/mod-package-search.cxx2
-rw-r--r--mod/mod-package-version-details2
-rw-r--r--mod/mod-package-version-details.cxx2
-rw-r--r--mod/mod-repository-details2
-rw-r--r--mod/mod-repository-details.cxx2
-rw-r--r--mod/mod-repository-root2
-rw-r--r--mod/mod-repository-root.cxx2
-rw-r--r--mod/module2
-rw-r--r--mod/module.cxx2
-rw-r--r--mod/options-types2
-rw-r--r--mod/options.cli2
-rw-r--r--mod/page2
-rw-r--r--mod/page.cxx2
-rw-r--r--mod/services.cxx2
-rw-r--r--mod/types-parsers2
-rw-r--r--mod/types-parsers.cxx2
26 files changed, 26 insertions, 26 deletions
diff --git a/mod/buildfile b/mod/buildfile
index 6ec69fb..69eedb6 100644
--- a/mod/buildfile
+++ b/mod/buildfile
@@ -1,5 +1,5 @@
# file : mod/buildfile
-# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define mod: libs
diff --git a/mod/database b/mod/database
index 2730449..8e9fdd1 100644
--- a/mod/database
+++ b/mod/database
@@ -1,5 +1,5 @@
// file : mod/database -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_DATABASE
diff --git a/mod/database-module b/mod/database-module
index 0933794..034324b 100644
--- a/mod/database-module
+++ b/mod/database-module
@@ -1,5 +1,5 @@
// file : mod/database-module -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_DATABASE_MODULE
diff --git a/mod/database-module.cxx b/mod/database-module.cxx
index a794672..8c701b1 100644
--- a/mod/database-module.cxx
+++ b/mod/database-module.cxx
@@ -1,5 +1,5 @@
// file : mod/database-module.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 <mod/database-module>
diff --git a/mod/database.cxx b/mod/database.cxx
index 0f0b703..f8fa1e5 100644
--- a/mod/database.cxx
+++ b/mod/database.cxx
@@ -1,5 +1,5 @@
// file : mod/database.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 <mod/database>
diff --git a/mod/diagnostics b/mod/diagnostics
index 38286d4..496f488 100644
--- a/mod/diagnostics
+++ b/mod/diagnostics
@@ -1,5 +1,5 @@
// file : mod/diagnostics -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_DIAGNOSTICS
diff --git a/mod/diagnostics.cxx b/mod/diagnostics.cxx
index 6512517..066c4b2 100644
--- a/mod/diagnostics.cxx
+++ b/mod/diagnostics.cxx
@@ -1,5 +1,5 @@
// file : mod/diagnostics.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 <mod/diagnostics>
diff --git a/mod/mod-package-details b/mod/mod-package-details
index b324bfb..a19e0d7 100644
--- a/mod/mod-package-details
+++ b/mod/mod-package-details
@@ -1,5 +1,5 @@
// file : mod/mod-package-details -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_PACKAGE_DETAILS
diff --git a/mod/mod-package-details.cxx b/mod/mod-package-details.cxx
index 7821b69..3a7b31c 100644
--- a/mod/mod-package-details.cxx
+++ b/mod/mod-package-details.cxx
@@ -1,5 +1,5 @@
// file : mod/mod-package-details.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 <mod/mod-package-details>
diff --git a/mod/mod-package-search b/mod/mod-package-search
index e463e2a..d8d09be 100644
--- a/mod/mod-package-search
+++ b/mod/mod-package-search
@@ -1,5 +1,5 @@
// file : mod/mod-package-search -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_PACKAGE_SEARCH
diff --git a/mod/mod-package-search.cxx b/mod/mod-package-search.cxx
index df9e3d1..0fecc0a 100644
--- a/mod/mod-package-search.cxx
+++ b/mod/mod-package-search.cxx
@@ -1,5 +1,5 @@
// file : mod/mod-package-search.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 <mod/mod-package-search>
diff --git a/mod/mod-package-version-details b/mod/mod-package-version-details
index 0fba2bf..70ec82b 100644
--- a/mod/mod-package-version-details
+++ b/mod/mod-package-version-details
@@ -1,5 +1,5 @@
// file : mod/mod-package-version-details -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_PACKAGE_VERSION_DETAILS
diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx
index 25a41f3..796f9e6 100644
--- a/mod/mod-package-version-details.cxx
+++ b/mod/mod-package-version-details.cxx
@@ -1,5 +1,5 @@
// file : mod/mod-package-version-details.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 <mod/mod-package-version-details>
diff --git a/mod/mod-repository-details b/mod/mod-repository-details
index 2532613..5e797b2 100644
--- a/mod/mod-repository-details
+++ b/mod/mod-repository-details
@@ -1,5 +1,5 @@
// file : mod/mod-repository-details -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_REPOSITORY_DETAILS
diff --git a/mod/mod-repository-details.cxx b/mod/mod-repository-details.cxx
index 42e59cb..8f434ef 100644
--- a/mod/mod-repository-details.cxx
+++ b/mod/mod-repository-details.cxx
@@ -1,5 +1,5 @@
// file : mod/mod-repository-details.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 <mod/mod-repository-details>
diff --git a/mod/mod-repository-root b/mod/mod-repository-root
index db13b58..e028fb8 100644
--- a/mod/mod-repository-root
+++ b/mod/mod-repository-root
@@ -1,5 +1,5 @@
// file : mod/mod-repository-root -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_REPOSITORY_ROOT
diff --git a/mod/mod-repository-root.cxx b/mod/mod-repository-root.cxx
index 295117e..c51c61c 100644
--- a/mod/mod-repository-root.cxx
+++ b/mod/mod-repository-root.cxx
@@ -1,5 +1,5 @@
// file : mod/mod-repository-root.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 <mod/mod-repository-root>
diff --git a/mod/module b/mod/module
index b704a53..f0743bb 100644
--- a/mod/module
+++ b/mod/module
@@ -1,5 +1,5 @@
// file : mod/module -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MODULE
diff --git a/mod/module.cxx b/mod/module.cxx
index 5e3a4b1..e42f937 100644
--- a/mod/module.cxx
+++ b/mod/module.cxx
@@ -1,5 +1,5 @@
// file : mod/module.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 <mod/module>
diff --git a/mod/options-types b/mod/options-types
index e696139..6c2e42f 100644
--- a/mod/options-types
+++ b/mod/options-types
@@ -1,5 +1,5 @@
// file : mod/options-types -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_OPTIONS_TYPES
diff --git a/mod/options.cli b/mod/options.cli
index f422773..fb86fcd 100644
--- a/mod/options.cli
+++ b/mod/options.cli
@@ -1,5 +1,5 @@
// file : mod/options.cli -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <web/xhtml-fragment>;
diff --git a/mod/page b/mod/page
index f693e7c..a7aaf1b 100644
--- a/mod/page
+++ b/mod/page
@@ -1,5 +1,5 @@
// file : mod/page -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_PAGE
diff --git a/mod/page.cxx b/mod/page.cxx
index 2c1b4d1..1ee18ce 100644
--- a/mod/page.cxx
+++ b/mod/page.cxx
@@ -1,5 +1,5 @@
// file : mod/page.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 <mod/page>
diff --git a/mod/services.cxx b/mod/services.cxx
index b0c5834..fa788b3 100644
--- a/mod/services.cxx
+++ b/mod/services.cxx
@@ -1,5 +1,5 @@
// file : mod/services.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 <ap_config.h> // AP_MODULE_DECLARE_DATA
diff --git a/mod/types-parsers b/mod/types-parsers
index cbea1bd..1082292 100644
--- a/mod/types-parsers
+++ b/mod/types-parsers
@@ -1,5 +1,5 @@
// file : mod/types-parsers -*- C++ -*-
-// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
+// copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// CLI parsers, included into the generated source files.
diff --git a/mod/types-parsers.cxx b/mod/types-parsers.cxx
index 279ab58..3c51da9 100644
--- a/mod/types-parsers.cxx
+++ b/mod/types-parsers.cxx
@@ -1,5 +1,5 @@
// file : mod/types-parsers.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 <mod/types-parsers>