From 699bd9bbc267e9baadbe077649c6c7e93d2bc11a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 29 Jan 2012 14:25:57 +0200 Subject: Remove author field from file header Too much effort to maintain. --- m4/database.m4 | 1 - m4/libboost.m4 | 1 - m4/libodb-boost.m4 | 1 - m4/libodb-mssql.m4 | 1 - m4/libodb-mysql.m4 | 1 - m4/libodb-oracle.m4 | 1 - m4/libodb-pgsql.m4 | 1 - m4/libodb-qt.m4 | 1 - m4/libodb-sqlite.m4 | 1 - m4/libodb.m4 | 1 - m4/libqt.m4 | 1 - m4/libtool-link.m4 | 1 - m4/mssql.m4 | 1 - m4/mysql.m4 | 1 - m4/odb.m4 | 1 - m4/oracle.m4 | 1 - m4/pgsql.m4 | 1 - m4/sqlite.m4 | 1 - m4/threads.m4 | 1 - m4/tr1-memory.m4 | 1 - 20 files changed, 20 deletions(-) (limited to 'm4') diff --git a/m4/database.m4 b/m4/database.m4 index b1f65e2..8e34338 100644 --- a/m4/database.m4 +++ b/m4/database.m4 @@ -1,5 +1,4 @@ dnl file : m4/database.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libboost.m4 b/m4/libboost.m4 index 6ce9d79..8f6c756 100644 --- a/m4/libboost.m4 +++ b/m4/libboost.m4 @@ -1,5 +1,4 @@ dnl file : m4/libboost.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libodb-boost.m4 b/m4/libodb-boost.m4 index 323cc56..3eef9a3 100644 --- a/m4/libodb-boost.m4 +++ b/m4/libodb-boost.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodb-boost.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libodb-mssql.m4 b/m4/libodb-mssql.m4 index acddfd4..f12e3f8 100644 --- a/m4/libodb-mssql.m4 +++ b/m4/libodb-mssql.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodb-mssql.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libodb-mysql.m4 b/m4/libodb-mysql.m4 index e43ebff..187a6c6 100644 --- a/m4/libodb-mysql.m4 +++ b/m4/libodb-mysql.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodb-mysql.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libodb-oracle.m4 b/m4/libodb-oracle.m4 index 8c3d38a..0f480ca 100644 --- a/m4/libodb-oracle.m4 +++ b/m4/libodb-oracle.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodb-oracle.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libodb-pgsql.m4 b/m4/libodb-pgsql.m4 index 0e92478..16d85ea 100644 --- a/m4/libodb-pgsql.m4 +++ b/m4/libodb-pgsql.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodb-pgsql.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libodb-qt.m4 b/m4/libodb-qt.m4 index 7e6b31e..d36fe6d 100644 --- a/m4/libodb-qt.m4 +++ b/m4/libodb-qt.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodb-qt.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libodb-sqlite.m4 b/m4/libodb-sqlite.m4 index b85614f..3d9ee8c 100644 --- a/m4/libodb-sqlite.m4 +++ b/m4/libodb-sqlite.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodb-sqlite.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libodb.m4 b/m4/libodb.m4 index fb11859..ffee03d 100644 --- a/m4/libodb.m4 +++ b/m4/libodb.m4 @@ -1,5 +1,4 @@ dnl file : m4/libodb.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libqt.m4 b/m4/libqt.m4 index a094643..6e0fea3 100644 --- a/m4/libqt.m4 +++ b/m4/libqt.m4 @@ -1,5 +1,4 @@ dnl file : m4/libqt.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/libtool-link.m4 b/m4/libtool-link.m4 index d8395d5..221b9f2 100644 --- a/m4/libtool-link.m4 +++ b/m4/libtool-link.m4 @@ -1,5 +1,4 @@ dnl file : m4/libtool-link.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/mssql.m4 b/m4/mssql.m4 index c446f31..0fd8163 100644 --- a/m4/mssql.m4 +++ b/m4/mssql.m4 @@ -1,5 +1,4 @@ dnl file : m4/mssql.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/mysql.m4 b/m4/mysql.m4 index c6bac0d..5351215 100644 --- a/m4/mysql.m4 +++ b/m4/mysql.m4 @@ -1,5 +1,4 @@ dnl file : m4/mysql.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/odb.m4 b/m4/odb.m4 index e873645..03d8b02 100644 --- a/m4/odb.m4 +++ b/m4/odb.m4 @@ -1,5 +1,4 @@ dnl file : m4/odb.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/oracle.m4 b/m4/oracle.m4 index ec3d235..fbce179 100644 --- a/m4/oracle.m4 +++ b/m4/oracle.m4 @@ -1,5 +1,4 @@ dnl file : m4/oracle.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/pgsql.m4 b/m4/pgsql.m4 index e4f6d71..fa4e2e7 100644 --- a/m4/pgsql.m4 +++ b/m4/pgsql.m4 @@ -1,5 +1,4 @@ dnl file : m4/pgsql.m4 -dnl author : Constantin Michael dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/sqlite.m4 b/m4/sqlite.m4 index 0a54bf6..b1bd26f 100644 --- a/m4/sqlite.m4 +++ b/m4/sqlite.m4 @@ -1,5 +1,4 @@ dnl file : m4/sqlite.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/threads.m4 b/m4/threads.m4 index d4ed7cd..e351480 100644 --- a/m4/threads.m4 +++ b/m4/threads.m4 @@ -1,5 +1,4 @@ dnl file : m4/threads.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl diff --git a/m4/tr1-memory.m4 b/m4/tr1-memory.m4 index 29966b3..3c555e1 100644 --- a/m4/tr1-memory.m4 +++ b/m4/tr1-memory.m4 @@ -1,5 +1,4 @@ dnl file : m4/tr1-memory.m4 -dnl author : Boris Kolpackov dnl copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC dnl license : GNU GPL v2; see accompanying LICENSE file dnl -- cgit v1.1