| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,41 @@ | |||
| 1 | + # Credits | ||
| 2 | + | ||
| 3 | + ## Development Lead | ||
| 4 | + | ||
| 5 | + - Barton Cline ([@BartonCline](https://github.com/BartonCline)) | ||
| 6 | + - Benedikt Reinartz ([@filmor](https://github.com/filmor)) | ||
| 7 | + - Brian Lloyd ([@brianlloyd](https://github.com/brianlloyd)) | ||
| 8 | + - David Anthoff ([@davidanthoff](https://github.com/davidanthoff)) | ||
| 9 | + - Denis Akhiyarov ([@denfromufa](https://github.com/denfromufa)) | ||
| 10 | + - Tony Roberts ([@tonyroberts](https://github.com/tonyroberts)) | ||
| 11 | + - Victor Uriarte ([@vmuriart](https://github.com/vmuriart)) | ||
| 12 | + | ||
| 13 | + ## Contributors | ||
| 14 | + | ||
| 15 | + - Bradley Friedman ([@leith-bartrich](https://github.com/leith-bartrich)) | ||
| 16 | + - Christian Heimes ([@tiran](https://github.com/tiran)) | ||
| 17 | + - Christoph Gohlke ([@cgohlke](https://github.com/cgohlke)) | ||
| 18 | + - Daniel Santana ([@dgsantana](https://github.com/dgsantana)) | ||
| 19 | + - David Lechner ([@dlech](https://github.com/dlech)) | ||
| 20 | + - He-chien Tsai ([@t3476](https://github.com/t3476)) | ||
| 21 | + - Jeff Reback ([@jreback](https://github.com/jreback)) | ||
| 22 | + - Joe Frayne ([@jfrayne](https://github.com/jfrayne)) | ||
| 23 | + - John Burnett ([@johnburnett](https://github.com/johnburnett)) | ||
| 24 | + - Luke Stratman ([@lstratman](https://github.com/lstratman)) | ||
| 25 | + - Matthias Dittrich ([@matthid](https://github.com/matthid)) | ||
| 26 | + - Patrick Stewart ([@patstew](https://github.com/patstew)) | ||
| 27 | + - Raphael Nestler ([@rnestler](https://github.com/rnestler)) | ||
| 28 | + - Sam Winstanley ([@swinstanley](https://github.com/swinstanley)) | ||
| 29 | + - Sean Freitag ([@cowboygneox](https://github.com/cowboygneox)) | ||
| 30 | + - Serge Weinstock ([@sweinst](https://github.com/sweinst)) | ||
| 31 | + - Virgil Dupras ([@hsoft](https://github.com/hsoft)) | ||
| 32 | + - Xavier Dupré ([@sdpython](https://github.com/sdpython)) | ||
| 33 | + - Zane Purvis ([@zanedp](https://github.com/zanedp)) | ||
| 34 | + - ([@ArvidJB](https://github.com/ArvidJB)) | ||
| 35 | + - ([@bltribble](https://github.com/bltribble)) | ||
| 36 | + - ([@dmitriyse](https://github.com/dmitriyse)) | ||
| 37 | + - ([@fdanny](https://github.com/fdanny)) | ||
| 38 | + - ([@omnicognate](https://github.com/omnicognate)) | ||
| 39 | + - ([@rico-chet](https://github.com/rico-chet)) | ||
| 40 | + - ([@rmadsen-ks](https://github.com/rmadsen-ks)) | ||
| 41 | + - ([@stonebig](https://github.com/stonebig)) | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -3,6 +3,9 @@ | |||
| 3 | 3 | PythonNet is developed and maintained by unpaid community members so well | |
| 4 | 4 | written, documented and tested pull requests are encouraged. | |
| 5 | 5 | ||
| 6 | + By submitting a pull request for this project, you agree to license your | ||
| 7 | + contribution under the MIT license to this project. | ||
| 8 | + | ||
| 6 | 9 | ## Getting Started | |
| 7 | 10 | ||
| 8 | 11 | * Make sure you have a [GitHub account](https://github.com/signup/free) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,59 +1,21 @@ | |||
| 1 | - Zope Public License (ZPL) Version 2.0 | ||
| 2 | - ----------------------------------------------- | ||
| 3 | - | ||
| 4 | - This software is Copyright (c) Zope Corporation (tm) and | ||
| 5 | - Contributors. All rights reserved. | ||
| 6 | - | ||
| 7 | - This license has been certified as open source. It has also | ||
| 8 | - been designated as GPL compatible by the Free Software | ||
| 9 | - Foundation (FSF). | ||
| 10 | - | ||
| 11 | - Redistribution and use in source and binary forms, with or | ||
| 12 | - without modification, are permitted provided that the | ||
| 13 | - following conditions are met: | ||
| 14 | - | ||
| 15 | - 1. Redistributions in source code must retain the above | ||
| 16 | - copyright notice, this list of conditions, and the following | ||
| 17 | - disclaimer. | ||
| 18 | - | ||
| 19 | - 2. Redistributions in binary form must reproduce the above | ||
| 20 | - copyright notice, this list of conditions, and the following | ||
| 21 | - disclaimer in the documentation and/or other materials | ||
| 22 | - provided with the distribution. | ||
| 23 | - | ||
| 24 | - 3. The name Zope Corporation (tm) must not be used to | ||
| 25 | - endorse or promote products derived from this software | ||
| 26 | - without prior written permission from Zope Corporation. | ||
| 27 | - | ||
| 28 | - 4. The right to distribute this software or to use it for | ||
| 29 | - any purpose does not give you the right to use Servicemarks | ||
| 30 | - (sm) or Trademarks (tm) of Zope Corporation. Use of them is | ||
| 31 | - covered in a separate agreement (see | ||
| 32 | - http://www.zope.com/Marks). | ||
| 33 | - | ||
| 34 | - 5. If any files are modified, you must cause the modified | ||
| 35 | - files to carry prominent notices stating that you changed | ||
| 36 | - the files and the date of any change. | ||
| 37 | - | ||
| 38 | - Disclaimer | ||
| 39 | - | ||
| 40 | - THIS SOFTWARE IS PROVIDED BY ZOPE CORPORATION ``AS IS'' | ||
| 41 | - AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT | ||
| 42 | - NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY | ||
| 43 | - AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN | ||
| 44 | - NO EVENT SHALL ZOPE CORPORATION OR ITS CONTRIBUTORS BE | ||
| 45 | - LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, | ||
| 46 | - EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 47 | - LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | ||
| 48 | - LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | ||
| 49 | - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN | ||
| 50 | - CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE | ||
| 51 | - OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS | ||
| 52 | - SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | ||
| 53 | - DAMAGE. | ||
| 54 | - | ||
| 55 | - | ||
| 56 | - This software consists of contributions made by Zope | ||
| 57 | - Corporation and many individuals on behalf of Zope | ||
| 58 | - Corporation. Specific attributions are listed in the | ||
| 59 | - accompanying credits file. | ||
| 1 | + MIT License | ||
| 2 | + | ||
| 3 | + Copyright (c) 2017 the contributors of the "Python for .NET" project | ||
| 4 | + | ||
| 5 | + Permission is hereby granted, free of charge, to any person obtaining a | ||
| 6 | + copy of this software and associated documentation files (the "Software"), | ||
| 7 | + to deal in the Software without restriction, including without limitation | ||
| 8 | + the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
| 9 | + and/or sell copies of the Software, and to permit persons to whom the | ||
| 10 | + Software is furnished to do so, subject to the following conditions: | ||
| 11 | + | ||
| 12 | + The above copyright notice and this permission notice shall be included | ||
| 13 | + in all copies or substantial portions of the Software. | ||
| 14 | + | ||
| 15 | + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS | ||
| 16 | + OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| 17 | + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | ||
| 18 | + THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| 19 | + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | ||
| 20 | + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | ||
| 21 | + DEALINGS IN THE SOFTWARE. | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -345,7 +345,7 @@ def _get_interop_filename(): | |||
| 345 | 345 | 'Programming Language :: Python :: 3.5', | |
| 346 | 346 | 'Programming Language :: Python :: 3.6', | |
| 347 | 347 | 'Programming Language :: C#', | |
| 348 | - 'License :: OSI Approved :: Zope Public License', | ||
| 348 | + 'License :: OSI Approved :: MIT License', | ||
| 349 | 349 | 'Development Status :: 5 - Production/Stable', | |
| 350 | 350 | 'Intended Audience :: Developers', | |
| 351 | 351 | 'Operating System :: Microsoft :: Windows', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,6 +13,6 @@ | |||
| 13 | 13 | [assembly: PermissionSetAttribute(SecurityAction.RequestMinimum, | |
| 14 | 14 | Name = "FullTrust")] | |
| 15 | 15 | [assembly: AssemblyDescriptionAttribute("")] | |
| 16 | - [assembly: AssemblyCopyrightAttribute("Zope Public License, Version 2.0 (ZPL)")] | ||
| 16 | + [assembly: AssemblyCopyrightAttribute("MIT License")] | ||
| 17 | 17 | [assembly: AssemblyFileVersionAttribute("2.0.0.4")] | |
| 18 | 18 | [assembly: NeutralResourcesLanguageAttribute("en")] | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -8,7 +8,7 @@ | |||
| 8 | 8 | [assembly: AssemblyDefaultAliasAttribute("Python.Runtime.dll")] | |
| 9 | 9 | [assembly: CLSCompliant(true)] | |
| 10 | 10 | [assembly: ComVisible(false)] | |
| 11 | - [assembly: AssemblyCopyrightAttribute("Zope Public License, Version 2.0 (ZPL)")] | ||
| 11 | + [assembly: AssemblyCopyrightAttribute("MIT License")] | ||
| 12 | 12 | [assembly: AssemblyFileVersionAttribute("2.0.0.2")] | |
| 13 | 13 | [assembly: NeutralResourcesLanguageAttribute("en")] | |
| 14 | 14 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments