Skip to content

Commit afc9d57

Browse files
committed
add dumb license and rule
Reference: aboutcode-org#4058 Signed-off-by: Alok Kumar <[email protected]>
1 parent e795bc6 commit afc9d57

File tree

2 files changed

+116
-0
lines changed

2 files changed

+116
-0
lines changed
+109
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
---
2+
key: dumb
3+
short_name: DUMB License
4+
name: DUMB License
5+
category: Permissive
6+
owner: kode54
7+
homepage_url: https://github.com/kode54/dumb
8+
spdx_license_key: DUMB
9+
text_urls:
10+
- https://github.com/kode54/dumb/blob/master/LICENSE
11+
other_urls:
12+
- https://github.com/ZDoom/ZMusic/blob/master/licenses/legal.txt
13+
ignorable_copyrights:
14+
- Copyright (c) 2001-2005 Ben Davis, Robert J Ohannessian and Julien Cugniere
15+
ignorable_holders:
16+
- Ben Davis, Robert J Ohannessian and Julien Cugniere
17+
ignorable_urls:
18+
- http://dumb.sf.net/
19+
- http://www.gnu.org/philosophy/bsd.html
20+
21+
---
22+
23+
/* _______ ____ __ ___ ___
24+
* \ _ \ \ / \ / \ \ / / ' ' '
25+
* | | \ \ | | || | \/ | . .
26+
* | | | | | | || ||\ /| |
27+
* | | | | | | || || \/ | | ' ' '
28+
* | | | | | | || || | | . .
29+
* | |_/ / \ \__// || | |
30+
* /_______/ynamic \____/niversal /__\ /____\usic /| . . ibliotheque
31+
* / \
32+
* / . \
33+
* licence.txt - Conditions for use of DUMB. / / \ \
34+
* | < / \_
35+
* If you do not agree to these terms, please | \/ /\ /
36+
* do not use DUMB. \_ / > /
37+
* | \ / /
38+
* Information in [brackets] is provided to aid | ' /
39+
* interpretation of the licence. \__/
40+
*/
41+
42+
43+
Dynamic Universal Music Bibliotheque, Version 0.9.3
44+
45+
Copyright (C) 2001-2005 Ben Davis, Robert J Ohannessian and Julien Cugniere
46+
47+
This software is provided 'as-is', without any express or implied warranty.
48+
In no event shall the authors be held liable for any damages arising from the
49+
use of this software.
50+
51+
Permission is granted to anyone to use this software for any purpose,
52+
including commercial applications, and to alter it and redistribute it
53+
freely, subject to the following restrictions:
54+
55+
1. The origin of this software must not be misrepresented; you must not claim
56+
that you wrote the original software. If you use this software in a
57+
product, you are requested to acknowledge its use in the product
58+
documentation, along with details on where to get an unmodified version of
59+
this software, but this is not a strict requirement.
60+
61+
[Note that the above point asks for a link to DUMB, not just a mention.
62+
Googling for DUMB doesn't help much! The URL is "http://dumb.sf.net/".]
63+
64+
[The link was originally strictly required. This was changed for two
65+
reasons. Firstly, if many projects request an acknowledgement, the list of
66+
acknowledgements can become quite unmanageable. Secondly, DUMB was placing
67+
a restriction on the code using it, preventing people from using the GNU
68+
General Public Licence which disallows any such restrictions. See
69+
http://www.gnu.org/philosophy/bsd.html for more information on this
70+
subject. However, if DUMB plays a significant part in your project, we do
71+
urge you to acknowledge its use.]
72+
73+
2. Altered source versions must be plainly marked as such, and must not be
74+
misrepresented as being the original software.
75+
76+
3. This notice may not be removed from or altered in any source distribution.
77+
78+
4. If you are using the Program in someone else's bedroom on any Monday at
79+
3:05 pm, you are not allowed to modify the Program for ten minutes. [This
80+
clause provided by Inphernic; every licence should contain at least one
81+
clause, the reasoning behind which is far from obvious.]
82+
83+
5. Users who wish to use DUMB for the specific purpose of playing music are
84+
required to feed their dog on every full moon (if deemed appropriate).
85+
[This clause provided by Allefant, who couldn't remember what Inphernic's
86+
clause was.]
87+
88+
6. No clause in this licence shall prevent this software from being depended
89+
upon by a product licensed under the GNU General Public Licence. If such a
90+
clause is deemed to exist, Debian, then it shall be respected in spirit as
91+
far as possible and all other clauses shall continue to apply in full
92+
force.
93+
94+
8. Take the number stated as introducing this clause. Multiply it by two,
95+
then subtract four. Now insert a '+' between the two digits and evaluate
96+
the resulting sum. Call the result 'x'. If you have not yet concluded that
97+
every numbered clause in this licence whose ordinal number is strictly
98+
greater than 'x' (with the exception of the present clause) is null and
99+
void, Debian, then you are hereby informed that laughter is good for one's
100+
health and you are warmly suggested to do it. By the way, Clauses 4, 5 and
101+
6 are null and void. Incidentally, I like Kubuntu. The work you guys do is
102+
awesome. (Lawyers, on the other hand ...)
103+
104+
We regret that we cannot provide any warranty, not even the implied warranty
105+
of merchantability or fitness for a particular purpose.
106+
107+
Some files generated or copied by automake, autoconf and friends are
108+
available in an extra download. These fall under separate licences but are
109+
all free to distribute. Please check their licences as necessary.

src/licensedcode/data/rules/dumb.RULE

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
license_expression: dumb
3+
is_license_reference: yes
4+
relevance: 100
5+
---
6+
7+
Dynamic Universal Music Bibliotheque

0 commit comments

Comments
 (0)