diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..d2e9677 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,58 @@ +The Gtk-rs Project is copyright 2013-2015, The Gtk-rs Project Developers: + +Adam Crume +Anton Konjahin +Arne Dussin +Boden Garman +Brian Kropf +Chris Greenaway +Chris Palmer +Corey Farwell +Daniel Zalevskiy +David Li +Edward Shaw +Esption +Evgenii Pashkin +Geoffrey French +Gleb Kozyrev +Glenn Watson +Guillaume Gomez +Gulshan Singh +Jakob Gillich +James Shepherdson +Jeremy Letang +John Vrbanac +kennytm +Laurence Tratt +Lionel Flandrin +Lucas Werkmeister +Lukas Diekmann +Mathijs Henquet +Maxwell Koo +mitaa +Nick Herman +Nicolas Koch +Oliver Schneider +Ömer Sinan Ağacan +Paul Dennis +Philipp Brüschweiler +Robertas +Romain Gauthier +S.J.R. van Schaik +Sebastian Schulze +Simon Sapin +Steve Klabnik +Tobias Bales +trolleyman +Umur Gedik +Vojtech Kral +Zach Oakes +Zach Ploskey + +The Gtk-rs Project is licensed under the MIT license, see the LICENSE file +or . + +This project provides interoperability with various GNOME libraries but doesn't +distribute any parts of them. Distributing compiled libraries and executables +that link to those libraries may be subject to terms of the GNU LGPL, see the +LGPL file. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..8b6bf48 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2013-2015, The Gtk-rs Project Developers. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. +