diff options
Diffstat (limited to 'modules/database')
-rw-r--r-- | modules/database/flatfile.cpp | 19 | ||||
-rw-r--r-- | modules/database/old.cpp | 19 | ||||
-rw-r--r-- | modules/database/redis.cpp | 15 | ||||
-rw-r--r-- | modules/database/sql.cpp | 19 |
4 files changed, 59 insertions, 13 deletions
diff --git a/modules/database/flatfile.cpp b/modules/database/flatfile.cpp index b250be294..b45a89d44 100644 --- a/modules/database/flatfile.cpp +++ b/modules/database/flatfile.cpp @@ -1,11 +1,20 @@ /* - * (C) 2003-2014 Anope Team - * Contact us at team@anope.org + * Anope IRC Services * - * Please read COPYING and README for further details. + * Copyright (C) 2011-2016 Anope Team <team@anope.org> * - * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. + * This file is part of Anope. Anope is free software; you can + * redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software + * Foundation, version 2. + * + * 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, see see <http://www.gnu.org/licenses/>. */ #include "module.h" diff --git a/modules/database/old.cpp b/modules/database/old.cpp index 5e94cde02..640b45973 100644 --- a/modules/database/old.cpp +++ b/modules/database/old.cpp @@ -1,11 +1,20 @@ /* - * (C) 2003-2014 Anope Team - * Contact us at team@anope.org + * Anope IRC Services * - * Please read COPYING and README for further details. + * Copyright (C) 2003-2016 Anope Team <team@anope.org> * - * Based on the original code of Epona by Lara. - * Based on the original code of Services by Andy Church. + * This file is part of Anope. Anope is free software; you can + * redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software + * Foundation, version 2. + * + * 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, see see <http://www.gnu.org/licenses/>. */ /* Dependencies: anope_chanserv.access */ diff --git a/modules/database/redis.cpp b/modules/database/redis.cpp index bb5103b4c..21f7ca960 100644 --- a/modules/database/redis.cpp +++ b/modules/database/redis.cpp @@ -1,11 +1,20 @@ /* + * Anope IRC Services * - * (C) 2003-2014 Anope Team - * Contact us at team@anope.org + * Copyright (C) 2013-2016 Anope Team <team@anope.org> * - * Please read COPYING and README for further details. + * This file is part of Anope. Anope is free software; you can + * redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software + * Foundation, version 2. * + * 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, see see <http://www.gnu.org/licenses/>. */ #include "module.h" diff --git a/modules/database/sql.cpp b/modules/database/sql.cpp index 2d1a61afa..d7ed1963a 100644 --- a/modules/database/sql.cpp +++ b/modules/database/sql.cpp @@ -1,3 +1,22 @@ +/* + * Anope IRC Services + * + * Copyright (C) 2011-2016 Anope Team <team@anope.org> + * + * This file is part of Anope. Anope is free software; you can + * redistribute it and/or modify it under the terms of the GNU + * General Public License as published by the Free Software + * Foundation, version 2. + * + * 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, see see <http://www.gnu.org/licenses/>. + */ + #include "module.h" #include "modules/sql.h" |