summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2012-02-20 22:41:59 +0100
committerNick Schermer <nick@xfce.org>2012-02-20 22:41:59 +0100
commitf912e35def91422d37296dbd1bb692c663d862c7 (patch)
treeb15fc10144e34c06413d2cb744b261630da2c4a1
parent1edbcced363245e0e8336620a66308ec49d3b5b5 (diff)
downloadxfce4-dev-tools-f912e35def91422d37296dbd1bb692c663d862c7.tar.gz
Fix license.
-rw-r--r--xdt-csource/main.c21
1 files changed, 10 insertions, 11 deletions
diff --git a/xdt-csource/main.c b/xdt-csource/main.c
index 0f424a8..59c89a5 100644
--- a/xdt-csource/main.c
+++ b/xdt-csource/main.c
@@ -2,20 +2,19 @@
* Copyright (c) 2005-2007 Benedikt Meurer <benny@xfce.org>
* Copyright (c) 2007 Nick Schermer <nick@xfce.org>
*
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Library 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 library is distributed in the hope that it will be useful,
+ * 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
- * Library General Public License for more details.
+ * 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 Library 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.
+ * 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.
*/
#ifdef HAVE_CONFIG_H