Copyright and License

Send email with questions/requests for this page
×

Copyright

The software in these repos are copyrighted by me (John Arrizza). The LICENSE.txt file specifies the year the copyright starts. For example, this shows that the repo was made public in 2024.

Copyright (c) since 2024: xplat-utils-ut Python App
description: xplat-utils Unit Tests
author:      J. Arrizza   email: cppgent0@gmail.com
  • The "2024" indicates this is the year the repo was made public
  • The "xplat-utils-ut" is an example repo name (aka as a "slug"), typically the same name in the bitbucket.org git server.
  • The "Python App" is an example repo type.
  • The "description" is a short description of what the repo does.
  • The "author" is the person who holds the copyright (me).
  • The "email" is the email for that person.

Note all source files and scripts may not have an explicit copyright notice in them, but they are still covered by copyright.

License.txt

All of the repos reference here have a LICENSE.txt file.

MIT License

Copyright (c) <see above>
description:  <see above>
author:       <see above>

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.

The second paragraph above indicates that, if you do copy a source file, script or any other files from the rep, you will need to embed the copyright notice and the rest of the MIT license into that file.

- John Arrizza