]> git.tuebingen.mpg.de Git - adu.git/blobdiff - gcc-compat.h
Add copyright header and COPYING file.
[adu.git] / gcc-compat.h
index 3d5fb28aa45d9ab3d4350a06ad924281ff37bd47..df80001c941142ecb609a68d0a8fc8b66615f7b9 100644 (file)
@@ -1,3 +1,9 @@
+/*
+ * Copyright (C) 2008 Andre Noll <maan@systemlinux.org>
+ *
+ * Licensed under the GPL v2. For licencing details see COPYING.
+ */
+
 # define inline                inline __attribute__ ((always_inline))
 # define __noreturn    __attribute__ ((noreturn))
 # define __malloc      __attribute__ ((malloc))