From f77ef3ceb3b828724a60c4838b3524e8f7c5115b Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Sat, 14 Jul 2018 19:33:03 +0200 Subject: Debian packaging --- debian/copyright | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 debian/copyright (limited to 'debian/copyright') diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..8ec92f9 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,168 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: https://github.com/ktt-ol/serial-barcode-scanner/ + +Files: * +Copyright: 2012-2018, Sebastian Reichel + 2017-2018, Johannes Rudolph + 2015, Holger Cremer + 2018, Malte Modler +License: ISC + +Files: data/sound/system/* +Copyright: 2008, Corsica_S +License: CC-BY-3.0 + +Files: data/sound/user/sexy/* +Copyright: 2008, Corsica_S + 2009-2010, epanody +License: CC-BY-3.0 + +Files: data/sound/user/beep/error/buzzer.ogg +Copyright: 2008, guitarguy1985 +License: CC0 + +Files: data/sound/user/beep/login/toycaralarm.ogg data/sound/user/beep/purchase/beep.ogg +Copyright: 2007, AMPUL + 2008, KorgMS2000B +License: CC-sampling+ + +Files: data/sound/user/beep/logout/cha\ ching.ogg data/sound/user/beep/purchase/camera.ogg +Copyright: 2009, creek23 + 2007, FreqMan +License: CC-BY-3.0 + +Files: data/sound/user/dude/* +Copyright: ecfike +License: CC0 + +Files: data/sound/user/girlfriend/* +Copyright: 2009-2010, epanody +License: CC-BY-3.0 + +Files: data/sound/user/japanese/* +Copyright: 2015, yugi16dm + 2014, Reitanna +License: CC0 + +Files: data/sound/user/robot/* +Copyright: 2009, liquidhot + 2010, epanody +License: CC-BY-3.0 + +Files: data/templates/js/sorttable.js +Copyright: 2007, Stuart Langridge +License: Expat + +Files: data/templates/js/jquery.js +Copyright: 2012, jQuery Foundation and contributors +License: Expat + +Files: data/templates/js/jquery.mousewheel.js +Copyright: 2011, Brandon Aaron (http://brandonaaron.net) +License: Expat + +Files: data/templates/js/jquery.flot.js + data/templates/js/jquery.flot.navigate.js + data/templates/js/jquery.flot.selection.js +Copyright: 2007-2012, Ole Laursen + 2007-2012, IOLA + 2008, Three Dub Media (http://threedubmedia.com) +License: Expat + +Files: data/templates/js/jquery.flot.pie.js +Copyright: 2009, Brian Medendorp + 2009, btburnett3 + 2009, Anthony Aragues + 2009, Xavi Ivars +License: Expat + +Files: data/templates/css/bootstrap.css + data/templates/js/bootstrap.js +Copyright: Bootstrap +License: Apache-2.0 + +Files: data/templates/img/glyphicons-halflings.png + data/templates/img/glyphicons-halflings-white.png +Copyright: Glyphicons +License: CC-BY-3.0 + + +License: ISC + Permission to use, copy, modify, and/or distribute this software for any + purpose with or without fee is hereby granted, provided that the above + copyright notice and this permission notice appear in all copies. + . + THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +License: Expat + 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 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. + +License: Apache-2.0 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + /usr/share/common-licenses/Apache-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +License: CC-BY-3.0 + Licensed under the Creative Commons CC-BY License, Version 3.0; + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://creativecommons.org/licenses/by/3.0/legalcode + . + There exists an simple overview of the licenses conditions on + . + http://creativecommons.org/licenses/by/3.0/ + . + Basically it allows you to use, modify and share the files, as long + as proper attribution is given. + +License: CC0 + Licensed under the Creative Commons CC0 License, Version 1.0; + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://creativecommons.org/publicdomain/zero/1.0/legalcode + . + There exists an simple overview of the licenses conditions on + . + https://creativecommons.org/publicdomain/zero/1.0/ + . + This work is basically public domain. + +License: CC-sampling+ + Licensed under the Creative Commons CC-Sampling+ License, Version 1.0; + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://creativecommons.org/licenses/sampling+/1.0/legalcode + . + There exists an simple overview of the licenses conditions on + . + https://creativecommons.org/licenses/sampling+/1.0/ -- cgit v1.2.3