[liblouis-liblouisxml] [liblouis] r1078 committed - Added copyright and license header to autogen.sh

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Wed, 30 Oct 2013 23:06:47 +0000

Revision: 1078
Author:   john.boyer@xxxxxxxxxxxxxxxxx
Date:     Wed Oct 30 23:06:35 2013 UTC
Log:      Added copyright and license header to autogen.sh
http://code.google.com/p/liblouis/source/detail?r=1078

Modified:
 /trunk/autogen.sh
 /trunk/liblouis/lou_translateString.c

=======================================
--- /trunk/autogen.sh   Wed May 30 17:00:22 2012 UTC
+++ /trunk/autogen.sh   Wed Oct 30 23:06:35 2013 UTC
@@ -1,3 +1,34 @@
+# liblouis Braille Translation and Back-Translation
+# Library
+#
+#   Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
+#   The BRLTTY Team
+#
+#   Copyright (C) 2004, 2005, 2006
+#   ViewPlus Technologies, Inc. www.viewplus.com
+#   and
+#   abilitiessoft, Inc. www.abilitiessoft.com
+#   All rights reserved
+#
+#   This file is free software; you can redistribute it and/or modify it
+#   under the terms of the Lesser or Library GNU General Public License
+#   (LGPL) as published by the
+#   Free Software Foundation; either version 3, or (at your option) any
+#   later version.
+#
+#   This file 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
+#   Library GNU General Public License for more details.
+#
+#   You should have received a copy of the Library GNU General Public
+#   License along with this program; see the file COPYING.  If not,
+# write to
+#   the Free Software Foundation, 51 Franklin Street, Fifth Floor,
+#   Boston, MA 02110-1301, USA.
+#
+#   Maintained by John J. Boyer john.boyer@xxxxxxxxxxxxxxxxx
+#
 #!/bin/sh
 #
 # autogen.sh glue for liblouis
=======================================
--- /trunk/liblouis/lou_translateString.c       Wed Oct 23 15:12:24 2013 UTC
+++ /trunk/liblouis/lou_translateString.c       Wed Oct 30 23:06:35 2013 UTC
@@ -7,12 +7,12 @@
    Copyright (C) 2004, 2005, 2006
    ViewPlus Technologies, Inc. www.viewplus.com
    and
-   JJB Software, Inc. www.jjb-software.com
+   abilitiessoft, Inc. www.abilitiessoft.com
    All rights reserved

    This file is free software; you can redistribute it and/or modify it
    under the terms of the Lesser or Library GNU General Public License
-   as published by the
+   (LGPL) as published by the
    Free Software Foundation; either version 3, or (at your option) any
    later version.

@@ -26,7 +26,7 @@
    the Free Software Foundation, 51 Franklin Street, Fifth Floor,
    Boston, MA 02110-1301, USA.

-   Maintained by John J. Boyer john.boyer@xxxxxxxxxxxxxxxx
+   Maintained by John J. Boyer john.boyer@xxxxxxxxxxxxxxxxx
    */

 #include <stdio.h>
For a description of the software, to download it and links to
project pages go to http://www.abilitiessoft.com

Other related posts:

  • » [liblouis-liblouisxml] [liblouis] r1078 committed - Added copyright and license header to autogen.sh - liblouis