Updated license and added hint to obfuscated file.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 3 May 2021 20:43:16 +0000 (13:43 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 3 May 2021 20:43:16 +0000 (13:43 -0700)
001/Makefile
001/main.c
LICENSE.txt

index 7a39a62..e156f1a 100644 (file)
@@ -1,3 +1,8 @@
+#############################################################
+# (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com> #
+# See LICENSE.txt file for copyright and license details.   #
+#############################################################
+
 # Uncomment these lines to use GCC.
 CC      := gcc
 CC_OPTS := -trigraphs -w
 # 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
 
 #CC      := cc
 #CC_OPTS := -trigraphs -Wno-everything
 
-################################################################################
+#############################################################
 
 all:
        @$(CC) $(CC_OPTS) -o main main.c
 
 all:
        @$(CC) $(CC_OPTS) -o main main.c
index 8476744..4dbedf4 100644 (file)
@@ -1,3 +1,8 @@
+/* (c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com>   */
+/* See LICENSE.txt file for copyright and license details.     */
+
+/* ROT13 Solution: Gur cebtenz cevagf "Uryyb, Jbeyq!" ba fgqbhg. */
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdbool.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdbool.h>
index d573ee6..73a8e21 100644 (file)
@@ -1,2 +1,21 @@
-(c) 2020 Aaron Taylor <ataylor at subgeniuskitty dot com>
-All rights reserved.
+MIT/X Consortium License
+
+© 2021 Aaron Taylor <ataylor at subgeniuskitty dot com>
+
+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.