~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to okular/generators/poppler/synctex/synctex_parser_local.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 
 
2
Copyright (c) 2008 jerome DOT laurens AT u-bourgogne DOT fr
 
3
 
 
4
This file is part of the SyncTeX package.
 
5
 
 
6
Version: 1.4
 
7
See synctex_parser_readme.txt for more details
 
8
 
 
9
License:
 
10
--------
 
11
Permission is hereby granted, free of charge, to any person
 
12
obtaining a copy of this software and associated documentation
 
13
files (the "Software"), to deal in the Software without
 
14
restriction, including without limitation the rights to use,
 
15
copy, modify, merge, publish, distribute, sublicense, and/or sell
 
16
copies of the Software, and to permit persons to whom the
 
17
Software is furnished to do so, subject to the following
 
18
conditions:
 
19
 
 
20
The above copyright notice and this permission notice shall be
 
21
included in all copies or substantial portions of the Software.
 
22
 
 
23
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
24
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
25
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
26
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 
27
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 
28
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 
29
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 
30
OTHER DEALINGS IN THE SOFTWARE
 
31
 
 
32
Except as contained in this notice, the name of the copyright holder  
 
33
shall not be used in advertising or otherwise to promote the sale,  
 
34
use or other dealings in this Software without prior written  
 
35
authorization from the copyright holder.
 
36
 
 
37
*/
 
38
 
 
39
/* This local header file is for TEXLIVE.
 
40
 * It is loaded if the SYNCTEX_USE_LOCAL_HEADER macro is defined.
 
41
 * In general, you should not need to use such a file.
 
42
 * Use your own header to fit your system by editing the next line, if necessary. */
 
43
#       include "web2c/c-auto.h" /* for inline && HAVE_xxx */