aboutsummaryrefslogtreecommitdiffstats
path: root/hello-world.c
diff options
context:
space:
mode:
Diffstat (limited to 'hello-world.c')
-rw-r--r--hello-world.c14
1 files changed, 12 insertions, 2 deletions
diff --git a/hello-world.c b/hello-world.c
index da7675c..fe975ed 100644
--- a/hello-world.c
+++ b/hello-world.c
@@ -1,5 +1,15 @@
-// I was originally ashamed of putting this here, But this is a "c-stuff" folder after all.
-// Don't always expect advanced stuff.
+/*
+ * Hello World.
+ *
+ * Copyright (C) 2014 Tomasz Kramkowski <tk@the-tk.com>
+ *
+ * This program is free software. It is licensed under version 3 of the
+ * GNU General Public License.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see [http://www.gnu.org/licenses/].
+ */
+
#include <stdio.h>
int main() {