Shorten GPLv2 licence text in header of each source file
[dockapps/wmnotify.git] / src / common.h
index e8ee901..b1517f2 100644 (file)
@@ -1,4 +1,10 @@
-/* common.h */
+/*
+ * common.h
+ *
+ * Copyright (C) 2003 Hugo Villeneuve <hugo@hugovil.com>
+ *
+ * This file is released under the GPLv2
+ */
 
 #ifndef COMMON_H
 #define COMMON_H 1
 #define STREQ_LEN(a, b, c) (strncmp((a), (b), (c)) == 0)
 
 
-inline void
-ErrorLocation( const char *file, int line );
+inline void ErrorLocation(const char *file, int line);
 
-/*@out@*/ /*@only@*/
-void *
-xmalloc( size_t size, const char *filename, int line_number );
+         /*@out@*//*@only@ */
+void *xmalloc(size_t size, const char *filename, int line_number);
 
 
-#endif /* COMMON_H */
+#endif                         /* COMMON_H */