summaryrefslogtreecommitdiffstats
path: root/xutils.c
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-12-14 19:06:29 -1000
committerDavid Cantrell <dcantrell@redhat.com>2007-12-17 08:52:52 -1000
commit04e3669dfac00ecb6ae001fc600cadba7c700a72 (patch)
tree3fab0657d9af103f9160c905cb7d916a763caf71 /xutils.c
parente9bb1ab98c8875c68696fa11d0b169af45a8df7c (diff)
downloadanaconda-04e3669dfac00ecb6ae001fc600cadba7c700a72.tar.gz
anaconda-04e3669dfac00ecb6ae001fc600cadba7c700a72.tar.xz
anaconda-04e3669dfac00ecb6ae001fc600cadba7c700a72.zip
More GPLv2+ license boilerplate updates.
Diffstat (limited to 'xutils.c')
-rw-r--r--xutils.c18
1 files changed, 11 insertions, 7 deletions
diff --git a/xutils.c b/xutils.c
index 8eb9ee1ac..a0034342e 100644
--- a/xutils.c
+++ b/xutils.c
@@ -1,20 +1,24 @@
/*
* xutils.c - a Python wrapper for common Xlib ops
*
- * Michael Fulbright <msf@redhat.com>
+ * Copyright (C) 2002 Red Hat, Inc. All rights reserved.
*
- * Copyright 2002 Red Hat, 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 software may be freely redistributed under the terms of the GNU
- * public license.
+ * 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., 675 Mass Ave, Cambridge, MA 02139, USA.
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
*
+ * Red Hat Author(s): Michael Fulbright <msf@redhat.com>
*/
-
#include <Python.h>
#include <X11/Xlib.h>
#include <X11/Xatom.h>