grim/reviewboard_jetbrains_hub

Parents 58a9c18a9199
Children 65310b9b1bd0
Add the MIT license and update setup.py to say that MIT is our license
  • +19 -0
    COPYING
  • +1 -1
    setup.py
  • --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/COPYING Wed Jun 17 00:07:23 2020 -0500
    @@ -0,0 +1,19 @@
    +Copyright (c) 2020 Gary Kramlich <grim@reaperworld.com>
    +
    +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.
    --- a/setup.py Wed Jun 17 00:03:13 2020 -0500
    +++ b/setup.py Wed Jun 17 00:07:23 2020 -0500
    @@ -20,7 +20,7 @@
    'jbhub = rbjbhub.extension:JetBrainsHubExtension',
    ],
    },
    - license='GPLv2',
    + license='MIT',
    classifiers=[
    'Development Status :: 4 - Beta',
    'Framework :: Review Board',