diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 14:10:04 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-02-13 14:10:04 +0300 |
commit | 6da43dcf1dfabb382a4e2c2d7d5e0c66f159738b (patch) | |
tree | 376a090d0237d45dc4f0046ce84040466fc9382d /pgsql/custom | |
parent | d0f70a73a427364693ca529f45ce218ef7c036c3 (diff) |
Drop copyright notice from source code
Diffstat (limited to 'pgsql/custom')
-rw-r--r-- | pgsql/custom/driver.cxx | 1 | ||||
-rw-r--r-- | pgsql/custom/makefile | 1 | ||||
-rw-r--r-- | pgsql/custom/query.hxx | 1 | ||||
-rw-r--r-- | pgsql/custom/test.hxx | 1 | ||||
-rw-r--r-- | pgsql/custom/traits.hxx | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/pgsql/custom/driver.cxx b/pgsql/custom/driver.cxx index d844229..bc52674 100644 --- a/pgsql/custom/driver.cxx +++ b/pgsql/custom/driver.cxx @@ -1,5 +1,4 @@ // file : pgsql/custom/driver.cxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file // Test custom database type mapping in PostgreSQL. diff --git a/pgsql/custom/makefile b/pgsql/custom/makefile index d15c8e4..18f11e6 100644 --- a/pgsql/custom/makefile +++ b/pgsql/custom/makefile @@ -1,5 +1,4 @@ # file : pgsql/custom/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/pgsql/custom/query.hxx b/pgsql/custom/query.hxx index b6f5368..8b89047 100644 --- a/pgsql/custom/query.hxx +++ b/pgsql/custom/query.hxx @@ -1,5 +1,4 @@ // file : pgsql/custom/query.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef QUERY_HXX diff --git a/pgsql/custom/test.hxx b/pgsql/custom/test.hxx index 347b083..ec3d496 100644 --- a/pgsql/custom/test.hxx +++ b/pgsql/custom/test.hxx @@ -1,5 +1,4 @@ // file : pgsql/custom/test.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TEST_HXX diff --git a/pgsql/custom/traits.hxx b/pgsql/custom/traits.hxx index 3e7ce6c..c45dec0 100644 --- a/pgsql/custom/traits.hxx +++ b/pgsql/custom/traits.hxx @@ -1,5 +1,4 @@ // file : pgsql/custom/traits.hxx -// copyright : Copyright (c) 2009-2019 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file #ifndef TRAITS_HXX |