]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
More licensing everywhere
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 12 Jul 2016 15:39:02 +0000 (17:39 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Aug 2016 07:34:52 +0000 (09:34 +0200)
Closes #4148

17 files changed:
m4/tm-gmtoff.m4
modules/gmysqlbackend/gmysqlbackend.cc
modules/gmysqlbackend/gmysqlbackend.hh
modules/gmysqlbackend/smysql.cc
modules/gmysqlbackend/smysql.hh
modules/goraclebackend/soracle.cc
modules/goraclebackend/soracle.hh
modules/gpgsqlbackend/spgsql.cc
modules/gpgsqlbackend/spgsql.hh
modules/ldapbackend/ldapbackend.cc
modules/ldapbackend/powerldap.cc
modules/ldapbackend/powerldap.hh
modules/mydnsbackend/mydnsbackend.cc
modules/mydnsbackend/mydnsbackend.hh
modules/mydnsbackend/schema.mydns.sql
modules/opendbxbackend/odbxbackend.cc
modules/opendbxbackend/odbxprivate.cc

index 71742aff9a3c75b241f95cb29d70f374d7bca0aa..e2655852c6b7d1c87bae614993628b219f9202b9 100644 (file)
@@ -1,5 +1,6 @@
 dnl Check for the tm_gmtoff field in struct tm
 dnl (Borrowed from the Gaim project)
+dnl The Gaim Project (now know as Pidgin) is licensed under the GPLv2
 
 AC_DEFUN([MC_TM_GMTOFF],
 [AC_REQUIRE([AC_STRUCT_TM])dnl
index 56e7aae9da6b65f82ccc99779fc4a5a04699be39..652b865d4868196b921a5b1f6287561d7eb04fb3 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  PowerDNS gMySQL backend
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 76a09db2fad0c9e93b7e6d50ccbfe65ca6ef5e0d..bb75904b39ff964b11d0ff00aeeb668f11e807d3 100644 (file)
@@ -1,3 +1,24 @@
+/*
+ *  PowerDNS gMySQL backend
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
 #ifndef PDNS_GMYSQLBACKEND_HH
 #define PDNS_GMYSQLBACKEND_HH
 
index daac6ab49aa15b223bc3b9da81c264effa739f0f..64ded5ed2aac84ecd81a602ed2b95bf4b06b8823 100644 (file)
@@ -1,6 +1,25 @@
-/* Copyright 2001 Netherlabs BV, bert.hubert@netherlabs.nl. See LICENSE
-   for more information.
-   $Id$  */
+/*
+ *  PowerDNS gMySQL backend
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 85cb8afc1045a1dc14ee5031c8d2f161d94f496e..447b5607501303341630abf2a04f48bc01429e12 100644 (file)
@@ -1,6 +1,24 @@
-/* Copyright 2001 Netherlabs BV, bert.hubert@netherlabs.nl. See LICENSE 
-   for more information.
-   $Id$  */
+/*
+ *  PowerDNS gMySQL backend
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
 #ifndef SMYSQL_HH
 #define SMYSQL_HH
 
index 35e6da1dda40142c48a0707c05d2ed3cba82fb07..ddb6fcbec81f78b806135e0ae66d775d3299645a 100644 (file)
@@ -1,5 +1,24 @@
-/* Copyright 2005 Netherlabs BV, bert.hubert@netherlabs.nl. See LICENSE
-   for more information. */
+/*
+ *  PowerDNS gOracle backend
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
index d61108053631e88f15430be224351625c59e6fc5..7041640da4a4647a1c9efe7ff90f1a0b793cb90e 100644 (file)
@@ -1,5 +1,24 @@
-/* Copyright 2005 Netherlabs BV, bert.hubert@netherlabs.nl. See LICENSE
-   for more information. */
+/*
+ *  PowerDNS gOracle backend
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
 
 #ifndef SORACLE_HH
 #define SORACLE_HH
index 7e4ef69dd2d8dfd15d1a0c023d5503839fba3fef..dc15f5d55cf1296539efde1c4bffa28599f40468 100644 (file)
@@ -1,5 +1,25 @@
-/* Copyright 2003 - 2005 Netherlabs BV, bert.hubert@netherlabs.nl. See LICENSE
-   for more information. */
+/*
+ *  PowerDNS gpgsql backend
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index a4b1547793e503ebf3236ecea2706fb24b513b04..d6548d46538e7b22bf1f2d8f5175d6389e73728e 100644 (file)
@@ -1,5 +1,24 @@
-/* Copyright 2001 - 2005 Netherlabs BV, bert.hubert@netherlabs.nl. See LICENSE 
-   for more information. */
+/*
+ *  PowerDNS gpgsql backend
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
 #ifndef SPGSQL_HH
 #define SPGSQL_HH
 #include "pdns/namespaces.hh"
index 0493aea7634485abadfdcc87046238eb3a7be324..a6f1dbc2fa6447b3cea84282d64ba8c47809a5e8 100644 (file)
@@ -1,3 +1,26 @@
+/*
+ *  PowerDNS LDAP Connector
+ *  By PowerDNS.COM BV
+ *  By Norbert Sendetzky <norbert@linuxnetworks.de> (2003-2007)
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index fe910a6d7cdf420c213a7ffbf833657a378f1c56..885c5e5657529e55e1f7899e53c28b6ce38f1500 100644 (file)
@@ -1,3 +1,22 @@
+/*
+ *  PowerDNS LDAP Connector
+ *  By PowerDNS.COM BV
+ *  By Norbert Sendetzky <norbert@linuxnetworks.de> (2003-2007)
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index b585eff8baa4c457ec2baa32bd8507756e3b0f29..f24a49d57cefbc9c611c9df5b4fc5b12ba890f70 100644 (file)
@@ -7,6 +7,10 @@
  *  it under the terms of the GNU General Public License version 2
  *  as published by the Free Software Foundation.
  *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
  *  This program is distributed in the hope that it will be useful,
  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
index b37249aa249f4db6c3cbe1b98eb57e9c6aec86a3..ba583cb13bc1bd9c58946ffd5e64fc1240db8d71 100644 (file)
@@ -1,6 +1,24 @@
 /*
- * PowerDNS backend module for MyDNS style databases
- * Author: Jonathan Oddy (Hostway UK) <jonathan@woaf.net>
+ *  PowerDNS backend module for MyDNS style databases
+ *  Author: Jonathan Oddy (Hostway UK) <jonathan@woaf.net>
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
  *
  * The schema used by MyDNS isn't suitable for retrieving results with a single
  * query. This means that existing PowerDNS backends are unable to make use of
index 360fe8d15c3e22c21db98f43ecc300551d9fc574..123c29cee5bb730961f261ec9dabe5b6772c8ba7 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  PowerDNS backend module for MyDNS style databases
+ *  Author: Jonathan Oddy (Hostway UK) <jonathan@woaf.net>
+ *  By PowerDNS.COM BV
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation.
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
 #ifndef MYDNSBACKEND_HH
 #define MYDNSBACKEND_HH
 
index 070c3dcbf26095fea79279a0a52a2ed4eaa02b7c..c87e3629349f347809a094d2738ab6a19bf52041 100644 (file)
@@ -6,7 +6,7 @@
 --
 --    $ mydns --create-tables | mysql -hHOST -p -uUSER DATABASE
 --
---
+-- Originally licensed under the GNU GPLv2 or higer
 
 --
 --  Table structure for table 'soa' (zones of authority)
index 372715a2c588da91c9bc77f68a0551f20304efeb..2d7a99dc1aa954884efad1ef05b5355b37868b89 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  PowerDNS OpenDBX Backend
+ *  Copyright (C) 2005-2007 Norbert Sendetzky <norbert@linuxnetworks.de>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
index 2413d84af95dc5544c06c617c2cdb4a0e2d807eb..2eb0f9bab082ff3c656c06330625f6533b2f8b1f 100644 (file)
@@ -1,3 +1,25 @@
+/*
+ *  PowerDNS OpenDBX Backend
+ *  Copyright (C) 2005-2007 Norbert Sendetzky <norbert@linuxnetworks.de>
+ *
+ *  This program is free software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 2
+ *  as published by the Free Software Foundation
+ *
+ *  Additionally, the license of this program contains a special
+ *  exception which allows to distribute the program in binary form when
+ *  it is linked against OpenSSL.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ *
+ *  You should have received a copy of the GNU General Public License
+ *  along with this program; if not, write to the Free Software
+ *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ */
+
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif