File: copyright

package info (click to toggle)
qt-qml-models 0~0.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 172 kB
  • sloc: cpp: 1,034; makefile: 52
file content (32 lines) | stat: -rw-r--r-- 1,176 bytes parent folder | download | duplicates (2)
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
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: qt-qml-models
Source: https://github.com/cavewhere/qt-qml-models
Comment: Derived from http://gitlab.unique-conception.org/qt-qml-tricks/qt-qml-models

Files: *
Copyright: 2015-2017 Thomas Boutrode
           2017 Philip Schuchardt
License: DIY

Files: debian/*
Copyright: 2019 Wookey <wookey@debian.org>
License: DIY

License: DIY
 Well, license here is pretty "super-open", not even copy-left or
 copy-right, basically its close to the WTFPL, just use it as you
 want, as it's the most practical to you :
 .
  * If you want to use it as GIT submodule and compile it in your app,
    do it ;
  * If you prefer separate project as a shared library, do it ;
  * If you need to modify the project to be able to integrate in your
    app (opensource or not), do it ;
  * If you want to share you work on the library, thanks a lot, but if
    you don't, no problem ;
  * If you think about some weird case I didn't talk about, well, do
    whatever you want, I don't need to know about it ;
  * If you like it so much you want to spread the word, thank you,
    you're welcome.
 .
 Enjoy !