Codebase list django-wkhtmltopdf / eecd1be
Convert from git-dpm to patches unapplied format Scott Kitterman 5 years ago
5 changed file(s) with 3 addition(s) and 37 deletion(s). Raw diff Collapse all Expand all
+0
-23
LICENSE less more
0 Copyright (c) 2012-2014, Incuna Ltd
1 All rights reserved.
2
3 Redistribution and use in source and binary forms, with or without modification,
4 are permitted provided that the following conditions are met:
5
6 1. Redistributions of source code must retain the above copyright notice,
7 this list of conditions and the following disclaimer.
8
9 2. Redistributions in binary form must reproduce the above copyright notice,
10 this list of conditions and the following disclaimer in the documentation
11 and/or other materials provided with the distribution.
12
13 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
14 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
15 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
16 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
17 ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
18 (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
19 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
20 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
22 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
6565 License
6666 -------
6767
68 BSD-2-Clause licensed. See the bundled `LICENSE <https://github.com/incuna/django-wkhtmltopdf/blob/master/LICENSE>`_ file for more details.
68 MIT licensed. See the bundled `LICENSE <https://github.com/incuna/django-wkhtmltopdf/blob/master/LICENSE>`_ file for more details.
+0
-11
debian/.git-dpm less more
0 # see git-dpm(1) from git-dpm package
1 f855de8c8f06fd5ecc609aaab0f49754724e8c71
2 f855de8c8f06fd5ecc609aaab0f49754724e8c71
3 c456aed4c286d3be784bfbd3b2fdd14790372a8f
4 c456aed4c286d3be784bfbd3b2fdd14790372a8f
5 django-wkhtmltopdf_3.1.0.orig.tar.gz
6 34e60349fe029f5fd6ca464eed4ac02d8a0c986c
7 10506
8 debianTag="debian/%e%v"
9 patchedTag="patched/%e%v"
10 upstreamTag="upstream/%e%u"
00 [DEFAULT]
1 pristine-tar = True
1 debian-branch=debian/master
99 version=wkhtmltopdf.__version__,
1010 description='Converts HTML to PDF using wkhtmltopdf.',
1111 long_description=open('README.rst').read(),
12 license='BSD-2-Clause',
12 license='MIT',
1313 author=wkhtmltopdf.__author__,
1414 author_email='admin@incuna.com',
1515 url='https://github.com/incuna/django-wkhtmltopdf',