Skip to content

Commit

Permalink
Update copyright GPLv3+
Browse files Browse the repository at this point in the history
  • Loading branch information
ArdeshirV committed Apr 8, 2019
1 parent 17fabc9 commit 72b2392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion I_wrote_a_virus_code.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** I_wrote_a_virus_code.c - My own virus against myself! It's just a joke.
** Copyright (c) 2019 ardeshirv@protonmail.com, Licensed under GPLv3 **/
** Copyright (c) 2019 ardeshirv@protonmail.com, Licensed under GPLv3+ **/
#include <stdio.h>
#include <string.h>

Expand All @@ -16,3 +16,4 @@ int main(int argc, char **argv) {
printf(charArrOut, charBuffLine, charMsg, charBuffLine);
return getchar();
}

0 comments on commit 72b2392

Please sign in to comment.