aboutsummaryrefslogtreecommitdiff
path: root/mod
diff options
context:
space:
mode:
Diffstat (limited to 'mod')
-rw-r--r--mod/build-config-module.cxx1
-rw-r--r--mod/build-config-module.hxx1
-rw-r--r--mod/build.cxx1
-rw-r--r--mod/build.hxx1
-rw-r--r--mod/buildfile1
-rw-r--r--mod/database-module.cxx1
-rw-r--r--mod/database-module.hxx1
-rw-r--r--mod/database.cxx1
-rw-r--r--mod/database.hxx1
-rw-r--r--mod/diagnostics.cxx1
-rw-r--r--mod/diagnostics.hxx1
-rw-r--r--mod/external-handler.cxx1
-rw-r--r--mod/external-handler.hxx1
-rw-r--r--mod/mod-build-configs.cxx1
-rw-r--r--mod/mod-build-configs.hxx1
-rw-r--r--mod/mod-build-force.cxx1
-rw-r--r--mod/mod-build-force.hxx1
-rw-r--r--mod/mod-build-log.cxx1
-rw-r--r--mod/mod-build-log.hxx1
-rw-r--r--mod/mod-build-result.cxx1
-rw-r--r--mod/mod-build-result.hxx1
-rw-r--r--mod/mod-build-task.cxx1
-rw-r--r--mod/mod-build-task.hxx1
-rw-r--r--mod/mod-builds.cxx1
-rw-r--r--mod/mod-builds.hxx1
-rw-r--r--mod/mod-ci.cxx1
-rw-r--r--mod/mod-ci.hxx1
-rw-r--r--mod/mod-package-details.cxx1
-rw-r--r--mod/mod-package-details.hxx1
-rw-r--r--mod/mod-package-version-details.cxx1
-rw-r--r--mod/mod-package-version-details.hxx1
-rw-r--r--mod/mod-packages.cxx1
-rw-r--r--mod/mod-packages.hxx1
-rw-r--r--mod/mod-repository-details.cxx1
-rw-r--r--mod/mod-repository-details.hxx1
-rw-r--r--mod/mod-repository-root.cxx1
-rw-r--r--mod/mod-repository-root.hxx1
-rw-r--r--mod/mod-submit.cxx1
-rw-r--r--mod/mod-submit.hxx1
-rw-r--r--mod/module.cxx1
-rw-r--r--mod/module.hxx1
-rw-r--r--mod/options-types.hxx1
-rw-r--r--mod/options.cli1
-rw-r--r--mod/page.cxx1
-rw-r--r--mod/page.hxx1
-rw-r--r--mod/services.cxx1
-rw-r--r--mod/types-parsers.cxx1
-rw-r--r--mod/types-parsers.hxx1
-rw-r--r--mod/utility.hxx1
49 files changed, 0 insertions, 49 deletions
diff --git a/mod/build-config-module.cxx b/mod/build-config-module.cxx
index 13f61b7..b1818b7 100644
--- a/mod/build-config-module.cxx
+++ b/mod/build-config-module.cxx
@@ -1,5 +1,4 @@
// file : mod/build-config-module.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/build-config-module.hxx>
diff --git a/mod/build-config-module.hxx b/mod/build-config-module.hxx
index 25ddbb4..4b23056 100644
--- a/mod/build-config-module.hxx
+++ b/mod/build-config-module.hxx
@@ -1,5 +1,4 @@
// file : mod/build-config-module.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_BUILD_CONFIG_MODULE_HXX
diff --git a/mod/build.cxx b/mod/build.cxx
index 32f3691..cdbaa60 100644
--- a/mod/build.cxx
+++ b/mod/build.cxx
@@ -1,5 +1,4 @@
// file : mod/build.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/build.hxx>
diff --git a/mod/build.hxx b/mod/build.hxx
index 7ae7f95..f0846be 100644
--- a/mod/build.hxx
+++ b/mod/build.hxx
@@ -1,5 +1,4 @@
// file : mod/build.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_BUILD_HXX
diff --git a/mod/buildfile b/mod/buildfile
index ffa9031..9300faf 100644
--- a/mod/buildfile
+++ b/mod/buildfile
@@ -1,5 +1,4 @@
# file : mod/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define mod: libs
diff --git a/mod/database-module.cxx b/mod/database-module.cxx
index 5f20c01..5516730 100644
--- a/mod/database-module.cxx
+++ b/mod/database-module.cxx
@@ -1,5 +1,4 @@
// file : mod/database-module.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/database-module.hxx>
diff --git a/mod/database-module.hxx b/mod/database-module.hxx
index 06fc496..a41752d 100644
--- a/mod/database-module.hxx
+++ b/mod/database-module.hxx
@@ -1,5 +1,4 @@
// file : mod/database-module.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_DATABASE_MODULE_HXX
diff --git a/mod/database.cxx b/mod/database.cxx
index 3a3f793..d53ee50 100644
--- a/mod/database.cxx
+++ b/mod/database.cxx
@@ -1,5 +1,4 @@
// file : mod/database.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/database.hxx>
diff --git a/mod/database.hxx b/mod/database.hxx
index 2006e35..ff61433 100644
--- a/mod/database.hxx
+++ b/mod/database.hxx
@@ -1,5 +1,4 @@
// file : mod/database.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_DATABASE_HXX
diff --git a/mod/diagnostics.cxx b/mod/diagnostics.cxx
index 0a2609f..fac251f 100644
--- a/mod/diagnostics.cxx
+++ b/mod/diagnostics.cxx
@@ -1,5 +1,4 @@
// file : mod/diagnostics.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/diagnostics.hxx>
diff --git a/mod/diagnostics.hxx b/mod/diagnostics.hxx
index 15fe7b2..37ab25e 100644
--- a/mod/diagnostics.hxx
+++ b/mod/diagnostics.hxx
@@ -1,5 +1,4 @@
// file : mod/diagnostics.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_DIAGNOSTICS_HXX
diff --git a/mod/external-handler.cxx b/mod/external-handler.cxx
index 4237439..4c1a86f 100644
--- a/mod/external-handler.cxx
+++ b/mod/external-handler.cxx
@@ -1,5 +1,4 @@
// file : mod/external-handler.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/external-handler.hxx>
diff --git a/mod/external-handler.hxx b/mod/external-handler.hxx
index 5a1d731..f8f7ee8 100644
--- a/mod/external-handler.hxx
+++ b/mod/external-handler.hxx
@@ -1,5 +1,4 @@
// file : mod/external-handler.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_EXTERNAL_HANDLER_HXX
diff --git a/mod/mod-build-configs.cxx b/mod/mod-build-configs.cxx
index 0218a5f..8efc6c9 100644
--- a/mod/mod-build-configs.cxx
+++ b/mod/mod-build-configs.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-configs.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-build-configs.hxx>
diff --git a/mod/mod-build-configs.hxx b/mod/mod-build-configs.hxx
index a8354e6..333680a 100644
--- a/mod/mod-build-configs.hxx
+++ b/mod/mod-build-configs.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-configs.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_BUILD_CONFIGS_HXX
diff --git a/mod/mod-build-force.cxx b/mod/mod-build-force.cxx
index 72c5fdf..4dc71c8 100644
--- a/mod/mod-build-force.cxx
+++ b/mod/mod-build-force.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-force.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-build-force.hxx>
diff --git a/mod/mod-build-force.hxx b/mod/mod-build-force.hxx
index afae53b..7b6b3b6 100644
--- a/mod/mod-build-force.hxx
+++ b/mod/mod-build-force.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-force.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_BUILD_FORCE_HXX
diff --git a/mod/mod-build-log.cxx b/mod/mod-build-log.cxx
index a6e6730..16cc965 100644
--- a/mod/mod-build-log.cxx
+++ b/mod/mod-build-log.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-log.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-build-log.hxx>
diff --git a/mod/mod-build-log.hxx b/mod/mod-build-log.hxx
index 2a5812c..9f9d1d9 100644
--- a/mod/mod-build-log.hxx
+++ b/mod/mod-build-log.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-log.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_BUILD_LOG_HXX
diff --git a/mod/mod-build-result.cxx b/mod/mod-build-result.cxx
index 860a964..b3467d2 100644
--- a/mod/mod-build-result.cxx
+++ b/mod/mod-build-result.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-result.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-build-result.hxx>
diff --git a/mod/mod-build-result.hxx b/mod/mod-build-result.hxx
index f65dc08..b3911e1 100644
--- a/mod/mod-build-result.hxx
+++ b/mod/mod-build-result.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-result.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_BUILD_RESULT_HXX
diff --git a/mod/mod-build-task.cxx b/mod/mod-build-task.cxx
index 9f97098..c232815 100644
--- a/mod/mod-build-task.cxx
+++ b/mod/mod-build-task.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-task.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-build-task.hxx>
diff --git a/mod/mod-build-task.hxx b/mod/mod-build-task.hxx
index 3721363..5f4c14a 100644
--- a/mod/mod-build-task.hxx
+++ b/mod/mod-build-task.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-build-task.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_BUILD_TASK_HXX
diff --git a/mod/mod-builds.cxx b/mod/mod-builds.cxx
index 241ae0b..77ebc05 100644
--- a/mod/mod-builds.cxx
+++ b/mod/mod-builds.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-builds.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-builds.hxx>
diff --git a/mod/mod-builds.hxx b/mod/mod-builds.hxx
index 1447fab..714b374 100644
--- a/mod/mod-builds.hxx
+++ b/mod/mod-builds.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-builds.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_BUILDS_HXX
diff --git a/mod/mod-ci.cxx b/mod/mod-ci.cxx
index b6db669..42a38ca 100644
--- a/mod/mod-ci.cxx
+++ b/mod/mod-ci.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-ci.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-ci.hxx>
diff --git a/mod/mod-ci.hxx b/mod/mod-ci.hxx
index 8a4e51e..1228714 100644
--- a/mod/mod-ci.hxx
+++ b/mod/mod-ci.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-ci.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_CI_HXX
diff --git a/mod/mod-package-details.cxx b/mod/mod-package-details.cxx
index fc2e6be..c7973d3 100644
--- a/mod/mod-package-details.cxx
+++ b/mod/mod-package-details.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-package-details.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-package-details.hxx>
diff --git a/mod/mod-package-details.hxx b/mod/mod-package-details.hxx
index 3e2a015..16f8c3e 100644
--- a/mod/mod-package-details.hxx
+++ b/mod/mod-package-details.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-package-details.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_PACKAGE_DETAILS_HXX
diff --git a/mod/mod-package-version-details.cxx b/mod/mod-package-version-details.cxx
index 8787860..cde65b0 100644
--- a/mod/mod-package-version-details.cxx
+++ b/mod/mod-package-version-details.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-package-version-details.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-package-version-details.hxx>
diff --git a/mod/mod-package-version-details.hxx b/mod/mod-package-version-details.hxx
index d9a5f72..8d0d373 100644
--- a/mod/mod-package-version-details.hxx
+++ b/mod/mod-package-version-details.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-package-version-details.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_PACKAGE_VERSION_DETAILS_HXX
diff --git a/mod/mod-packages.cxx b/mod/mod-packages.cxx
index 5d1945a..81cf83c 100644
--- a/mod/mod-packages.cxx
+++ b/mod/mod-packages.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-packages.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-packages.hxx>
diff --git a/mod/mod-packages.hxx b/mod/mod-packages.hxx
index a67533c..d1c4677 100644
--- a/mod/mod-packages.hxx
+++ b/mod/mod-packages.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-packages.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_PACKAGES_HXX
diff --git a/mod/mod-repository-details.cxx b/mod/mod-repository-details.cxx
index 398d8a6..988c445 100644
--- a/mod/mod-repository-details.cxx
+++ b/mod/mod-repository-details.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-repository-details.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-repository-details.hxx>
diff --git a/mod/mod-repository-details.hxx b/mod/mod-repository-details.hxx
index dd6efc1..bd4b3ba 100644
--- a/mod/mod-repository-details.hxx
+++ b/mod/mod-repository-details.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-repository-details.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_REPOSITORY_DETAILS_HXX
diff --git a/mod/mod-repository-root.cxx b/mod/mod-repository-root.cxx
index ed170c9..b6c54b8 100644
--- a/mod/mod-repository-root.cxx
+++ b/mod/mod-repository-root.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-repository-root.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-repository-root.hxx>
diff --git a/mod/mod-repository-root.hxx b/mod/mod-repository-root.hxx
index 20ec0b6..ac4b254 100644
--- a/mod/mod-repository-root.hxx
+++ b/mod/mod-repository-root.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-repository-root.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_REPOSITORY_ROOT_HXX
diff --git a/mod/mod-submit.cxx b/mod/mod-submit.cxx
index 2dd8591..ce36a19 100644
--- a/mod/mod-submit.cxx
+++ b/mod/mod-submit.cxx
@@ -1,5 +1,4 @@
// file : mod/mod-submit.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/mod-submit.hxx>
diff --git a/mod/mod-submit.hxx b/mod/mod-submit.hxx
index 891f8a6..96a60f9 100644
--- a/mod/mod-submit.hxx
+++ b/mod/mod-submit.hxx
@@ -1,5 +1,4 @@
// file : mod/mod-submit.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MOD_SUBMIT_HXX
diff --git a/mod/module.cxx b/mod/module.cxx
index e0e4de1..8f306fd 100644
--- a/mod/module.cxx
+++ b/mod/module.cxx
@@ -1,5 +1,4 @@
// file : mod/module.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/module.hxx>
diff --git a/mod/module.hxx b/mod/module.hxx
index d8ffc5c..2c62166 100644
--- a/mod/module.hxx
+++ b/mod/module.hxx
@@ -1,5 +1,4 @@
// file : mod/module.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_MODULE_HXX
diff --git a/mod/options-types.hxx b/mod/options-types.hxx
index 8707f7f..4aa573f 100644
--- a/mod/options-types.hxx
+++ b/mod/options-types.hxx
@@ -1,5 +1,4 @@
// file : mod/options-types.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_OPTIONS_TYPES_HXX
diff --git a/mod/options.cli b/mod/options.cli
index 4004e79..f02d7a6 100644
--- a/mod/options.cli
+++ b/mod/options.cli
@@ -1,5 +1,4 @@
// file : mod/options.cli -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
include <libbpkg/manifest.hxx>; // repository_location
diff --git a/mod/page.cxx b/mod/page.cxx
index e34e568..64e31c0 100644
--- a/mod/page.cxx
+++ b/mod/page.cxx
@@ -1,5 +1,4 @@
// file : mod/page.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/page.hxx>
diff --git a/mod/page.hxx b/mod/page.hxx
index cba8358..8c92d10 100644
--- a/mod/page.hxx
+++ b/mod/page.hxx
@@ -1,5 +1,4 @@
// file : mod/page.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_PAGE_HXX
diff --git a/mod/services.cxx b/mod/services.cxx
index a50e157..7739011 100644
--- a/mod/services.cxx
+++ b/mod/services.cxx
@@ -1,5 +1,4 @@
// file : mod/services.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <ap_config.h> // AP_MODULE_DECLARE_DATA
diff --git a/mod/types-parsers.cxx b/mod/types-parsers.cxx
index dad1c02..70d77dd 100644
--- a/mod/types-parsers.cxx
+++ b/mod/types-parsers.cxx
@@ -1,5 +1,4 @@
// file : mod/types-parsers.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <mod/types-parsers.hxx>
diff --git a/mod/types-parsers.hxx b/mod/types-parsers.hxx
index 1d8dbe4..a81ef90 100644
--- a/mod/types-parsers.hxx
+++ b/mod/types-parsers.hxx
@@ -1,5 +1,4 @@
// file : mod/types-parsers.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
// CLI parsers, included into the generated source files.
diff --git a/mod/utility.hxx b/mod/utility.hxx
index beda8c9..43527ae 100644
--- a/mod/utility.hxx
+++ b/mod/utility.hxx
@@ -1,5 +1,4 @@
// file : mod/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef MOD_UTILITY_HXX