Skip to content

Commit 921deba

Browse files
committed
changes the license from BSD to MIT before moving repository to cucumber organization
1 parent 210a7c7 commit 921deba

File tree

3 files changed

+24
-29
lines changed

3 files changed

+24
-29
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change LOG
22

3+
**2020-01-31**
4+
- change license to MIT and moving project repository to **cucumber**
5+
organization.
6+
37
**2018-11-16**
48
- added formatter output test suite, currently mainly pretty format
59
tested.

LICENSE

+17-24
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,21 @@
1-
The three clause BSD license (http://en.wikipedia.org/wiki/BSD_licenses)
1+
The MIT License (MIT)
22

3-
Copyright (c) 2015-2019, DATA-DOG team
4-
All rights reserved.
3+
Copyright (c) SmartBeaR
54

6-
Redistribution and use in source and binary forms, with or without
7-
modification, are permitted provided that the following conditions are met:
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
811

9-
* Redistributions of source code must retain the above copyright notice, this
10-
list of conditions and the following disclaimer.
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
1114

12-
* Redistributions in binary form must reproduce the above copyright notice,
13-
this list of conditions and the following disclaimer in the documentation
14-
and/or other materials provided with the distribution.
15-
16-
* The name DataDog.lt may not be used to endorse or promote products
17-
derived from this software without specific prior written permission.
18-
19-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
20-
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
22-
DISCLAIMED. IN NO EVENT SHALL MICHAEL BOSTOCK BE LIABLE FOR ANY DIRECT,
23-
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
24-
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25-
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
26-
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
27-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
28-
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -366,15 +366,13 @@ and will be treated cautiously.
366366

367367
## License
368368

369-
**Godog** is licensed under the [three clause BSD license][license]
370-
371-
**Gherkin** is licensed under the [MIT][gherkin-license] and developed as
369+
**Godog** is licensed under the [MIT][license]
370+
**Gherkin** is licensed under the [MIT][license] and developed as
372371
a part of the [cucumber project][cucumber]
373372

374373
[godoc]: http://godoc.org/github.com/DATA-DOG/godog "Documentation on godoc"
375374
[golang]: https://golang.org/ "GO programming language"
376375
[behat]: http://docs.behat.org/ "Behavior driven development framework for PHP"
377376
[cucumber]: https://cucumber.io/ "Behavior driven development framework"
378377
[gherkin]: https://github.com/cucumber/gherkin-go "Gherkin3 parser for GO"
379-
[gherkin-license]: https://en.wikipedia.org/wiki/MIT_License "The MIT license"
380-
[license]: http://en.wikipedia.org/wiki/BSD_licenses "The three clause BSD license"
378+
[license]: https://en.wikipedia.org/wiki/MIT_License "The MIT license"

0 commit comments

Comments
 (0)