Tweaked the headers again. According to GNU GPL now.
authorbehdad <behdad>
Sat, 29 May 2004 11:32:23 +0000 (11:32 +0000)
committerbehdad <behdad>
Sat, 29 May 2004 11:32:23 +0000 (11:32 +0000)
lib/fribidi-mirroring.c
lib/fribidi-mirroring.h
lib/fribidi.c

index 3c82d85ac610e19b7efcd4916db680075e16a429..a19cc3253de8fc850b9c1375db238be696c7233c 100644 (file)
@@ -1,31 +1,31 @@
-/* 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@farsiweb.info>.
  */
-/* $Id: fribidi-mirroring.c,v 1.6 2004-05-22 10:35:31 behdad Exp $
+/* $Id: fribidi-mirroring.c,v 1.7 2004-05-29 11:32:23 behdad Exp $
  * $Author: behdad $
- * $Date: 2004-05-22 10:35:31 $
- * $Revision: 1.6 $
+ * $Date: 2004-05-29 11:32:23 $
+ * $Revision: 1.7 $
  * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/lib/fribidi-mirroring.c,v $
  *
  * Authors:
index 8fd34534b752ed7473b38f063e47305f4cbfea1d..683ef7308ee2f00e2fdf3d6af667c24877b7933f 100644 (file)
@@ -1,34 +1,36 @@
-/* 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@farsiweb.info>.
  */
-/* $Id: fribidi-mirroring.h,v 1.4 2004-05-22 10:35:31 behdad Exp $
+/* $Id: fribidi-mirroring.h,v 1.5 2004-05-29 11:32:23 behdad Exp $
  * $Author: behdad $
- * $Date: 2004-05-22 10:35:31 $
- * $Revision: 1.4 $
+ * $Date: 2004-05-29 11:32:23 $
+ * $Revision: 1.5 $
  * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/lib/fribidi-mirroring.h,v $
  *
- * Author:
+ * Authors:
  *   Behdad Esfahbod, 2001, 2002, 2004
+ *   Dov Grobgeld, 1999, 2000
  */
 #ifndef _FRIBIDI_MIRRORING_H
 #define _FRIBIDI_MIRRORING_H
index 648a21f2e0c82e9d2f2cf3c94a53dfb64445e630..b5b80f03997d9ab504a8bfea19f740ba0f61ed31 100644 (file)
@@ -1,10 +1,10 @@
 /* FriBidi
  * fribidi.c - Unicode bidirectional and Arabic joining algorithms
  *
- * $Id: fribidi.c,v 1.4 2004-05-07 06:30:38 behdad Exp $
+ * $Id: fribidi.c,v 1.5 2004-05-29 11:32:23 behdad Exp $
  * $Author: behdad $
- * $Date: 2004-05-07 06:30:38 $
- * $Revision: 1.4 $
+ * $Date: 2004-05-29 11:32:23 $
+ * $Revision: 1.5 $
  * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/lib/fribidi.c,v $
  *
  * Authors:
@@ -58,7 +58,9 @@ const char *fribidi_version_info =
   " --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"