Skip to content

Commit

Permalink
Changing license to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
Shchvova committed Feb 20, 2020
1 parent c53c2ed commit 2d19c1a
Show file tree
Hide file tree
Showing 1,946 changed files with 7,337 additions and 34,263 deletions.
46 changes: 7 additions & 39 deletions FILE_HEADER.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,15 @@

Corona source code files should have following headers

# C/C++
# C/C++/Java

```c
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2018 Corona Labs Inc.
// Contact: [email protected]
//
// This file is part of the Corona game engine.
//
// Commercial License Usage
// Licensees holding valid commercial Corona licenses may use this file in
// accordance with the commercial license agreement between you and
// Corona Labs Inc. For licensing terms and conditions please contact
// [email protected] or visit https://coronalabs.com/com-license
//
// GNU General Public License Usage
// Alternatively, this file may be used under the terms of the GNU General
// Public license version 3. The license is as published by the Free Software
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging
// of this file. Please review the following information to ensure the GNU
// General Public License requirements will
// be met: https://www.gnu.org/licenses/gpl-3.0.html
//
// For overview and more information on licensing please refer to README.md
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: [email protected]
//
//////////////////////////////////////////////////////////////////////////////
```
Expand All @@ -36,26 +20,10 @@ Corona source code files should have following headers
```lua
------------------------------------------------------------------------------
--
-- Copyright (C) 2018 Corona Labs Inc.
-- Contact: [email protected]
--
-- This file is part of the Corona game engine.
--
-- Commercial License Usage
-- Licensees holding valid commercial Corona licenses may use this file in
-- accordance with the commercial license agreement between you and
-- Corona Labs Inc. For licensing terms and conditions please contact
-- [email protected] or visit https://coronalabs.com/com-license
--
-- GNU General Public License Usage
-- Alternatively, this file may be used under the terms of the GNU General
-- Public license version 3. The license is as published by the Free Software
-- Foundation and appearing in the file LICENSE.GPL3 included in the packaging
-- of this file. Please review the following information to ensure the GNU
-- General Public License requirements will
-- be met: https://www.gnu.org/licenses/gpl-3.0.html
--
-- For overview and more information on licensing please refer to README.md
-- For overview and more information on licensing please refer to README.md
-- Home page: https://github.com/coronalabs/corona
-- Contact: [email protected]
--
------------------------------------------------------------------------------
```
623 changes: 0 additions & 623 deletions LICENSE.GPL

This file was deleted.

