From 2736e735cffe40dbe43b7d5197fa8af8919c1f4b Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Mon, 24 Sep 2001 23:26:31 +0000 Subject: GPL notice shortened --- mixlib/mix.c | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/mixlib/mix.c b/mixlib/mix.c index 34a79b4..8f49303 100644 --- a/mixlib/mix.c +++ b/mixlib/mix.c @@ -1,7 +1,9 @@ /* -*-c-*- -------------- mix.c : * Implementation of the functions declared in mix.h * ------------------------------------------------------------------ - * Copyright (C) 2000 Free Software Foundation, Inc. + * $Id: mix.c,v 1.3 2001/09/24 23:26:31 jao Exp $ + * ------------------------------------------------------------------ + * Copyright (C) 2000, 2001 Free Software Foundation, 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 @@ -53,18 +55,10 @@ mix_release_lib (void) } const char *MIX_GPL_LICENSE = -"Copyright (C) 2000, 2001 Free Software Foundation, Inc.\n" -"GNU MDK is free software; you can redistribute it and/or modify\n" -"it under the terms of the GNU General Public License as published by\n" -"the Free Software Foundation; either version 2 of the License, or\n" -"(at your option) any later version.\n" -"GNU MDK is distributed in the hope that it will be useful,\n" -"but WITHOUT ANY WARRANTY; without even the implied warranty of\n" -"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n" -"GNU General Public License for more details.\n" -"You should have received a copy of the GNU General Public License\n" -"along with this program; if not, write to the Free Software\n" -"Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"; +"Copyright (C) 2001 Free Software Foundation, Inc.\n" +"There is NO warranty. You may redistribute this software\n" +"under the terms of the GNU General Public License.\n" +"For more information about these matters, see the files named COPYING.\n"; /* check dir, and create it if it doesn't exist */ gboolean -- cgit v1.2.3