summaryrefslogtreecommitdiffstats
path: root/stubs
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-12-15 20:40:11 -1000
committerDavid Cantrell <dcantrell@redhat.com>2007-12-17 08:52:53 -1000
commit0f73189b4d9a9065cb6a3718494e7b3d43368a9f (patch)
treebe2fa70872786429ab4f6f0371e685666c26c0b3 /stubs
parent81a307c0a7f269f9aced1e5cf9f0a6af2616aaa0 (diff)
downloadanaconda-0f73189b4d9a9065cb6a3718494e7b3d43368a9f.tar.gz
anaconda-0f73189b4d9a9065cb6a3718494e7b3d43368a9f.tar.xz
anaconda-0f73189b4d9a9065cb6a3718494e7b3d43368a9f.zip
GPLv2+ boilerplates for stubs/ and utils/
Diffstat (limited to 'stubs')
-rw-r--r--stubs/unicode-lite.c20
1 files changed, 13 insertions, 7 deletions
diff --git a/stubs/unicode-lite.c b/stubs/unicode-lite.c
index 0ef5678aa..c5dc41b3d 100644
--- a/stubs/unicode-lite.c
+++ b/stubs/unicode-lite.c
@@ -2,17 +2,23 @@
* unicode-lite.c - simple library to LD_PRELOAD for emulation of
* wide character functionality when glibc gconv data isn't available
*
- * Matt Wilson <msw@redhat.com>
- * Jeremy Katz <katzj@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
- * General 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): Matt Wilson <msw@redhat.com>
+ * Jeremy Katz <katzj@redhat.com>
*/
#include <stdlib.h>