summaryrefslogtreecommitdiff
path: root/odb/relational/mssql
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-02-11 21:24:35 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-02-13 14:43:20 +0300
commit3ea7899eb449a5094ae6d7b7707bbde6f57c5dd7 (patch)
tree9f164c8f5e3be15c3e6b3870eecced2b4e69686c /odb/relational/mssql
parent7ba3a8b907a57a301274efaa3a26912fda9cf420 (diff)
Drop copyright notice from source code
Diffstat (limited to 'odb/relational/mssql')
-rw-r--r--odb/relational/mssql/common.cxx1
-rw-r--r--odb/relational/mssql/common.hxx1
-rw-r--r--odb/relational/mssql/context.cxx1
-rw-r--r--odb/relational/mssql/context.hxx1
-rw-r--r--odb/relational/mssql/header.cxx1
-rw-r--r--odb/relational/mssql/inline.cxx1
-rw-r--r--odb/relational/mssql/model.cxx1
-rw-r--r--odb/relational/mssql/schema.cxx1
-rw-r--r--odb/relational/mssql/source.cxx1
9 files changed, 0 insertions, 9 deletions
diff --git a/odb/relational/mssql/common.cxx b/odb/relational/mssql/common.cxx
index aebdb96..1070d21 100644
--- a/odb/relational/mssql/common.cxx
+++ b/odb/relational/mssql/common.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/common.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/mssql/common.hxx b/odb/relational/mssql/common.hxx
index dd7146f..42ea412 100644
--- a/odb/relational/mssql/common.hxx
+++ b/odb/relational/mssql/common.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/common.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_MSSQL_COMMON_HXX
diff --git a/odb/relational/mssql/context.cxx b/odb/relational/mssql/context.cxx
index 997e322..afe1aa5 100644
--- a/odb/relational/mssql/context.cxx
+++ b/odb/relational/mssql/context.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/context.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <cassert>
diff --git a/odb/relational/mssql/context.hxx b/odb/relational/mssql/context.hxx
index 0a36f06..7701aaa 100644
--- a/odb/relational/mssql/context.hxx
+++ b/odb/relational/mssql/context.hxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/context.hxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#ifndef ODB_RELATIONAL_MSSQL_CONTEXT_HXX
diff --git a/odb/relational/mssql/header.cxx b/odb/relational/mssql/header.cxx
index 529f547..ebdc734 100644
--- a/odb/relational/mssql/header.cxx
+++ b/odb/relational/mssql/header.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/header.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/header.hxx>
diff --git a/odb/relational/mssql/inline.cxx b/odb/relational/mssql/inline.cxx
index ce9504f..eb581d6 100644
--- a/odb/relational/mssql/inline.cxx
+++ b/odb/relational/mssql/inline.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/inline.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/inline.hxx>
diff --git a/odb/relational/mssql/model.cxx b/odb/relational/mssql/model.cxx
index a168ca6..0f5a85c 100644
--- a/odb/relational/mssql/model.cxx
+++ b/odb/relational/mssql/model.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/model.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <sstream>
diff --git a/odb/relational/mssql/schema.cxx b/odb/relational/mssql/schema.cxx
index 77a6271..c5f6bc1 100644
--- a/odb/relational/mssql/schema.cxx
+++ b/odb/relational/mssql/schema.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/schema.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/schema.hxx>
diff --git a/odb/relational/mssql/source.cxx b/odb/relational/mssql/source.cxx
index dd1e9c8..573104d 100644
--- a/odb/relational/mssql/source.cxx
+++ b/odb/relational/mssql/source.cxx
@@ -1,5 +1,4 @@
// file : odb/relational/mssql/source.cxx
-// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC
// license : GNU GPL v3; see accompanying LICENSE file
#include <odb/relational/source.hxx>