summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Demakov <a.demakov@pengutronix.de>2008-01-31 14:18:52 +0000
committerAleksey Demakov <a.demakov@pengutronix.de>2008-01-31 14:18:52 +0000
commit132ed61fffce7dacf5184e04cf19625ae40609ee (patch)
treef54f783f478351069b74387efef589530a20be5d
parentdde05d6a6a8aa9af8e157e0b60e9454537418647 (diff)
downloadgettext-dummy-132ed61fffce7dacf5184e04cf19625ae40609ee.tar.gz
gettext-dummy-132ed61fffce7dacf5184e04cf19625ae40609ee.tar.xz
add public domain (non-)copyright notices
-rw-r--r--libintl.c10
-rw-r--r--libintl.h10
2 files changed, 18 insertions, 2 deletions
diff --git a/libintl.c b/libintl.c
index f8c90b2..d2e8898 100644
--- a/libintl.c
+++ b/libintl.c
@@ -1,4 +1,12 @@
-/* Dummy gettext library */
+/*
+ * libintl.c - libintl definitions
+ *
+ * This file is part of the gettext-dummy library (the "Library").
+ *
+ * The Library is written by Aleksey Demakov and placed in the
+ * public domain 2008-01-31. The Library is provided "as is",
+ * with NO WARRANTY, either expressed or implied.
+ */
char *
gettext(char *msg)
diff --git a/libintl.h b/libintl.h
index e3de736..f5645e8 100644
--- a/libintl.h
+++ b/libintl.h
@@ -1,4 +1,12 @@
-/* Dummy gettext library */
+/*
+ * libintl.h - libintl declarations
+ *
+ * This file is part of the gettext-dummy library (the "Library").
+ *
+ * The Library is written by Aleksey Demakov and placed in the
+ * public domain 2008-01-31. The Library is provided "as is",
+ * with NO WARRANTY, either expressed or implied.
+ */
#ifndef _LIBINTL_H
#define _LIBINTL_H