From: Pieter Lexis Date: Tue, 12 Jul 2016 15:39:02 +0000 (+0200) Subject: More licensing everywhere X-Git-Tag: rec-4.0.2~4^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a38148091e1285c50637649b6c25e9ddb67b4623;p=thirdparty%2Fpdns.git More licensing everywhere Closes #4148 --- diff --git a/m4/tm-gmtoff.m4 b/m4/tm-gmtoff.m4 index 71742aff9a..e2655852c6 100644 --- a/m4/tm-gmtoff.m4 +++ b/m4/tm-gmtoff.m4 @@ -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 diff --git a/modules/gmysqlbackend/gmysqlbackend.cc b/modules/gmysqlbackend/gmysqlbackend.cc index 56e7aae9da..652b865d48 100644 --- a/modules/gmysqlbackend/gmysqlbackend.cc +++ b/modules/gmysqlbackend/gmysqlbackend.cc @@ -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 diff --git a/modules/gmysqlbackend/gmysqlbackend.hh b/modules/gmysqlbackend/gmysqlbackend.hh index 76a09db2fa..bb75904b39 100644 --- a/modules/gmysqlbackend/gmysqlbackend.hh +++ b/modules/gmysqlbackend/gmysqlbackend.hh @@ -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 diff --git a/modules/gmysqlbackend/smysql.cc b/modules/gmysqlbackend/smysql.cc index daac6ab49a..64ded5ed2a 100644 --- a/modules/gmysqlbackend/smysql.cc +++ b/modules/gmysqlbackend/smysql.cc @@ -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 diff --git a/modules/gmysqlbackend/smysql.hh b/modules/gmysqlbackend/smysql.hh index 85cb8afc10..447b560750 100644 --- a/modules/gmysqlbackend/smysql.hh +++ b/modules/gmysqlbackend/smysql.hh @@ -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 diff --git a/modules/goraclebackend/soracle.cc b/modules/goraclebackend/soracle.cc index 35e6da1dda..ddb6fcbec8 100644 --- a/modules/goraclebackend/soracle.cc +++ b/modules/goraclebackend/soracle.cc @@ -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" diff --git a/modules/goraclebackend/soracle.hh b/modules/goraclebackend/soracle.hh index d611080536..7041640da4 100644 --- a/modules/goraclebackend/soracle.hh +++ b/modules/goraclebackend/soracle.hh @@ -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 diff --git a/modules/gpgsqlbackend/spgsql.cc b/modules/gpgsqlbackend/spgsql.cc index 7e4ef69dd2..dc15f5d55c 100644 --- a/modules/gpgsqlbackend/spgsql.cc +++ b/modules/gpgsqlbackend/spgsql.cc @@ -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 diff --git a/modules/gpgsqlbackend/spgsql.hh b/modules/gpgsqlbackend/spgsql.hh index a4b1547793..d6548d4653 100644 --- a/modules/gpgsqlbackend/spgsql.hh +++ b/modules/gpgsqlbackend/spgsql.hh @@ -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" diff --git a/modules/ldapbackend/ldapbackend.cc b/modules/ldapbackend/ldapbackend.cc index 0493aea763..a6f1dbc2fa 100644 --- a/modules/ldapbackend/ldapbackend.cc +++ b/modules/ldapbackend/ldapbackend.cc @@ -1,3 +1,26 @@ +/* + * PowerDNS LDAP Connector + * By PowerDNS.COM BV + * By Norbert Sendetzky (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 diff --git a/modules/ldapbackend/powerldap.cc b/modules/ldapbackend/powerldap.cc index fe910a6d7c..885c5e5657 100644 --- a/modules/ldapbackend/powerldap.cc +++ b/modules/ldapbackend/powerldap.cc @@ -1,3 +1,22 @@ +/* + * PowerDNS LDAP Connector + * By PowerDNS.COM BV + * By Norbert Sendetzky (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 diff --git a/modules/ldapbackend/powerldap.hh b/modules/ldapbackend/powerldap.hh index b585eff8ba..f24a49d57c 100644 --- a/modules/ldapbackend/powerldap.hh +++ b/modules/ldapbackend/powerldap.hh @@ -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 diff --git a/modules/mydnsbackend/mydnsbackend.cc b/modules/mydnsbackend/mydnsbackend.cc index b37249aa24..ba583cb13b 100644 --- a/modules/mydnsbackend/mydnsbackend.cc +++ b/modules/mydnsbackend/mydnsbackend.cc @@ -1,6 +1,24 @@ /* - * PowerDNS backend module for MyDNS style databases - * Author: Jonathan Oddy (Hostway UK) + * PowerDNS backend module for MyDNS style databases + * Author: Jonathan Oddy (Hostway UK) + * 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 diff --git a/modules/mydnsbackend/mydnsbackend.hh b/modules/mydnsbackend/mydnsbackend.hh index 360fe8d15c..123c29cee5 100644 --- a/modules/mydnsbackend/mydnsbackend.hh +++ b/modules/mydnsbackend/mydnsbackend.hh @@ -1,3 +1,25 @@ +/* + * PowerDNS backend module for MyDNS style databases + * Author: Jonathan Oddy (Hostway UK) + * 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 diff --git a/modules/mydnsbackend/schema.mydns.sql b/modules/mydnsbackend/schema.mydns.sql index 070c3dcbf2..c87e362934 100644 --- a/modules/mydnsbackend/schema.mydns.sql +++ b/modules/mydnsbackend/schema.mydns.sql @@ -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) diff --git a/modules/opendbxbackend/odbxbackend.cc b/modules/opendbxbackend/odbxbackend.cc index 372715a2c5..2d7a99dc1a 100644 --- a/modules/opendbxbackend/odbxbackend.cc +++ b/modules/opendbxbackend/odbxbackend.cc @@ -1,3 +1,25 @@ +/* + * PowerDNS OpenDBX Backend + * Copyright (C) 2005-2007 Norbert Sendetzky + * + * 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 diff --git a/modules/opendbxbackend/odbxprivate.cc b/modules/opendbxbackend/odbxprivate.cc index 2413d84af9..2eb0f9bab0 100644 --- a/modules/opendbxbackend/odbxprivate.cc +++ b/modules/opendbxbackend/odbxprivate.cc @@ -1,3 +1,25 @@ +/* + * PowerDNS OpenDBX Backend + * Copyright (C) 2005-2007 Norbert Sendetzky + * + * 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