You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22-4Lines changed: 22 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,11 @@ Two different pip "requirements" files, two different Python paths (Virtualenvs)
48
48
-p ~/.virtualenvs/backend_py/bin/python \
49
49
-r requirements-pypy.txt \
50
50
-p ~/.virtualenvs/backend_pypy/bin/python \
51
-
--skip-prefix ims-
51
+
-s ims-
52
52
53
53
Please note that pip "requirements" files and Python executable paths are paired together in the order they're specified.
54
54
55
-
Three different pip "requirements" files, two different Python paths (Virtualenvs), a GPL exception and a custom output file:
55
+
Three different pip "requirements" files, two different Python paths (need to repeat), a GPL exception and a custom output file:
56
56
57
57
python -m third_party_license_file_generator \
58
58
-r requirements.txt \
@@ -61,8 +61,26 @@ Three different pip "requirements" files, two different Python paths (Virtualenv
61
61
-p ~/.virtualenvs/api_pypy/bin/python \
62
62
-r cpython_requirements.txt \
63
63
-p ~/.virtualenvs/api_py/bin/python \
64
-
--gpl-exception uwsgi
65
-
--output-file ThirdPartyLicenses.txt
64
+
-x uWSGI \
65
+
-o ThirdPartyLicenses.txt
66
+
67
+
Three different pip "requirements" files, two different Python paths (need to repeat), a GPL exception, a custom output file and a license override file:
Copy file name to clipboardExpand all lines: THIRDPARTYLICENSES
+27-7Lines changed: 27 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,24 @@
1
-
Start of 'THIRDPARTYLICENSES' generated by Python third_party_license_generator at 2018-04-19 13:34:09.628303u
1
+
Start of 'THIRDPARTYLICENSES' generated by Python third_party_license_generator at 2018-05-07 12:57:58.761181
2
+
3
+
----------------------------------------
4
+
5
+
Package: PyYAML
6
+
License: MIT
7
+
Requires: n/a
8
+
Author: Kirill Simonov <xi@resolvent.net>
9
+
Home page: http://pyyaml.org/wiki/PyYAML
10
+
11
+
NOTE: This module was missing a license file (despite listing a license name) so one has been auto-generated
12
+
13
+
The MIT License
14
+
15
+
Copyright 2018 Kirill Simonov <xi@resolvent.net>
16
+
17
+
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:
18
+
19
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
20
+
21
+
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.
2
22
3
23
----------------------------------------
4
24
@@ -28,7 +48,7 @@ v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain
@@ -539,7 +559,7 @@ necessary. Here is a sample; alter the names:
539
559
<signature of Ty Coon>, 1 April 1990
540
560
Ty Coon, President of Vice
541
561
542
-
That's all there is to it!u
562
+
That's all there is to it!
543
563
544
564
----------------------------------------
545
565
@@ -563,7 +583,7 @@ Redistribution and use in source and binary forms, with or without modification,
563
583
564
584
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
565
585
566
-
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.u
586
+
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.
567
587
568
588
----------------------------------------
569
589
@@ -659,7 +679,7 @@ To apply the Apache License to your work, attach the following boilerplate notic
659
679
distributed under the License is distributed on an "AS IS" BASIS,
660
680
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
661
681
See the License for the specific language governing permissions and
662
-
limitations under the License.u
682
+
limitations under the License.
663
683
664
684
----------------------------------------
665
685
@@ -679,8 +699,8 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
679
699
680
700
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
681
701
682
-
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.u
702
+
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.
683
703
684
704
----------------------------------------
685
705
686
-
End of 'THIRDPARTYLICENSES' generated by Python third_party_license_generator at 2018-04-19 13:34:09.628385
706
+
End of 'THIRDPARTYLICENSES' generated by Python third_party_license_generator at 2018-05-07 12:57:58.761237
description='The Python third_party_license_file_generator is aimed at distilling down the appropriate license for one or many pip "requirements" files into a single file; it supports Python2.7 and Python3.',
help='the location of a YAML file that describes a dict {"(some case-sensitive package name)": {"license_name": "(some license name)", "license_file": "(URL or system file path to license file"}} (but as YAML)'
0 commit comments