diff options
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..13f285a --- /dev/null +++ b/debian/copyright @@ -0,0 +1,47 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: stackbin +Upstream-Contact: <preferred name and address to reach the upstream project> +Source: <url://example.com> +# +# Please double check copyright with the licensecheck(1) command. + +Files: .gitignore + extra/Makefile + extra/pip-helper.sh + extra/stackbin.conf.apache + extra/stackbin.conf.nginx + extra/stackbin.service + extra/stackbin.spec + extra/stackbin.sysusers + initdb.py + manage.py + requirements.txt + stackbin.bin + stackbin.conf.example + stackbin.py + stackbin.wsgi.ini.example + stackbin_auth.py + static/style.css + templates/_pagination.html + templates/admin.html + templates/new_paste.html + templates/show_paste.html +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +Files: extra/stackbin.init +Copyright: __NO_COPYRIGHT__ in: extra/stackbin.init +License: __UNKNOWN__ + Do NOT "set -e" + . + PATH should only include /usr/* if it runs after the mountnfs.sh script + +#---------------------------------------------------------------------------- +# xml and html files (skipped): +# README.md +# templates/layout.html +# templates/login_form.html + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. |