aboutsummaryrefslogtreecommitdiffstats
path: root/pointers.c
diff options
context:
space:
mode:
Diffstat (limited to 'pointers.c')
-rw-r--r--pointers.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/pointers.c b/pointers.c
index 236bcfe..2773f73 100644
--- a/pointers.c
+++ b/pointers.c
@@ -1,4 +1,15 @@
-// Really dodgy memory code... *bows head in shame*
+/*
+ * 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/].
+ */
+
+// Eh??
+
#include <stdio.h>
int main ()