Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/java-ebuilder:master commit in: /
Date: Wed, 30 Oct 2019 17:35:19
Message-Id: 1473356407.16d93d8b393bf8b515815b4b2706d4ae39ea4309.mgorny@gentoo
1 commit: 16d93d8b393bf8b515815b4b2706d4ae39ea4309
2 Author: William L. Thomson Jr <wlt <AT> o-sinc <DOT> com>
3 AuthorDate: Thu Sep 8 17:40:07 2016 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 8 17:40:07 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/java-ebuilder.git/commit/?id=16d93d8b
7
8 COPYING: Added MIT license for project
9
10 COPYING | 22 ++++++++++++++++++++++
11 1 file changed, 22 insertions(+)
12
13 diff --git a/COPYING b/COPYING
14 new file mode 100644
15 index 0000000..5a4ca3b
16 --- /dev/null
17 +++ b/COPYING
18 @@ -0,0 +1,22 @@
19 +MIT License
20 +
21 +Copyright (c) 2016 Gentoo Linux
22 +
23 +Permission is hereby granted, free of charge, to any person obtaining a
24 +copy of this software and associated documentation files (the
25 +"Software"), to deal in the Software without restriction, including
26 +without limitation the rights to use, copy, modify, merge, publish,
27 +distribute, sublicense, and/or sell copies of the Software, and to
28 +permit persons to whom the Software is furnished to do so, subject to
29 +the following conditions:
30 +
31 +The above copyright notice and this permission notice shall be included
32 +in all copies or substantial portions of the Software.
33 +
34 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
35 +OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
36 +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
37 +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
38 +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
39 +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
40 +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.