diff options
author | dartraiden <wowemuh@gmail.com> | 2018-10-06 02:54:09 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-10-06 02:54:33 +0300 |
commit | 8f1067bc025813afffc12ff7fb8527a2e54810bc (patch) | |
tree | c325c9390ead255553a09879006b0fffd80277ad /tools/mdbx_dump | |
parent | 74d0eac304a0ea26a7c28b26452f373b2dce0fea (diff) |
Fix copy-paste bug
Diffstat (limited to 'tools/mdbx_dump')
-rw-r--r-- | tools/mdbx_dump/src/stdafx.cxx | 2 | ||||
-rw-r--r-- | tools/mdbx_dump/src/stdafx.h | 11 |
2 files changed, 5 insertions, 8 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 |