diff options
-rw-r--r-- | tools/mdbx_dump/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | tools/mdbx_dump/src/stdafx.h | 11 | ||||
-rw-r--r-- | tools/mdbx_load/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | tools/mdbx_load/src/stdafx.h | 11 |
4 files changed, 10 insertions, 16 deletions
diff --git a/tools/mdbx_dump/src/stdafx.cxx b/tools/mdbx_dump/src/stdafx.cxx index 813117c18e..100977e11d 100644 --- a/tools/mdbx_dump/src/stdafx.cxx +++ b/tools/mdbx_dump/src/stdafx.cxx @@ -1,5 +1,5 @@ /* -Copyright (C) 2012-18 Miranda NG team (https://miranda-ng.org) +Copyright (C) 2018 Miranda NG team (https://miranda-ng.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tools/mdbx_dump/src/stdafx.h b/tools/mdbx_dump/src/stdafx.h index 4b89e46ea8..1cb9a6921c 100644 --- a/tools/mdbx_dump/src/stdafx.h +++ b/tools/mdbx_dump/src/stdafx.h @@ -1,12 +1,10 @@ /* -CmdLine plugin for Miranda IM - -Copyright © 2007 Cristian Libotean +Copyright (C) 2018 Miranda NG team (https://miranda-ng.org) This program 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; either version 2 -of the License, or (at your option) any later version. +as published by the Free Software Foundation version 2 +of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,8 +12,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/tools/mdbx_load/src/stdafx.cxx b/tools/mdbx_load/src/stdafx.cxx index e0d3e0e311..15ff69966e 100644 --- a/tools/mdbx_load/src/stdafx.cxx +++ b/tools/mdbx_load/src/stdafx.cxx @@ -1,5 +1,5 @@ /* -Copyright (C) 2012-18 Miranda NG team (https://miranda-ng.org) +Copyright (C) 2018 Miranda NG team (https://miranda-ng.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/tools/mdbx_load/src/stdafx.h b/tools/mdbx_load/src/stdafx.h index 706de4dbe5..1573dc84a9 100644 --- a/tools/mdbx_load/src/stdafx.h +++ b/tools/mdbx_load/src/stdafx.h @@ -1,12 +1,10 @@ /* -CmdLine plugin for Miranda IM - -Copyright © 2007 Cristian Libotean +Copyright (C) 2018 Miranda NG team (https://miranda-ng.org) This program 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; either version 2 -of the License, or (at your option) any later version. +as published by the Free Software Foundation version 2 +of the License. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,8 +12,7 @@ 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once |