21 changes: 21 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2020 Corona Labs Inc.

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.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ The easiest and recommended way to get started with Corona is to download binary
Exhaustive Corona API documentation, as well as getting started and more advanced guides are available on [docs.coronalabs.com](http://docs.coronalabs.com).

## Source Code and licensing
Corona is dual-licensed under both a commercial and open source license.
Corona is licensed under [MIT](LICENSE) open source license.

The commercial Corona license gives you the full rights to customize the engine and distribute built apps on your own terms without any open source license obligations. Binary distributions obtained from [coronalabs.com](https://coronalabs.com/) are using this license.
This license gives you the full rights to customize the engine and distribute built apps on your own terms.

Corona is also available under the GPLv3 open source license. Corona open source licensing is ideal for use cases such as open source projects, research or educational purposes. See [LICENSE.GPL](LICENSE.GPL) for full text of GPL license.
Binary distributions obtained from [coronalabs.com](https://coronalabs.com/) may use older license argreement. If you have a copy of previous licensed code or distribution you still must follow license you obtained it was obtained with.

Note that Corona incorporates many libraries, both [third-party](sdk/dmg/Corona3rdPartyLicenses.txt) and made by Corona Labs. They may have different licenses.


## Contributing

If you are willing to improve Corona by contributing code, fork this repository and create a pull request with desired improvements. The project uses [git submodules](https://git-scm.com/book/en/Git-Tools-Submodules), so to clone the whole source code tree run
Expand All @@ -58,7 +59,7 @@ If you are willing to improve Corona by contributing code, fork this repository
git clone --recursive https://github.com/coronalabs/corona.git
```

Due to the dual-licensed nature of Corona distribution, all contributors would have to sign a simple Contributor License Agreement (CLA) to ensure that their code can be part of Corona ecosystem. For more details see [CONTRIBUTING.md](CONTRIBUTING.md).
Due to the open source nature of Corona distribution, all contributors would have to sign a simple Contributor License Agreement (CLA) to ensure that their code can be part of Corona ecosystem. For more details see [CONTRIBUTING.md](CONTRIBUTING.md).

Entry points for each platform are located in the `platform` directory. Refer to README.md files in its subdirectories.

Expand Down
16 changes: 9 additions & 7 deletions bin/mac/buildSettingsToPlist.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
--------------------------------------------------------------------------------
---- buildSettingsToPlist.lua
----
------------------------------------------------------------------------------
--
-- This file is part of the Corona game engine.
-- For overview and more information on licensing please refer to README.md
-- Home page: https://github.com/coronalabs/corona
-- Contact: [email protected]
--
------------------------------------------------------------------------------

---- Amend an app's Info.plist with CoronaSDK specific items.
----
---- Copyright (c) 2014 Corona Labs Inc. All rights reserved.
----
----------------------------------------------------------------------------------

-- add $pwd/../../shared/resource to lua module lookup path
package.path = package.path .. ";" .. arg[0]:match("(.+)/") .. "/../../shared/resource/?.lua"
Expand Down
2 changes: 1 addition & 1 deletion external/remdebug-1.0/src/controller.lua
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ while true do
print("")
print("Corona Debugger")
print("version 1.1")
print("Copyright © 2008-2013 Corona Labs Inc. All rights reserved.")
print("Copyright © 2008-2020 Corona Labs Inc. All rights reserved.")
print("")
print("Portions contain:")
print(" Lua, Copyright © 1994-2008 Lua.org, PUC-Rio.")
Expand Down
22 changes: 3 additions & 19 deletions external/winutil/BrowseDirDialog.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2018 Corona Labs Inc.
// Contact: [email protected]
//
// This file is part of the Corona game engine.
//
// Commercial License Usage
// Licensees holding valid commercial Corona licenses may use this file in
// accordance with the commercial license agreement between you and
// Corona Labs Inc. For licensing terms and conditions please contact
// [email protected] or visit https://coronalabs.com/com-license
//
// GNU General Public License Usage
// Alternatively, this file may be used under the terms of the GNU General
// Public license version 3. The license is as published by the Free Software
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging
// of this file. Please review the following information to ensure the GNU
// General Public License requirements will
// be met: https://www.gnu.org/licenses/gpl-3.0.html
//
// For overview and more information on licensing please refer to README.md
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: [email protected]
//
//////////////////////////////////////////////////////////////////////////////

Expand Down
22 changes: 3 additions & 19 deletions external/winutil/BrowseDirDialog.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2018 Corona Labs Inc.
// Contact: [email protected]
//
// This file is part of the Corona game engine.
//
// Commercial License Usage
// Licensees holding valid commercial Corona licenses may use this file in
// accordance with the commercial license agreement between you and
// Corona Labs Inc. For licensing terms and conditions please contact
// [email protected] or visit https://coronalabs.com/com-license
//
// GNU General Public License Usage
// Alternatively, this file may be used under the terms of the GNU General
// Public license version 3. The license is as published by the Free Software
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging
// of this file. Please review the following information to ensure the GNU
// General Public License requirements will
// be met: https://www.gnu.org/licenses/gpl-3.0.html
//
// For overview and more information on licensing please refer to README.md
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: [email protected]
//
//////////////////////////////////////////////////////////////////////////////

Expand Down
22 changes: 3 additions & 19 deletions librtt/Core/Rtt_Allocator.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2018 Corona Labs Inc.
// Contact: [email protected]
//
// This file is part of the Corona game engine.
//
// Commercial License Usage
// Licensees holding valid commercial Corona licenses may use this file in
// accordance with the commercial license agreement between you and
// Corona Labs Inc. For licensing terms and conditions please contact
// [email protected] or visit https://coronalabs.com/com-license
//
// GNU General Public License Usage
// Alternatively, this file may be used under the terms of the GNU General
// Public license version 3. The license is as published by the Free Software
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging
// of this file. Please review the following information to ensure the GNU
// General Public License requirements will
// be met: https://www.gnu.org/licenses/gpl-3.0.html
//
// For overview and more information on licensing please refer to README.md
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: [email protected]
//
//////////////////////////////////////////////////////////////////////////////

Expand Down
22 changes: 3 additions & 19 deletions librtt/Core/Rtt_Allocator.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2018 Corona Labs Inc.
// Contact: [email protected]
//
// This file is part of the Corona game engine.
//
// Commercial License Usage
// Licensees holding valid commercial Corona licenses may use this file in
// accordance with the commercial license agreement between you and
// Corona Labs Inc. For licensing terms and conditions please contact
// [email protected] or visit https://coronalabs.com/com-license
//
// GNU General Public License Usage
// Alternatively, this file may be used under the terms of the GNU General
// Public license version 3. The license is as published by the Free Software
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging
// of this file. Please review the following information to ensure the GNU
// General Public License requirements will
// be met: https://www.gnu.org/licenses/gpl-3.0.html
//
// For overview and more information on licensing please refer to README.md
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: [email protected]
//
//////////////////////////////////////////////////////////////////////////////

Expand Down
22 changes: 3 additions & 19 deletions librtt/Core/Rtt_Array.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2018 Corona Labs Inc.
// Contact: [email protected]
//
// This file is part of the Corona game engine.
//
// Commercial License Usage
// Licensees holding valid commercial Corona licenses may use this file in
// accordance with the commercial license agreement between you and
// Corona Labs Inc. For licensing terms and conditions please contact
// [email protected] or visit https://coronalabs.com/com-license
//
// GNU General Public License Usage
// Alternatively, this file may be used under the terms of the GNU General
// Public license version 3. The license is as published by the Free Software
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging
// of this file. Please review the following information to ensure the GNU
// General Public License requirements will
// be met: https://www.gnu.org/licenses/gpl-3.0.html
//
// For overview and more information on licensing please refer to README.md
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: [email protected]
//
//////////////////////////////////////////////////////////////////////////////

Expand Down
22 changes: 3 additions & 19 deletions librtt/Core/Rtt_Array.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2018 Corona Labs Inc.
// Contact: [email protected]
//
// This file is part of the Corona game engine.
//
// Commercial License Usage
// Licensees holding valid commercial Corona licenses may use this file in
// accordance with the commercial license agreement between you and
// Corona Labs Inc. For licensing terms and conditions please contact
// [email protected] or visit https://coronalabs.com/com-license
//
// GNU General Public License Usage
// Alternatively, this file may be used under the terms of the GNU General
// Public license version 3. The license is as published by the Free Software
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging
// of this file. Please review the following information to ensure the GNU
// General Public License requirements will
// be met: https://www.gnu.org/licenses/gpl-3.0.html
//
// For overview and more information on licensing please refer to README.md
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: [email protected]
//
//////////////////////////////////////////////////////////////////////////////

Expand Down
22 changes: 3 additions & 19 deletions librtt/Core/Rtt_ArrayTuple.cpp
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2018 Corona Labs Inc.
// Contact: [email protected]
//
// This file is part of the Corona game engine.
//
// Commercial License Usage
// Licensees holding valid commercial Corona licenses may use this file in
// accordance with the commercial license agreement between you and
// Corona Labs Inc. For licensing terms and conditions please contact
// [email protected] or visit https://coronalabs.com/com-license
//
// GNU General Public License Usage
// Alternatively, this file may be used under the terms of the GNU General
// Public license version 3. The license is as published by the Free Software
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging
// of this file. Please review the following information to ensure the GNU
// General Public License requirements will
// be met: https://www.gnu.org/licenses/gpl-3.0.html
//
// For overview and more information on licensing please refer to README.md
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: [email protected]
//
//////////////////////////////////////////////////////////////////////////////

Expand Down
22 changes: 3 additions & 19 deletions librtt/Core/Rtt_ArrayTuple.h
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
//////////////////////////////////////////////////////////////////////////////
//
// Copyright (C) 2018 Corona Labs Inc.
// Contact: [email protected]
//
// This file is part of the Corona game engine.
//
// Commercial License Usage
// Licensees holding valid commercial Corona licenses may use this file in
// accordance with the commercial license agreement between you and
// Corona Labs Inc. For licensing terms and conditions please contact
// [email protected] or visit https://coronalabs.com/com-license
//
// GNU General Public License Usage
// Alternatively, this file may be used under the terms of the GNU General
// Public license version 3. The license is as published by the Free Software
// Foundation and appearing in the file LICENSE.GPL3 included in the packaging
// of this file. Please review the following information to ensure the GNU
// General Public License requirements will
// be met: https://www.gnu.org/licenses/gpl-3.0.html
//
// For overview and more information on licensing please refer to README.md
// For overview and more information on licensing please refer to README.md
// Home page: https://github.com/coronalabs/corona
// Contact: [email protected]
//
//////////////////////////////////////////////////////////////////////////////

Expand Down
Loading

0 comments on commit 2d19c1a

Please sign in to comment.