miguelgfierro / scripts

A collection of useful shell scripts for Linux, Windows & Mac

Home Page:https://miguelgfierro.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update license

miguelgfierro opened this issue · comments

MIT: https://tldrlegal.com/license/mit-license Basically it means that anybody can use my code but I won't be liable/responsible for it.

Apache 2: https://tldrlegal.com/license/apache-license-2.0-(apache-2.0). Anybody can use my code. I won't be liable for it and nobody can use my name/trademark to promote their code. You have to maintain license, contributors and state changes.

BSD-0: https://tldrlegal.com/license/bsd-0-clause-license. Anybody can use my code. I won't be liable for it and you don't need to add the license

BSD-2: https://tldrlegal.com/license/bsd-2-clause-license-(freebsd). Identical to MIT

BSD-3: https://tldrlegal.com/license/bsd-3-clause-license-(revised). Code free to use. No liable and no trademark. Maintain copyright and license.

BSD-4: https://tldrlegal.com/license/4-clause-bsd. Idem to BSD-3 but you have to give credit to the author.

It is not clear if you have to update the year in the copyright. Some people say you should update the year if you have made changes and some people say that it is only necessary to add the year of the first creation.

Tensorflow, caffe updated the license every year. Facebook in fastText use BSD-3 with initial year until present.

Finally updated to BSD-3:
Here the text:

BSD License

Copyright (c) 2009-present, Miguel González-Fierro. All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

 * Redistributions of source code must retain the above copyright notice, this
   list of conditions and the following disclaimer.

 * Redistributions in binary form must reproduce the above copyright notice,
   this list of conditions and the following disclaimer in the documentation
   and/or other materials provided with the distribution.

 * Neither the name Miguel González-Fierro nor the names of its contributors may be used to
   endorse or promote products derived from this software without specific
   prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.