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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/mu-editor/mu
Upstream-Contact: Nicholas H.Tollervey <ntoll@ntoll.org>
Upstream-Name: mu
Files-Excluded:
.appveyor.yml
.gitignore
.travis.yml
win_installer.py
win_installer32.cfg
win_installer64.cfg
debian/*
docs/beautifully_useless.jpg
docs/circuit_playground.jpg
docs/python.png
mu/contrib/uflash.py
mu/locale/vi/*
mu/resources/fonts/*
mu/resources/pygamezero/eep.wav
package/*
Comment: We repack the upstream mu-editor source for a couple of reasons:
1. We remove upstream git, CI and Windows configuration files.
.
2. We remove the upstream debian/ directory.
.
3. The following images are included in the upstream source (documented in
docs/copyright.rst) but are not DFSG-compatible due to the following reasons:
.
- docs/beautifully_useless.jpg - prohibits commercial use
- docs/circuit_playground.jpg - released under CC BY-NC-SA 2.0 license
- docs/python.png - restricted commercial use
.
4. We remove uflash.py which is packaged separately (python3-uflash).
Note that this file also includes a non-DFSG-compatible string representation
of the compiled MicroPython firmware for the micro:bit single board computer.
.
5. Although released under a DFSG-compatible license, the compiled
Source Code Pro font files are removed from the upstream source as the
toolchain required to build them is not yet available in Debian (#762252)
.
6. We remove OSX and Windows packaging/installation files
.
7. We remove eep.wav due to unknown author and license details
.
8. We remove mu/locale/vi/* as it is licensed CC-BY-NC-SA 4.0
Files: *
Copyright: 2015-2018, Nicholas H.Tollervey and others
License: GPL-3.0+
Files: .coveragerc
AUTHORS.rst
CHANGES.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
ISSUE_TEMPLATE.rst
MANIFEST.in
Makefile
README.rst
ROADMAP.rst
make.*
requirements.txt
requirements_pi.txt
run.py
setup.py
todo.txt
conf/*
docs/*
mu/__init__.py
mu/__main__.py
mu/mu-debug.py
mu/contrib/*
mu/interface/__init__.py
mu/locale/ja/*
mu/locale/pt_PT/*
mu/locale/zh_CN/*
mu/modes/api/__init__.py
mu/modes/__init__.py
mu/resources/css/*
mu/resources/images/*
tests/*
utils/*
Copyright: *No copyright*
License: GPL-3.0+
Comment:
Using license as found in LICENSE file.
Files: docs/pygame.png
Copyright: Public Domain
License: public-domain
This module has been placed in the public domain.
Comment: Details taken from docs/copyright.rst
.
pygame.png
++++++++++
.
Permission was sought and obtained from René Dudfield, the current core
maintainer of `Pygame <https://pygame.org>`_::
.
public domain
.
Go for it! Feel free to do whatever weird(and not weird) things you
like with it.
.
It's a modification (by me) of a logo by Gareth Noyce, who also put
the logo files in public domain.
.
Gareth Noyce said of the logo files:
They're public domain but I'd like attribution if they're used
anywhere. Just a "logo by Gareth Noyce" would do, but I won't be
complaining if people forget. :)'
Files: conf/mu.appdata.xml
Copyright: Nicholas H.Tollervey <ntoll@ntoll.org>
License: CC0-1.0
Files: mu/locale/fr/LC_MESSAGES/mu.po
Copyright: <gerald.quintana@gmail.com>, 2018
License: GPL-3.0+
Comment:
Using license as found in LICENSE file.
Files: mu/locale/pl/LC_MESSAGES/mu.po
Copyright: PyPolska, Filip Kłębczyk <fklebczyk@gmail.com>, 2018
License: GPL-3.0+
Comment:
Using license as found in LICENSE file.
Files: mu/locale/zh_CN/LC_MESSAGES/mu.po
Copyright: 管宁川John <Guan.NingChuan@Gmail.Com>, 2018
License: GPL-3.0+
Comment:
Using license as found in LICENSE file.
Files: mu/resources/pygamezero/alien.png
mu/resources/pygamezero/alien_hurt.png
Copyright: kenny.nl
License: CC0-1.0
Comment: Licensing information taken from pgzero source package
Files: debian/*
Copyright: 2018-2023 Nick Morrott <nickm@debian.org>
License: GPL-3.0+
License: GPL-3.0+
On Debian systems the full text of the GPL-3 can be found in
/usr/share/common-licenses/GPL-3
License: CC0-1.0
On Debian systems the full text of the CC0-1.0 license can be found in
/usr/share/common-licenses/CC0-1.0
|