--- a/compliteral.c
+++ b/compliteral.c
@@ -1,6 +1,6 @@
/**
- * Compont literals in C aka anonymous arrays
- *
+ * Compound literals in C aka anonymous arrays
+ * Copyright (C) 2008 Markus Broeker
*/
#include <stdio.h>
--- a/fun.c
+++ b/fun.c
@@ -1,3 +1,8 @@
+/**
+ * fun.c
+ * Copyright (C) 2010 Unknown IRC User
+ */
+
#include <stdio.h>
int main (void)
--- a/function_pointers.c
+++ b/function_pointers.c
@@ -1,5 +1,6 @@
/**
* function_pointers.c
+ * Copyright (C) 2009 Markus Broeker
*/
#include <stdio.h>
--- a/getbits.c
+++ b/getbits.c
@@ -1,8 +1,8 @@
/**
* getbits.c
* Copyright (C) 2010 Markus Broeker
- *
*/
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
--- a/numbers.c
+++ b/numbers.c
@@ -1,3 +1,8 @@
+/**
+ * numbers.c
+ * Copyright (C) 2008 Markus Broeker
+ */
+
#include <stdio.h>
#include <stdlib.h>
--- a/pipe.c
+++ b/pipe.c
@@ -1,7 +1,6 @@
/**
* pipe.c
* Copyright (C) 2009 Markus Broeker
- *
*/
#include <stdio.h>