[FriBidi-commit] fribidi/lib fribidi-mirroring.c, 1.6, 1.7 fribidi-mirroring.h, 1.4, 1.5 fribidi.c, 1.4, 1.5

Behdad Esfahbod behdad at pdx.freedesktop.org
Sat May 29 04:32:26 PDT 2004


Update of /cvs/fribidi/fribidi/lib
In directory pdx:/tmp/cvs-serv2981/lib

Modified Files:
	fribidi-mirroring.c fribidi-mirroring.h fribidi.c 
Log Message:
Tweaked the headers again.  According to GNU GPL now.


Index: fribidi-mirroring.c
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/fribidi-mirroring.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- a/fribidi-mirroring.c	22 May 2004 10:35:31 -0000	1.6
+++ b/fribidi-mirroring.c	29 May 2004 11:32:23 -0000	1.7
@@ -1,24 +1,24 @@
-/* FriBidi
- * fribidi-mirroring.c - get mirrored character
+/* fribidi-mirroring.c - get mirrored character
  *
- * Copyright (C) 2004 Sharif FarsiWeb, Inc
- * Copyright (C) 2001, 2002, 2004 Behdad Esfahbod
- * Copyright (C) 1999, 2000 Dov Grobgeld
+ * Copyright (C) 2004  Sharif FarsiWeb, Inc
+ * Copyright (C) 2001, 2002, 2004  Behdad Esfahbod
+ * Copyright (C) 1999, 2000  Dov Grobgeld
+ *
+ * This file is part of GNU FriBidi.
  * 
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * GNU FriBidi is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * of the License, or (at your option) any later version.
  * 
- * This library is distributed in the hope that it will be useful,
+ * GNU FriBidi 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
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public License
- * along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * along with GNU FriBidi; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  * 
  * For licensing issues, contact <license at farsiweb.info>.
  */

Index: fribidi-mirroring.h
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/fribidi-mirroring.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/fribidi-mirroring.h	22 May 2004 10:35:31 -0000	1.4
+++ b/fribidi-mirroring.h	29 May 2004 11:32:23 -0000	1.5
@@ -1,23 +1,24 @@
-/* FriBidi
- * fribidi-mirroring.h - get mirrored character
+/* fribidi-mirroring.h - get mirrored character
  *
- * Copyright (C) 2004 Sharif FarsiWeb, Inc
- * Copyright (C) 2001, 2002, 2004 Behdad Esfahbod
+ * Copyright (C) 2004  Sharif FarsiWeb, Inc
+ * Copyright (C) 2001, 2002, 2004  Behdad Esfahbod
+ * Copyright (C) 1999, 2000  Dov Grobgeld
  * 
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
+ * This file is part of GNU FriBidi.
  * 
- * This library is distributed in the hope that it will be useful,
+ * GNU FriBidi is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public License
+ * as published by the Free Software Foundation; either version 2.1
+ * of the License, or (at your option) any later version.
+ * 
+ * GNU FriBidi 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
- * Lesser General Public License for more details.
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU Lesser General Public License for more details.
  * 
  * You should have received a copy of the GNU Lesser General Public License
- * along with this library, in a file named COPYING; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
- * Boston, MA 02111-1307, USA
+ * along with GNU FriBidi; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  * 
  * For licensing issues, contact <license at farsiweb.info>.
  */
@@ -27,8 +28,9 @@
  * $Revision$
  * $Source$
  *
- * Author:
+ * Authors:
  *   Behdad Esfahbod, 2001, 2002, 2004
+ *   Dov Grobgeld, 1999, 2000
  */
 #ifndef _FRIBIDI_MIRRORING_H
 #define _FRIBIDI_MIRRORING_H

Index: fribidi.c
===================================================================
RCS file: /cvs/fribidi/fribidi/lib/fribidi.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/fribidi.c	7 May 2004 06:30:38 -0000	1.4
+++ b/fribidi.c	29 May 2004 11:32:23 -0000	1.5
@@ -58,7 +58,9 @@
   " --without-glib"
 #endif /* !FRIBIDI_USE_GLIB */
   ".\n\n"
-  "Copyright (C) 2004 Sharif FarsiWeb, Inc.\n"
+  "Copyright (C) 2004  Sharif FarsiWeb, Inc.\n"
+  "Copyright (C) 2001, 2002, 2004  Behdad Esfahbod\n"
+  "Copyright (C) 1999, 2000  Dov Grobgeld\n"
   FRIBIDI_NAME " comes with ABSOLUTELY NO WARRANTY.\n"
   "You may redistribute copies of " FRIBIDI_NAME " under the terms of\n"
   "the GNU Lesser General Public License.\n"




More information about the FriBidi-Commit mailing list