diff --git a/LICENSE b/LICENSE index a424fad..942d0ca 100644 --- a/LICENSE +++ b/LICENSE @@ -1,27 +1,28 @@ - GLWTS(Good Luck With That Shit) Public License - Copyright (c) Every-fucking-one, except the Author +Copyright (c) 2024, Christian Ditaputratama -Everyone is permitted to copy, distribute, modify, merge, sell, publish, -sublicense or whatever the fuck they want with this software but at their -OWN RISK. +All rights reserved. - Preamble +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: -The author has absolutely no fucking clue what the code in this project -does. It might just fucking work or not, there is no third option. +1. Redistributions of source code must retain the above copyright notice, this +list of conditions and the following disclaimer. +2. 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. - GOOD LUCK WITH THAT SHIT PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION, AND MODIFICATION - - 0. You just DO WHATEVER THE FUCK YOU WANT TO as long as you NEVER LEAVE -A FUCKING TRACE TO TRACK THE AUTHOR of the original product to blame for -or hold responsible. - -IN NO EVENT SHALL THE AUTHORS 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. - -Good luck and Godspeed. +3. Neither the name of the copyright holder 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. diff --git a/internal/handler/views/layout.templ b/internal/handler/views/layout.templ index b1fec1c..07ec568 100644 --- a/internal/handler/views/layout.templ +++ b/internal/handler/views/layout.templ @@ -48,7 +48,7 @@ templ base(m Meta) { diff --git a/internal/handler/views/layout_templ.go b/internal/handler/views/layout_templ.go index c40ecc0..4b55c46 100644 --- a/internal/handler/views/layout_templ.go +++ b/internal/handler/views/layout_templ.go @@ -218,7 +218,7 @@ func base(m Meta) templ.Component { if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err } - _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(", source code licensed under GLWTPL.

") + _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(", source code licensed under BSD-3-Clause license.

") if templ_7745c5c3_Err != nil { return templ_7745c5c3_Err }