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/system.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/system.c')
-rw-r--r-- | src/unix/system.c | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/src/unix/system.c b/src/unix/system.c index 96ff4fe..f2c4a3d 100644 --- a/src/unix/system.c +++ b/src/unix/system.c @@ -1,21 +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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +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. */ #include "shared/shared.h" |