[liblouis-liblouisxml] [liblouis] r1080 committed - adding copyright-notices, working on escape bug in Nemeth

  • From: liblouis@xxxxxxxxxxxxxx
  • To: liblouis-liblouisxml@xxxxxxxxxxxxx
  • Date: Thu, 31 Oct 2013 01:28:38 +0000

Revision: 1080
Author:   john.boyer@xxxxxxxxxxxxxxxxx
Date:     Thu Oct 31 01:28:21 2013 UTC
Log:      adding copyright-notices, working on escape bug in Nemeth
http://code.google.com/p/liblouis/source/detail?r=1080

Added:
 /trunk/copyright-notice.cmt
 /trunk/copyright-notice.txt
Modified:
 /trunk/Makefile.am
 /trunk/liblouis/transcommon.ci

=======================================
--- /dev/null
+++ /trunk/copyright-notice.cmt Thu Oct 31 01:28:21 2013 UTC
@@ -0,0 +1,31 @@
+# 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
+#
=======================================
--- /dev/null
+++ /trunk/copyright-notice.txt Thu Oct 31 01:28:21 2013 UTC
@@ -0,0 +1,30 @@
+/* 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
+   */
=======================================
--- /trunk/Makefile.am  Wed Mar 20 10:17:07 2013 UTC
+++ /trunk/Makefile.am  Thu Oct 31 01:28:21 2013 UTC
@@ -5,5 +5,6 @@
 pkgconfigdir = $(libdir)/pkgconfig
 pkgconfig_DATA = liblouis.pc

-EXTRA_DIST = liblouis.pc README.windows HACKING
+EXTRA_DIST = liblouis.pc README.windows HACKING \
+        copyright-notice.txt copyright-notice.cmt

=======================================
--- /trunk/liblouis/transcommon.ci      Mon Jul 15 02:52:15 2013 UTC
+++ /trunk/liblouis/transcommon.ci      Thu Oct 31 01:28:21 2013 UTC
@@ -688,9 +688,9 @@
 {
   int k;
   int not = 0;
-  TranslationTableOffset ruleOffset;
-  TranslationTableRule *rule;
-  TranslationTableCharacterAttributes attributes;
+  TranslationTableOffset ruleOffset = 0;
+  TranslationTableRule *rule = NULL;
+  TranslationTableCharacterAttributes attributes = 0;
   groupingRule = NULL;
   passSrc = src;
   passInstructions = &transRule->charsdots[transCharslen];
@@ -865,8 +865,8 @@
 passDoAction (void)
 {
   int k;
-  TranslationTableOffset ruleOffset;
-  TranslationTableRule *rule;
+  TranslationTableOffset ruleOffset = 0;
+  TranslationTableRule *rule = NULL;
   if ((dest + startReplace - startMatch) > destmax)
     return 0;
   if (transOpcode != CTO_Context)
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] r1080 committed - adding copyright-notices, working on escape bug in Nemeth - liblouis