aboutsummaryrefslogtreecommitdiff
path: root/odb/tracer
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-13 13:13:23 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 13:13:23 +0300
commit0a51e430d1d77b1c43e1c77be71cc87774d287c4 (patch)
tree0c5808d5438ce6737fdab879c5f5f5b515723f96 /odb/tracer
parent084ad0fa842eb8adf57a8857fe7fc175941cb8bc (diff)
Drop copyright notice from source codeHEADmaster
Diffstat (limited to 'odb/tracer')
-rw-r--r--odb/tracer/Makefile.am1
-rw-r--r--odb/tracer/connection.cxx1
-rw-r--r--odb/tracer/connection.hxx1
-rw-r--r--odb/tracer/database.cxx1
-rw-r--r--odb/tracer/database.hxx1
-rw-r--r--odb/tracer/details/config.h.in1
-rw-r--r--odb/tracer/details/config.hxx1
-rw-r--r--odb/tracer/details/export.hxx1
-rw-r--r--odb/tracer/exceptions.cxx1
-rw-r--r--odb/tracer/exceptions.hxx1
-rw-r--r--odb/tracer/forward.hxx1
-rw-r--r--odb/tracer/makefile1
-rw-r--r--odb/tracer/transaction-impl.cxx1
-rw-r--r--odb/tracer/transaction-impl.hxx1
-rw-r--r--odb/tracer/transaction.cxx1
-rw-r--r--odb/tracer/transaction.hxx1
-rw-r--r--odb/tracer/transaction.ixx1
-rw-r--r--odb/tracer/version.hxx1
18 files changed, 0 insertions, 18 deletions
diff --git a/odb/tracer/Makefile.am b/odb/tracer/Makefile.am
index 8bd80b7..0dfa6ae 100644
--- a/odb/tracer/Makefile.am
+++ b/odb/tracer/Makefile.am
@@ -1,6 +1,5 @@
# file : odb/tracer/Makefile.am
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
lib_LTLIBRARIES = libodb-tracer.la
diff --git a/odb/tracer/connection.cxx b/odb/tracer/connection.cxx
index 54c233c..9c4fbb7 100644
--- a/odb/tracer/connection.cxx
+++ b/odb/tracer/connection.cxx
@@ -1,6 +1,5 @@
// file : odb/tracer/connection.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/transaction.hxx>
diff --git a/odb/tracer/connection.hxx b/odb/tracer/connection.hxx
index 743bf92..c2fe3c5 100644
--- a/odb/tracer/connection.hxx
+++ b/odb/tracer/connection.hxx
@@ -1,6 +1,5 @@
// file : odb/tracer/connection.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_TRACER_CONNECTION_HXX
diff --git a/odb/tracer/database.cxx b/odb/tracer/database.cxx
index 5e032ee..ee49d2f 100644
--- a/odb/tracer/database.cxx
+++ b/odb/tracer/database.cxx
@@ -1,6 +1,5 @@
// file : odb/tracer/database.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/tracer/database.hxx>
diff --git a/odb/tracer/database.hxx b/odb/tracer/database.hxx
index acdad8a..e44530a 100644
--- a/odb/tracer/database.hxx
+++ b/odb/tracer/database.hxx
@@ -1,6 +1,5 @@
// file : odb/tracer/database.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_TRACER_DATABASE_HXX
diff --git a/odb/tracer/details/config.h.in b/odb/tracer/details/config.h.in
index 1bec150..bf1f2c9 100644
--- a/odb/tracer/details/config.h.in
+++ b/odb/tracer/details/config.h.in
@@ -1,6 +1,5 @@
/* file : odb/tracer/details/config.h.in
* author : Boris Kolpackov <boris@codesynthesis.com>
- * copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
* license : GNU GPL v2; see accompanying LICENSE file
*/
diff --git a/odb/tracer/details/config.hxx b/odb/tracer/details/config.hxx
index d6a173a..c8d55a5 100644
--- a/odb/tracer/details/config.hxx
+++ b/odb/tracer/details/config.hxx
@@ -1,6 +1,5 @@
// file : odb/tracer/details/config.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_TRACER_DETAILS_CONFIG_HXX
diff --git a/odb/tracer/details/export.hxx b/odb/tracer/details/export.hxx
index 3aee38b..647e734 100644
--- a/odb/tracer/details/export.hxx
+++ b/odb/tracer/details/export.hxx
@@ -1,6 +1,5 @@
// file : odb/tracer/details/export.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_TRACER_DETAILS_EXPORT_HXX
diff --git a/odb/tracer/exceptions.cxx b/odb/tracer/exceptions.cxx
index 86ad055..2d96420 100644
--- a/odb/tracer/exceptions.cxx
+++ b/odb/tracer/exceptions.cxx
@@ -1,6 +1,5 @@
// file : odb/tracer/exceptions.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/tracer/exceptions.hxx>
diff --git a/odb/tracer/exceptions.hxx b/odb/tracer/exceptions.hxx
index ab5c1c0..49cc0be 100644
--- a/odb/tracer/exceptions.hxx
+++ b/odb/tracer/exceptions.hxx
@@ -1,6 +1,5 @@
// file : odb/tracer/exceptions.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_TRACER_EXCEPTIONS_HXX
diff --git a/odb/tracer/forward.hxx b/odb/tracer/forward.hxx
index 61f0eb7..36f1507 100644
--- a/odb/tracer/forward.hxx
+++ b/odb/tracer/forward.hxx
@@ -1,6 +1,5 @@
// file : odb/tracer/forward.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_TRACER_FORWARD_HXX
diff --git a/odb/tracer/makefile b/odb/tracer/makefile
index 2406e72..0a480c3 100644
--- a/odb/tracer/makefile
+++ b/odb/tracer/makefile
@@ -1,6 +1,5 @@
# file : odb/tracer/makefile
# author : Boris Kolpackov <boris@codesynthesis.com>
-# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
include $(dir $(lastword $(MAKEFILE_LIST)))../../build/bootstrap.make
diff --git a/odb/tracer/transaction-impl.cxx b/odb/tracer/transaction-impl.cxx
index bf272b3..5f50530 100644
--- a/odb/tracer/transaction-impl.cxx
+++ b/odb/tracer/transaction-impl.cxx
@@ -1,6 +1,5 @@
// file : odb/tracer/transaction-impl.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <iostream>
diff --git a/odb/tracer/transaction-impl.hxx b/odb/tracer/transaction-impl.hxx
index b92797b..7ea44bc 100644
--- a/odb/tracer/transaction-impl.hxx
+++ b/odb/tracer/transaction-impl.hxx
@@ -1,6 +1,5 @@
// file : odb/tracer/transaction-impl.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_TRACER_TRANSACTION_IMPL_HXX
diff --git a/odb/tracer/transaction.cxx b/odb/tracer/transaction.cxx
index 9b7ed6b..65ad3fd 100644
--- a/odb/tracer/transaction.cxx
+++ b/odb/tracer/transaction.cxx
@@ -1,6 +1,5 @@
// file : odb/tracer/transaction.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/tracer/transaction.hxx>
diff --git a/odb/tracer/transaction.hxx b/odb/tracer/transaction.hxx
index b65903d..823ebc8 100644
--- a/odb/tracer/transaction.hxx
+++ b/odb/tracer/transaction.hxx
@@ -1,6 +1,5 @@
// file : odb/tracer/transaction.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_TRACER_TRANSACTION_HXX
diff --git a/odb/tracer/transaction.ixx b/odb/tracer/transaction.ixx
index d936e8d..791fe87 100644
--- a/odb/tracer/transaction.ixx
+++ b/odb/tracer/transaction.ixx
@@ -1,6 +1,5 @@
// file : odb/tracer/transaction.ixx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#include <odb/tracer/database.hxx>
diff --git a/odb/tracer/version.hxx b/odb/tracer/version.hxx
index d2af653..4a8285a 100644
--- a/odb/tracer/version.hxx
+++ b/odb/tracer/version.hxx
@@ -1,6 +1,5 @@
// file : odb/tracer/version.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
-// copyright : Copyright (c) 2005-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef ODB_TRACER_VERSION_HXX