aboutsummaryrefslogtreecommitdiff
path: root/libbrep
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:11:48 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-07 16:11:48 +0300
commitd1c466745c1bb3c8267100eb3bc6d11ef6b3cc25 (patch)
tree4f766c08db311e0f65fcd961c95c429f6c000d3c /libbrep
parent95d026050557a2c7cb8eec6e800c7a0524a32840 (diff)
Drop copyright notice from source code
Diffstat (limited to 'libbrep')
-rw-r--r--libbrep/build-package.hxx1
-rw-r--r--libbrep/build.cxx1
-rw-r--r--libbrep/build.hxx1
-rw-r--r--libbrep/buildfile1
-rw-r--r--libbrep/common-traits.hxx1
-rw-r--r--libbrep/common.cxx1
-rw-r--r--libbrep/common.hxx1
-rw-r--r--libbrep/database-lock.cxx1
-rw-r--r--libbrep/database-lock.hxx1
-rw-r--r--libbrep/package-traits.cxx1
-rw-r--r--libbrep/package-traits.hxx1
-rw-r--r--libbrep/package.cxx1
-rw-r--r--libbrep/package.hxx1
-rw-r--r--libbrep/types.hxx1
-rw-r--r--libbrep/utility.hxx1
-rw-r--r--libbrep/version.hxx.in1
-rw-r--r--libbrep/wrapper-traits.hxx1
17 files changed, 0 insertions, 17 deletions
diff --git a/libbrep/build-package.hxx b/libbrep/build-package.hxx
index c288f07..22a8151 100644
--- a/libbrep/build-package.hxx
+++ b/libbrep/build-package.hxx
@@ -1,5 +1,4 @@
// file : libbrep/build-package.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 45ef678..b6a07c7 100644
--- a/libbrep/build.cxx
+++ b/libbrep/build.cxx
@@ -1,5 +1,4 @@
// file : libbrep/build.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbrep/build.hxx>
diff --git a/libbrep/build.hxx b/libbrep/build.hxx
index fc9f675..7e548a4 100644
--- a/libbrep/build.hxx
+++ b/libbrep/build.hxx
@@ -1,5 +1,4 @@
// file : libbrep/build.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_BUILD_HXX
diff --git a/libbrep/buildfile b/libbrep/buildfile
index e649351..9a35a28 100644
--- a/libbrep/buildfile
+++ b/libbrep/buildfile
@@ -1,5 +1,4 @@
# file : libbrep/buildfile
-# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define sql: file
diff --git a/libbrep/common-traits.hxx b/libbrep/common-traits.hxx
index 99002a2..99e8f3e 100644
--- a/libbrep/common-traits.hxx
+++ b/libbrep/common-traits.hxx
@@ -1,5 +1,4 @@
// file : libbrep/common-traits.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_COMMON_TRAITS_HXX
diff --git a/libbrep/common.cxx b/libbrep/common.cxx
index b2429a6..2e9ff34 100644
--- a/libbrep/common.cxx
+++ b/libbrep/common.cxx
@@ -1,5 +1,4 @@
// file : libbrep/common.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbrep/common.hxx>
diff --git a/libbrep/common.hxx b/libbrep/common.hxx
index 6dc4870..44028df 100644
--- a/libbrep/common.hxx
+++ b/libbrep/common.hxx
@@ -1,5 +1,4 @@
// file : libbrep/common.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 b295472..1b7f730 100644
--- a/libbrep/database-lock.cxx
+++ b/libbrep/database-lock.cxx
@@ -1,5 +1,4 @@
// file : libbrep/database-lock.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 832010f..ab5441d 100644
--- a/libbrep/database-lock.hxx
+++ b/libbrep/database-lock.hxx
@@ -1,5 +1,4 @@
// file : libbrep/database-lock.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 1b90483..d6d3525 100644
--- a/libbrep/package-traits.cxx
+++ b/libbrep/package-traits.cxx
@@ -1,5 +1,4 @@
// file : libbrep/package-traits.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 f30459a..f3efa20 100644
--- a/libbrep/package-traits.hxx
+++ b/libbrep/package-traits.hxx
@@ -1,5 +1,4 @@
// file : libbrep/package-traits.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_PACKAGE_TRAITS
diff --git a/libbrep/package.cxx b/libbrep/package.cxx
index e6c543d..ec8e74a 100644
--- a/libbrep/package.cxx
+++ b/libbrep/package.cxx
@@ -1,5 +1,4 @@
// file : libbrep/package.cxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#include <libbrep/package.hxx>
diff --git a/libbrep/package.hxx b/libbrep/package.hxx
index 47f0ebe..f8a4079 100644
--- a/libbrep/package.hxx
+++ b/libbrep/package.hxx
@@ -1,5 +1,4 @@
// file : libbrep/package.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_PACKAGE_HXX
diff --git a/libbrep/types.hxx b/libbrep/types.hxx
index 65c9791..c270d60 100644
--- a/libbrep/types.hxx
+++ b/libbrep/types.hxx
@@ -1,5 +1,4 @@
// file : libbrep/types.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_TYPES_HXX
diff --git a/libbrep/utility.hxx b/libbrep/utility.hxx
index 8c4c579..be27a71 100644
--- a/libbrep/utility.hxx
+++ b/libbrep/utility.hxx
@@ -1,5 +1,4 @@
// file : libbrep/utility.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 00fb4ff..3ac3752 100644
--- a/libbrep/version.hxx.in
+++ b/libbrep/version.hxx.in
@@ -1,5 +1,4 @@
// file : libbrep/version.hxx.in -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 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 54c5ef1..9dad27b 100644
--- a/libbrep/wrapper-traits.hxx
+++ b/libbrep/wrapper-traits.hxx
@@ -1,5 +1,4 @@
// file : libbrep/wrapper-traits.hxx -*- C++ -*-
-// copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
// license : MIT; see accompanying LICENSE file
#ifndef LIBBREP_WRAPPER_TRAITS_HXX