diff options
author | B Stack <bgstack15@gmail.com> | 2020-02-05 17:30:08 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-02-05 17:31:33 -0500 |
commit | 2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a (patch) | |
tree | e72bd2652361d306b6a99ccd67a1544d4bead1e5 /mktrayicon/debian/copyright | |
parent | palemoon 28.8.2.1 (diff) | |
download | stackrpms-2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a.tar.gz stackrpms-2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a.tar.bz2 stackrpms-2231f7ec6c2d8c44906ea1b40be0bb1ab18b099a.zip |
WIP: add mktrayicon
Diffstat (limited to 'mktrayicon/debian/copyright')
-rw-r--r-- | mktrayicon/debian/copyright | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/mktrayicon/debian/copyright b/mktrayicon/debian/copyright new file mode 100644 index 0000000..93e59da --- /dev/null +++ b/mktrayicon/debian/copyright @@ -0,0 +1,43 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: mktrayicon +Source: <url://example.com> +# +# Please double check copyright with the licensecheck(1) command. + +Files: .gitignore + Makefile + README.md + examples/test.sh + examples/wifi-signal + mktrayicon.c + package/arch/.gitignore + package/arch/PKGBUILD +Copyright: __NO_COPYRIGHT_NOR_LICENSE__ +License: __NO_COPYRIGHT_NOR_LICENSE__ + +#---------------------------------------------------------------------------- +# Files marked as NO_LICENSE_TEXT_FOUND may be covered by the following +# license/copyright files. + +#---------------------------------------------------------------------------- +# License file: LICENSE + The MIT License (MIT) + . + Copyright (c) 2013 Jon Gjengset + . + 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. |