~gpo/weblog.lol-build

d15228cb462a2eba046c4871ca548b30daacc55e — Gil Oliveira 1 year, 11 months ago ff4c054
Change license to 0BSD
4 files changed, 14 insertions(+), 18 deletions(-)

M LICENSE
M README.md
M example.build.yml
M secretvars.sh
M LICENSE => LICENSE +11 -15
@@ 1,18 1,14 @@
MIT No Attribution
BSD Zero Clause License

© 2022 Gil Oliveira
Copyright © 2022 Gil Oliveira

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.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.

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 SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

M README.md => README.md +1 -1
@@ 22,7 22,7 @@ by [Gil](https://gil.omg.lol)

TL;DR: Do whatever you want with it, no attribution required (although is always apprecciated :D). You're on your own though, no warranty/support here.

The code in this repository is made available under an MIT No Attribution license. You can read it in [`LICENSE`](LICENSE).
The code in this repository is made available under the BSD Zero Clause License. You can read it in [`LICENSE`](LICENSE).

Improvements are always welcome!


M example.build.yml => example.build.yml +1 -1
@@ 1,4 1,4 @@
// SPDX-License-Identifier: MIT-0
// SPDX-License-Identifier: 0BSD
// ~gpo/weblog.lol-build v1.0

image: ubuntu/lts

M secretvars.sh => secretvars.sh +1 -1
@@ 1,6 1,6 @@
#!/usr/bin/env bash

# SPDX-License-Identifier: MIT-0
# SPDX-License-Identifier: 0BSD
# ~gpo/weblog.lol-build v1.0

set +x