diff options
author | Owen Taylor <otaylor@redhat.com> | 2003-10-24 20:03:37 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2003-10-24 20:03:37 +0000 |
commit | 1e5c8e64f5f44adc288e16bc2aafbb06372e600f (patch) | |
tree | a953a034899abdf38a8dc820faba3caa09db2e08 /gtk/xdgmime/xdgmime.c | |
parent | 2e2b780f97cf86e07193cebad0e905ef845afd60 (diff) | |
download | gtk+-1e5c8e64f5f44adc288e16bc2aafbb06372e600f.tar.gz |
Relicense to be dual AFL/LGPL (and thus also GPL) rather than AFL/GPL.
Fri Oct 24 16:02:32 2003 Owen Taylor <otaylor@redhat.com>
* *.[ch]: Relicense to be dual AFL/LGPL (and thus also
GPL) rather than AFL/GPL. Also update AFL version to 1.2.
Diffstat (limited to 'gtk/xdgmime/xdgmime.c')
-rw-r--r-- | gtk/xdgmime/xdgmime.c | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/gtk/xdgmime/xdgmime.c b/gtk/xdgmime/xdgmime.c index ab286b9820..d6c90a9e9a 100644 --- a/gtk/xdgmime/xdgmime.c +++ b/gtk/xdgmime/xdgmime.c @@ -6,22 +6,23 @@ * Copyright (C) 2003 Red Hat, Inc. * Copyright (C) 2003 Jonathan Blandford <jrb@alum.mit.edu> * - * Licensed under the Academic Free License version 1.2 + * Licensed under the Academic Free License version 2.0 + * Or under the following terms: * - * 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 library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser 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, + * This library 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 + * Lesser General Public License for more details. * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the + * Free Software Foundation, Inc., 59 Temple Place - Suite 330, + * Boston, MA 02111-1307, USA. */ #include "xdgmime.h" |