bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] test-base64.c license fix


From: Simon Josefsson
Subject: [bug-gnulib] test-base64.c license fix
Date: Thu, 16 Dec 2004 02:23:40 +0100
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

I installed this.

2004-12-16  Simon Josefsson  <address@hidden>

        * tests/test-base64.c: Add license.

Index: tests/test-base64.c
===================================================================
RCS file: /cvsroot/gnulib/gnulib/tests/test-base64.c,v
retrieving revision 1.1
diff -u -p -r1.1 test-base64.c
--- tests/test-base64.c 30 Nov 2004 20:46:52 -0000      1.1
+++ tests/test-base64.c 16 Dec 2004 01:22:12 -0000
@@ -1,3 +1,21 @@
+/* Recode strings between character sets, using iconv.
+   Copyright (C) 2004 Free Software Foundation, Inc.
+   Written by Simon Josefsson.
+
+   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, or (at your option)
+   any later version.
+
+   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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+
 #include "base64.h"
 
 #include <stdio.h>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]