File: copyright

package info (click to toggle)
setcolortemperature 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 88 kB
  • ctags: 10
  • sloc: ansic: 74; makefile: 18
file content (25 lines) | stat: -rw-r--r-- 913 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: setcolortemperature
Source: http://github.com/Tookmund/setcolortemperature


Files: *
Copyright: 2016 Jacob Adams
License: public-domain-sct

Files: sct.c
Copyright: whitepoints data copyright 2013 Ingo Thies <ithies@astro.uni-bonn.de>
	   remainder of C code copyright 2016 Ted Unangst <tedu@openbsd.org>
License: public-domain-sct and public-domain-colorramp

License: public-domain-sct
 public domain, do as you wish

License: public-domain-colorramp
 I have calculated the table by following mathematical rules of color
 integration and conversion from the CIE 1931 color space to sRGB.
 .
 I doubt that a numerically computed color table is copyrightable at all
 (in contrast to the actual software implementation). However, if it is
 indeed copyrightable, I have no problem with releasing it into the
 public domain.