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/htsserver.c | |
parent | afea93461d67750fe0a882520f18c37d7d924756 (diff) |
Fixed FSF GPL reference (postal address removed, added website)
Fixed year notice
Diffstat (limited to 'src/htsserver.c')
-rw-r--r-- | src/htsserver.c | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/src/htsserver.c b/src/htsserver.c index 032ce53..866b537 100644 --- a/src/htsserver.c +++ b/src/htsserver.c @@ -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: |