diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 15:54:23 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-13 15:54:23 +0000 |
commit | 60644a7309e8c5de3f1f8202f0fd1545ad1c67e3 (patch) | |
tree | d3f20b6e96dc8d1032409589cffae3060c3dd9f5 /src/htsglobal.h | |
parent | afea93461d67750fe0a882520f18c37d7d924756 (diff) |
Fixed FSF GPL reference (postal address removed, added website)
Fixed year notice
Diffstat (limited to 'src/htsglobal.h')
-rw-r--r-- | src/htsglobal.h | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/src/htsglobal.h b/src/htsglobal.h index 99db597..33e35a6 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -1,12 +1,12 @@ /* ------------------------------------------------------------ */ /* HTTrack Website Copier, Offline Browser for Windows and Unix -Copyright (C) Xavier Roche and other contributors +Copyright (C) 1998-2013 Xavier Roche and other contributors -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 3 -of the License, or any later version. +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 3 of the License, or +(at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,8 +14,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/>. Important notes: @@ -257,7 +256,7 @@ Please visit our Website: http://www.httrack.com #define HTS_CDLMAXSIZE 1024 #endif -/* Copyright (C) Xavier Roche and other contributors */ +/* Copyright (C) 1998-2013 Xavier Roche and other contributors */ #define HTTRACK_AFF_AUTHORS "[XR&CO'2013]" #define HTS_DEFAULT_FOOTER "<!-- Mirrored from %s%s by HTTrack Website Copier/"HTTRACK_AFF_VERSION" "HTTRACK_AFF_AUTHORS", %s -->" #define HTTRACK_WEB "http://www.httrack.com" |