~ubuntu-branches/ubuntu/raring/djvulibre/raring

« back to all changes in this revision

Viewing changes to xmltools/djvuxmlparser.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-18 11:21:21 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070518112121-rt7fum0zi0xoepm6
Tags: 3.5.19-2ubuntu1
* debian/control: Maintainer: Ubuntu Core Developers
  <ubuntu-devel-discuss@lists.ubuntu.com>.
* debian/rules: call dh_iconcache. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
//C-  -*- C++ -*-
2
2
//C- -------------------------------------------------------------------
3
 
//C- Xmltools for DjVu3 and DjVuLibre-3.5
4
 
//C- Copyright (c) 2002  Bill C. Riemers
5
 
//C- -------------------------------------------------------------------
 
3
//C- DjVuLibre-3.5
 
4
//C- Copyright (c) 2002  Leon Bottou and Yann Le Cun.
 
5
//C- Copyright (c) 2001  AT&T
 
6
//C-
6
7
//C- This software is subject to, and may be distributed under, the
7
 
//C- GNU General Public License, Version 2. The license should have
 
8
//C- GNU General Public License, either Version 2 of the license,
 
9
//C- or (at your option) any later version. The license should have
8
10
//C- accompanied the software or you may obtain a copy of the license
9
11
//C- from the Free Software Foundation at http://www.fsf.org .
10
12
//C-
13
15
//C- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
16
//C- GNU General Public License for more details.
15
17
//C- 
16
 
//C- I, Bill C. Riemers, hereby grant all rights to this code,
17
 
//C- provided usage complies with the GPL or a written exception to 
18
 
//C- the GPL granted by any of Bill C. Riemers, Leon Bottou, 
19
 
//C- Yann Le Cun, or the Free Source Foundation.
20
 
//C-
21
 
//C- ------------------------------------------------------------------
22
 
//C- DjVuLibre-3.5 is derived from the DjVu(r) Reference Library
23
 
//C- distributed by Lizardtech Software.  On July 19th 2002, Lizardtech 
24
 
//C- Software authorized us to replace the original DjVu(r) Reference 
25
 
//C- Library notice by the following text (see doc/lizard2002.djvu):
 
18
//C- DjVuLibre-3.5 is derived from the DjVu(r) Reference Library from
 
19
//C- Lizardtech Software.  Lizardtech Software has authorized us to
 
20
//C- replace the original DjVu(r) Reference Library notice by the following
 
21
//C- text (see doc/lizard2002.djvu and doc/lizardtech2007.djvu):
26
22
//C-
27
23
//C-  ------------------------------------------------------------------
28
24
//C- | DjVu (r) Reference Library (v. 3.5)
31
27
//C- | 6,058,214 and patents pending.
32
28
//C- |
33
29
//C- | This software is subject to, and may be distributed under, the
34
 
//C- | GNU General Public License, Version 2. The license should have
 
30
//C- | GNU General Public License, either Version 2 of the license,
 
31
//C- | or (at your option) any later version. The license should have
35
32
//C- | accompanied the software or you may obtain a copy of the license
36
33
//C- | from the Free Software Foundation at http://www.fsf.org .
37
34
//C- |
56
53
//C- | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
57
54
//C- +------------------------------------------------------------------
58
55
// 
59
 
// $Id: djvuxmlparser.cpp,v 1.7 2003/11/07 22:08:23 leonb Exp $
60
 
// $Name: debian_version_3_5_17-3 $
 
56
// $Id: djvuxmlparser.cpp,v 1.8 2007/03/25 20:48:36 leonb Exp $
 
57
// $Name: debian_version_3_5_19-2 $
61
58
 
62
59
#ifdef HAVE_CONFIG_H
63
60
# include "config.h"