diff options
Diffstat (limited to 'libcommon/common')
-rw-r--r-- | libcommon/common/Makefile.am | 1 | ||||
-rw-r--r-- | libcommon/common/buffer.hxx | 1 | ||||
-rw-r--r-- | libcommon/common/common.cxx | 1 | ||||
-rw-r--r-- | libcommon/common/common.hxx | 1 | ||||
-rw-r--r-- | libcommon/common/common.txx | 1 | ||||
-rw-r--r-- | libcommon/common/concrete.hxx | 1 | ||||
-rw-r--r-- | libcommon/common/config-vc.h | 1 | ||||
-rw-r--r-- | libcommon/common/config.h.in | 1 | ||||
-rw-r--r-- | libcommon/common/config.hxx | 1 | ||||
-rw-r--r-- | libcommon/common/export.hxx | 1 | ||||
-rw-r--r-- | libcommon/common/makefile | 1 |
11 files changed, 0 insertions, 11 deletions
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 |