forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
liblouis is a braille translation library that is used inside the ChromeVox extension, where it is included as a native client binary. This adjust the lincense check scripts for the headers used in this library. BUG=303795,316353 Review URL: https://codereview.chromium.org/35683004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@234051 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
plundblad@chromium.org
committed
Nov 9, 2013
1 parent
0c5aa5a
commit 2ea858d
Showing
6 changed files
with
57 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
(Copied from liblouis/liblouis.h) | ||
|
||
/* 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, 2009 ViewPlus Technologies, Inc. | ||
www.viewplus.com and JJB Software, Inc. www.jjb-software.com | ||
|
||
liblouis 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 3 of the | ||
License, or (at your option) any later version. | ||
|
||
liblouis 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. | ||
|
||
You should have received a copy of the GNU Lesser General Public | ||
License along with this program. If not, see | ||
<http://www.gnu.org/licenses/>. | ||
|
||
Maintained by John J. Boyer john.boyer@abilitiessoft.com | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
aboxhall@chromium.org | ||
dmazzoni@chromium.org | ||
dtseng@chromium.org | ||
plundblad@chromium.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Name: Braille Translation Library | ||
Short Name: liblouis | ||
URL: http://liblouis.googlecode.com/svn/tags/liblouis_2_5_1 | ||
Version: 2.5.1 | ||
License: LGPL3 | ||
License File: LICENSE | ||
Security Critical: yes | ||
|
||
Description: | ||
Liblouis is an open-source braille translator and back-translator. It | ||
features support for computer and literary braille, and supports | ||
contracted and uncontracted translation for many languages. | ||
|
||
libloius is used in a native client binary in ChromeVox and not linked into | ||
Chrome itself. | ||
|
||
Local Modifications: | ||
... |