mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-06 22:37:02 +02:00
All included test data has been verified as free, stop building a +dfsg tarball.
This commit is contained in:
parent
f19e301c81
commit
cb528c2e19
5
Makefile
5
Makefile
@ -204,11 +204,6 @@ deb:
|
||||
mkdir -p $(DEBUILD_ROOT) && rm -rf $(DEBUILD_ROOT)/*
|
||||
rsync -Ca --exclude 'build' \
|
||||
--exclude '.vagrant' \
|
||||
--exclude 'test/sqlite-chinook.load' \
|
||||
--exclude 'test/sqlite' \
|
||||
--exclude 'test/data/2013_Gaz_113CDs_national.txt' \
|
||||
--exclude 'test/data/reg2013.dbf' \
|
||||
--exclude 'test/data/sakila-db.zip' \
|
||||
./ $(DEBUILD_ROOT)/
|
||||
cd $(DEBUILD_ROOT) && make -f debian/rules orig
|
||||
cd $(DEBUILD_ROOT) && debuild -us -uc -sa
|
||||
|
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,6 +1,8 @@
|
||||
pgloader (3.5.1+dfsg-1) UNRELEASED; urgency=medium
|
||||
pgloader (3.5.1-1) UNRELEASED; urgency=medium
|
||||
|
||||
* New upstream version.
|
||||
* All included test data has been verified as free, stop building a +dfsg
|
||||
tarball.
|
||||
* Enable SSL in src/hooks.lisp.
|
||||
* Run wrap-and-sort -st.
|
||||
* Add new B-D cl-mustache, cl-yason, cl-zs3, sync Depends to cl-pgloader.
|
||||
|
71
debian/copyright
vendored
71
debian/copyright
vendored
@ -21,3 +21,74 @@ License: PostgreSQL
|
||||
AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS ON
|
||||
AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATIONS TO
|
||||
PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
|
||||
|
||||
Files: test/sqlite/Chinook*
|
||||
Copyright: Copyright (c) 2008-2017 Luis Rocha
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
of the Software, and to permit persons to whom the Software is furnished to do
|
||||
so, subject to the following conditions:
|
||||
.
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS
|
||||
IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
||||
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
|
||||
AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
Files: test/data/2013_Gaz_113CDs_national.txt
|
||||
Copyright: public domain
|
||||
License:
|
||||
All U.S. Census Bureau materials, regardless of the media, are entirely in the
|
||||
public domain. There are no user fees, site licenses, or any special agreements
|
||||
etc for the public or private use, and or reuse of any census title. As tax
|
||||
funded product, it's all in the public record.
|
||||
|
||||
Files: test/data/reg2013.dbf
|
||||
Copyright: public comain
|
||||
License:
|
||||
Les publications et données mises à disposition sur le présent site sont
|
||||
consultables et téléchargeables gratuitement. Sauf spécification contraire,
|
||||
elles peuvent être réutilisées, y compris à des fins commerciales, sans licence
|
||||
et sans versement de redevances autres que celles collectées par les sociétés
|
||||
de perception et de répartition des droits d'auteur régies par le titre II du
|
||||
livre III du code de la propriété intellectuelle. La réutilisation est
|
||||
toutefois subordonnée au respect de l'intégrité de l'information et des données
|
||||
et à la mention précise des sources.
|
||||
.
|
||||
https://www.insee.fr/fr/information/2008466
|
||||
|
||||
Files: test/data/sakila-db.zip
|
||||
Copyright: Copyright © 2007, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
License:
|
||||
The contents of the sakila-schema.sql and sakila-data.sql files are licensed
|
||||
under the New BSD license.
|
||||
.
|
||||
Information on the New BSD license can be found at
|
||||
http://www.opensource.org/licenses/bsd-license.php and
|
||||
http://en.wikipedia.org/wiki/BSD_License.
|
||||
.
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
.
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
.
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
.
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
1
debian/watch
vendored
1
debian/watch
vendored
@ -1,3 +1,2 @@
|
||||
version=4
|
||||
options="dversionmangle=s/\+dfsg//" \
|
||||
https://github.com/dimitri/pgloader/releases .*/v(.*).tar.gz
|
||||
|
@ -2,3 +2,75 @@
|
||||
|
||||
In the `parser` directory are tests for the parser only, in the current
|
||||
directory are tests that can be run to import data.
|
||||
|
||||
# Licenses
|
||||
|
||||
## Chinook Database
|
||||
|
||||
Copyright (c) 2008-2017 Luis Rocha
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
the Software without restriction, including without limitation the rights to
|
||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||
of the Software, and to permit persons to whom the Software is furnished to do
|
||||
so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS
|
||||
IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
||||
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
|
||||
AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
|
||||
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
||||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
|
||||
## 2013_Gaz_113CDs_national
|
||||
|
||||
All U.S. Census Bureau materials, regardless of the media, are entirely in the
|
||||
public domain. There are no user fees, site licenses, or any special agreements
|
||||
etc for the public or private use, and or reuse of any census title. As tax
|
||||
funded product, it's all in the public record.
|
||||
|
||||
## reg2013.dbf
|
||||
|
||||
https://www.insee.fr/fr/information/2008466
|
||||
|
||||
Les publications et données mises à disposition sur le présent site sont
|
||||
consultables et téléchargeables gratuitement. Sauf spécification contraire,
|
||||
elles peuvent être réutilisées, y compris à des fins commerciales, sans licence
|
||||
et sans versement de redevances autres que celles collectées par les sociétés
|
||||
de perception et de répartition des droits d'auteur régies par le titre II du
|
||||
livre III du code de la propriété intellectuelle. La réutilisation est
|
||||
toutefois subordonnée au respect de l'intégrité de l'information et des données
|
||||
et à la mention précise des sources.
|
||||
|
||||
## Sakila Sample Database
|
||||
|
||||
The contents of the sakila-schema.sql and sakila-data.sql files are licensed
|
||||
under the New BSD license.
|
||||
|
||||
Information on the New BSD license can be found at
|
||||
http://www.opensource.org/licenses/bsd-license.php and
|
||||
http://en.wikipedia.org/wiki/BSD_License.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright notice, this
|
||||
list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright notice,
|
||||
this list of conditions and the following disclaimer in the documentation
|
||||
and/or other materials provided with the distribution.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
||||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
||||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
||||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
Loading…
Reference in New Issue
Block a user