Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1302)

Side by Side Diff: third_party/liblouis/LICENSE

Issue 579623003: Upgrade liblouis to 2.6.0. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkcr
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 (Copied from liblouis/liblouis.h) 1 (Copied from src/liblouis/liblouis.h.in)
2 2
3 /* liblouis Braille Translation and Back-Translation Library 3 /* liblouis Braille Translation and Back-Translation Library
4 4
5 Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by 5 Based on the Linux screenreader BRLTTY, copyright (C) 1999-2006 by
6 The BRLTTY Team 6 The BRLTTY Team
7 7
8 Copyright (C) 2004, 2005, 2006, 2009 ViewPlus Technologies, Inc. 8 Copyright (C) 2004, 2005, 2006, 2009 ViewPlus Technologies, Inc.
9 www.viewplus.com and JJB Software, Inc. www.jjb-software.com 9 www.viewplus.com and JJB Software, Inc. www.jjb-software.com
10 10
11 liblouis is free software: you can redistribute it and/or modify it 11 liblouis is free software: you can redistribute it and/or modify it
12 under the terms of the GNU Lesser General Public License as 12 under the terms of the GNU Lesser General Public License as
13 published by the Free Software Foundation, either version 3 of the 13 published by the Free Software Foundation, either version 3 of the
14 License, or (at your option) any later version. 14 License, or (at your option) any later version.
15 15
16 liblouis is distributed in the hope that it will be useful, but 16 liblouis is distributed in the hope that it will be useful, but
17 WITHOUT ANY WARRANTY; without even the implied warranty of 17 WITHOUT ANY WARRANTY; without even the implied warranty of
18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 18 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 Lesser General Public License for more details. 19 Lesser General Public License for more details.
20 20
21 You should have received a copy of the GNU Lesser General Public 21 You should have received a copy of the GNU Lesser General Public
22 License along with this program. If not, see 22 License along with this program. If not, see
23 <http://www.gnu.org/licenses/>. 23 <http://www.gnu.org/licenses/>.
24 24
25 Maintained by John J. Boyer john.boyer@abilitiessoft.com 25 Maintained by John J. Boyer john.boyer@abilitiessoft.com
26 */ 26 */
27 27
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698