From: Aaron Taylor Date: Mon, 3 May 2021 20:43:16 +0000 (-0700) Subject: Updated license and added hint to obfuscated file. X-Git-Url: http://git.subgeniuskitty.com/obfuscated-c/.git/commitdiff_plain/a9f8147c05421647678c0f328a9f9959c56a1cc9 Updated license and added hint to obfuscated file. --- diff --git a/001/Makefile b/001/Makefile index 7a39a62..e156f1a 100644 --- a/001/Makefile +++ b/001/Makefile @@ -1,3 +1,8 @@ +############################################################# +# (c) 2020 Aaron Taylor # +# See LICENSE.txt file for copyright and license details. # +############################################################# + # Uncomment these lines to use GCC. CC := gcc CC_OPTS := -trigraphs -w @@ -6,7 +11,7 @@ CC_OPTS := -trigraphs -w #CC := cc #CC_OPTS := -trigraphs -Wno-everything -################################################################################ +############################################################# all: @$(CC) $(CC_OPTS) -o main main.c diff --git a/001/main.c b/001/main.c index 8476744..4dbedf4 100644 --- a/001/main.c +++ b/001/main.c @@ -1,3 +1,8 @@ +/* (c) 2020 Aaron Taylor */ +/* See LICENSE.txt file for copyright and license details. */ + +/* ROT13 Solution: Gur cebtenz cevagf "Uryyb, Jbeyq!" ba fgqbhg. */ + #include #include #include diff --git a/LICENSE.txt b/LICENSE.txt index d573ee6..73a8e21 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,2 +1,21 @@ -(c) 2020 Aaron Taylor -All rights reserved. +MIT/X Consortium License + +© 2021 Aaron Taylor + +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.