mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Fix specially for the beloved maintainer of poppler
This commit is contained in:
parent
ef45d613b2
commit
4e2f5ee60e
@ -4,6 +4,11 @@ License: GPL-3
|
|||||||
The full text of the GPL is distributed as in
|
The full text of the GPL is distributed as in
|
||||||
/usr/share/common-licenses/GPL-3 on Debian systems.
|
/usr/share/common-licenses/GPL-3 on Debian systems.
|
||||||
|
|
||||||
|
Files: src/calibre/ebooks/pdf/*.h,*.cpp
|
||||||
|
License: GPL-2 or later
|
||||||
|
The full text of the GPL is distributed as in
|
||||||
|
/usr/share/common-licenses/GPL-2 on Debian systems.
|
||||||
|
|
||||||
Files: src/calibre/ebooks/BeautifulSoup.py
|
Files: src/calibre/ebooks/BeautifulSoup.py
|
||||||
Copyright: Copyright (c) 2004-2007, Leonard Richardson
|
Copyright: Copyright (c) 2004-2007, Leonard Richardson
|
||||||
License: BSD
|
License: BSD
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
* License: GNU GPL v3
|
* License: GNU GPL v2+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
* License: GNU GPL v3
|
* License: GNU GPL v2+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
|
* License: GNU GPL v2+
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
|
* License: GNU GPL v2+
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
* License: GNU GPL v3
|
* License: GNU GPL v2+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
* License: GNU GPL v3
|
* License: GNU GPL v2+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
/**
|
||||||
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
|
* License: GNU GPL v2+
|
||||||
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef PDF2XML
|
#ifndef PDF2XML
|
||||||
#define UNICODE
|
#define UNICODE
|
||||||
#define PY_SSIZE_T_CLEAN
|
#define PY_SSIZE_T_CLEAN
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
* License: GNU GPL v3
|
* License: GNU GPL v2+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Outline.h>
|
#include <Outline.h>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
* License: GNU GPL v3
|
* License: GNU GPL v2+
|
||||||
* Based on pdftohtml from the poppler project.
|
* Based on pdftohtml from the poppler project.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
* Copyright 2009 Kovid Goyal <kovid@kovidgoyal.net>
|
||||||
* License: GNU GPL v3
|
* License: GNU GPL v2+
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user