diff options
| -rw-r--r-- | license/licenses.go | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/license/licenses.go b/license/licenses.go index fee58e0..765d2f8 100644 --- a/license/licenses.go +++ b/license/licenses.go @@ -24,11 +24,13 @@ including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not -claim that you wrote the original software. If you use this software -in a product, an acknowledgement in the product documentation would be -appreciated but is not required. + claim that you wrote the original software. If you use this software + in a product, an acknowledgement in the product documentation would be + appreciated but is not required. + 2. Altered source versions must be plainly marked as such, and must not be -misrepresented as being the original software. + misrepresented as being the original software. + 3. This notice may not be removed or altered from any source distribution.` var Unlicense = `This is free and unencumbered software released into the public domain. |
