Skip to content

Commit d364f02

Browse files
Improve COPYRIGHT / LICENSE files
This follows the general approach of the Rust project. Especially don't include bogus copyright information with non-existing legal entities, or completely outdated copyright information but instead explicitly state that the copyright of each contributor is retained and the version control system can be used to get the full authorship information. Also rewrite the paragraph about the licenses of GNOME libraries to be less specific and simply refer to their license information instead of pointing to a non-existing LGPL file.
1 parent f9f906c commit d364f02

File tree

2 files changed

+11
-69
lines changed

2 files changed

+11
-69
lines changed

COPYRIGHT

+11-65
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,14 @@
1-
The Gtk-rs Project is copyright 2013-2016, The Gtk-rs Project Developers:
1+
The Gtk-rs Project is licensed under the MIT license, see the LICENSE file or
2+
<http://opensource.org/licenses/MIT>.
23

3-
Adam Crume <[email protected]>
4-
Adolfo Ochagavía <[email protected]>
5-
Andre Bogus <[email protected]>
6-
Anton Konjahin <[email protected]>
7-
Arne Dussin <[email protected]>
8-
Boden Garman <[email protected]>
9-
Brian Kropf <[email protected]>
10-
Bryant Mairs <[email protected]>
11-
Chris Greenaway <[email protected]>
12-
Chris Palmer <[email protected]>
13-
Corey Farwell <[email protected]>
14-
Daniel Zalevskiy <[email protected]>
15-
16-
Edward Shaw <[email protected]>
17-
Edward Yang <[email protected]>
18-
19-
Evgenii Pashkin <[email protected]>
20-
Geoffrey French <[email protected]>
21-
Gleb Kozyrev <[email protected]>
22-
Glenn Watson <[email protected]>
23-
Google Inc.
24-
Guillaume Gomez <[email protected]>
25-
Gulshan Singh <[email protected]>
26-
Jakob Gillich <[email protected]>
27-
James Shepherdson <[email protected]>
28-
Jeremy Letang <[email protected]>
29-
John Vrbanac <[email protected]>
30-
31-
Laurence Tratt <[email protected]>
32-
Lionel Flandrin <[email protected]>
33-
Lucas Werkmeister <[email protected]>
34-
Lukas Diekmann <[email protected]>
35-
Mathijs Henquet <[email protected]>
36-
Maxwell Koo <[email protected]>
37-
38-
Nick Herman <[email protected]>
39-
Nicolas Koch <[email protected]>
40-
Oliver Schneider <[email protected]>
41-
Ömer Sinan Ağacan <[email protected]>
42-
Ralph Giles <[email protected]>
43-
Paul Dennis <[email protected]>
44-
Paul Hendry <[email protected]>
45-
Philipp Brüschweiler <[email protected]>
46-
Raphael Nestler <[email protected]>
47-
48-
Romain Gauthier <[email protected]>
49-
S.J.R. van Schaik <[email protected]>
50-
Sebastian Schulze <[email protected]>
51-
Silvio Fricke <[email protected]>
52-
Simon Sapin <[email protected]>
53-
Steve Klabnik <[email protected]>
54-
Tobias Bales <[email protected]>
55-
trolleyman <[email protected]>
56-
Umur Gedik <[email protected]>
57-
58-
Vojtech Kral <[email protected]>
59-
Zach Oakes <[email protected]>
60-
Zach Ploskey <[email protected]>
4+
Copyrights in the Gtk-rs Project project are retained by their contributors.
5+
No copyright assignment is required to contribute to the Gtk-rs Project
6+
project.
617

62-
The Gtk-rs Project is licensed under the MIT license, see the LICENSE file
63-
or <https://opensource.org/licenses/MIT>.
8+
For full authorship information, see the version control history.
649

65-
This project provides interoperability with various GNOME libraries but doesn't
66-
distribute any parts of them. Distributing compiled libraries and executables
67-
that link to those libraries may be subject to terms of the GNU LGPL, see the
68-
LGPL file.
10+
This project provides interoperability with various GNOME libraries but
11+
doesn't distribute any parts of them. Distributing compiled libraries and
12+
executables that link to those libraries may be subject to terms of the GNU
13+
LGPL or other licenses. For more information check the license of each GNOME
14+
library.

LICENSE

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
The MIT License (MIT)
2-
3-
Copyright (c) 2013-2015, The Gtk-rs Project Developers.
4-
51
Permission is hereby granted, free of charge, to any person obtaining a copy
62
of this software and associated documentation files (the "Software"), to deal
73
in the Software without restriction, including without limitation the rights

0 commit comments

Comments
 (0)