aboutsummaryrefslogtreecommitdiff
path: root/libcommon
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:10:04 +0300
commit6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b (patch)
tree376a090d0237d45dc4f0046ce84040466fc9382d /libcommon
parentd0f70a73a427364693ca529f45ce218ef7c036c3 (diff)
Drop copyright notice from source code
Diffstat (limited to 'libcommon')
-rw-r--r--libcommon/Makefile.am1
-rw-r--r--libcommon/common/Makefile.am1
-rw-r--r--libcommon/common/buffer.hxx1
-rw-r--r--libcommon/common/common.cxx1
-rw-r--r--libcommon/common/common.hxx1
-rw-r--r--libcommon/common/common.txx1
-rw-r--r--libcommon/common/concrete.hxx1
-rw-r--r--libcommon/common/config-vc.h1
-rw-r--r--libcommon/common/config.h.in1
-rw-r--r--libcommon/common/config.hxx1
-rw-r--r--libcommon/common/export.hxx1
-rw-r--r--libcommon/common/makefile1
-rw-r--r--libcommon/makefile1
13 files changed, 0 insertions, 13 deletions
diff --git a/libcommon/Makefile.am b/libcommon/Makefile.am
index 56646a8..18d287d 100644
--- a/libcommon/Makefile.am
+++ b/libcommon/Makefile.am
@@ -1,5 +1,4 @@
# file : libcommon/Makefile.am
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
SUBDIRS = __path__(dirs)
diff --git a/libcommon/common/Makefile.am b/libcommon/common/Makefile.am
index db00887..3ff50d5 100644
--- a/libcommon/common/Makefile.am
+++ b/libcommon/common/Makefile.am
@@ -1,5 +1,4 @@
# file : libcommon/common/Makefile.am
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
noinst_LTLIBRARIES = libcommon.la
diff --git a/libcommon/common/buffer.hxx b/libcommon/common/buffer.hxx
index 014bff8..3d82915 100644
--- a/libcommon/common/buffer.hxx
+++ b/libcommon/common/buffer.hxx
@@ -1,5 +1,4 @@
// file : libcommon/common/buffer.hxx
-// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_BUFFER_HXX
diff --git a/libcommon/common/common.cxx b/libcommon/common/common.cxx
index 237a652..4b8afe1 100644
--- a/libcommon/common/common.cxx
+++ b/libcommon/common/common.cxx
@@ -1,5 +1,4 @@
// file : libcommon/common/common.cxx
-// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <cstdlib> // std::exit
diff --git a/libcommon/common/common.hxx b/libcommon/common/common.hxx
index bbcccbc..21672b1 100644
--- a/libcommon/common/common.hxx
+++ b/libcommon/common/common.hxx
@@ -1,5 +1,4 @@
// file : libcommon/common/common.hxx
-// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_COMMON_HXX
diff --git a/libcommon/common/common.txx b/libcommon/common/common.txx
index 0f3f0f3..9dd2a35 100644
--- a/libcommon/common/common.txx
+++ b/libcommon/common/common.txx
@@ -1,5 +1,4 @@
// file : libcommon/common/common.txx
-// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
// We have to use this helper function instead of just checking which
diff --git a/libcommon/common/concrete.hxx b/libcommon/common/concrete.hxx
index 1809887..2014b24 100644
--- a/libcommon/common/concrete.hxx
+++ b/libcommon/common/concrete.hxx
@@ -1,5 +1,4 @@
// file : libcommon/common/concrete.hxx
-// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_CONCRETE_HXX
diff --git a/libcommon/common/config-vc.h b/libcommon/common/config-vc.h
index 0cc99ed..16d89a0 100644
--- a/libcommon/common/config-vc.h
+++ b/libcommon/common/config-vc.h
@@ -1,5 +1,4 @@
/* file : libcommon/common/config-vc.h
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/libcommon/common/config.h.in b/libcommon/common/config.h.in
index 7197081..9d3e0fc 100644
--- a/libcommon/common/config.h.in
+++ b/libcommon/common/config.h.in
@@ -1,5 +1,4 @@
/* file : libcommon/common/config.h.in
- * copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/libcommon/common/config.hxx b/libcommon/common/config.hxx
index 0b71caf..5c6d938 100644
--- a/libcommon/common/config.hxx
+++ b/libcommon/common/config.hxx
@@ -1,5 +1,4 @@
// file : libcommon/common/config.hxx
-// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_CONFIG_HXX
diff --git a/libcommon/common/export.hxx b/libcommon/common/export.hxx
index 7754d8c..926d7a5 100644
--- a/libcommon/common/export.hxx
+++ b/libcommon/common/export.hxx
@@ -1,5 +1,4 @@
// file : libcommon/common/export.hxx
-// copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef LIBCOMMON_COMMON_EXPORT_HXX
diff --git a/libcommon/common/makefile b/libcommon/common/makefile
index 1a456df..2f6537f 100644
--- a/libcommon/common/makefile
+++ b/libcommon/common/makefile
@@ -1,5 +1,4 @@
# file : libcommon/common/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/libcommon/makefile b/libcommon/makefile
index ab918fe..ac0bb3c 100644
--- a/libcommon/makefile
+++ b/libcommon/makefile
@@ -1,5 +1,4 @@
# file : libcommon/makefile
-# copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
# license : GNU GPL; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make