From 9a45fdd2898b23fc052af717469339221593859a Mon Sep 17 00:00:00 2001 From: Chris Kenst Date: Sun, 15 Apr 2018 14:31:45 -0700 Subject: [PATCH] TC is released under the MIT License --- MIT-LICENSE | 21 +++++++++++++++++++++ README.md | 6 +++++- 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 MIT-LICENSE diff --git a/MIT-LICENSE b/MIT-LICENSE new file mode 100644 index 00000000..d9a5aaed --- /dev/null +++ b/MIT-LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2015-2018 Chris Kenst + +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. diff --git a/README.md b/README.md index c6d8e73b..ae99631d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The list of events is driven by files in the ```_data``` folder - if you have an - CFP is closed - Registration is open - Registration is closed - - Optionally include a link to a conference video playlist. This will only appear for past conferences and can be added directly to the ```past.yml``` file. + - Optionally include a link to a conference video playlist. This will only appear for past conferences and can be added directly to the ```past.yml``` file. - These should be videos from the conference presentations or talks. No marketing videos please. ## Eligible Conferences and Workshops @@ -26,3 +26,7 @@ The list of events is driven by files in the ```_data``` folder - if you have an Focus is a goal of this project and as a result, only conferences, un-conferences and workshops that are specifically for software testing are listed. That means that if a conference covers software testing, but is not specifically for testers, then it is left out. A good rule of thumb for whether a conference should be included is if its name includes either Testing or Test and how it describes itself. + +## License + +TC.org is released under the [MIT License](MIT-LICENSE)