diff options
author | Andrey Nazarov <skuller@skuller.net> | 2012-07-25 19:59:33 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2012-07-25 20:44:55 +0400 |
commit | e956f6e2630489f3aec859453845630d582d698d (patch) | |
tree | 1cba106f36562c7fb3aa951f8e413d8ca13e3167 /src/unix/hunk.c | |
parent | 0f870259110b400323cc50b827768cc6a3e9079b (diff) |
Update GPLv2 text and headers.
Sync with http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
Diffstat (limited to 'src/unix/hunk.c')
-rw-r--r-- | src/unix/hunk.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/unix/hunk.c b/src/unix/hunk.c index 24dce8a..c4d1fcb 100644 --- a/src/unix/hunk.c +++ b/src/unix/hunk.c @@ -1,19 +1,19 @@ /* Copyright (C) 1997-2001 Id Software, Inc. -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. +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. 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, write to the Free Software -Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +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., +51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include "shared/shared.h" |