Shorten GPLv2 licence text in header of each source file
[dockapps/wmnotify.git] / src / pop3.h
index a617f1a..578482b 100644 (file)
@@ -1,4 +1,10 @@
-/* pop3.h */
+/*
+ * pop3.h
+ *
+ * Copyright (C) 2003 Hugo Villeneuve <hugo@hugovil.com>
+ *
+ * This file is released under the GPLv2
+ */
 
 #ifndef POP3_H
 #define POP3_H 1
@@ -12,7 +18,6 @@
 #include <stdlib.h>
 #include <unistd.h>
 
-
 /* Exported variables */
 #undef _SCOPE_
 #ifdef POP3_M
@@ -21,7 +26,6 @@
 #  define _SCOPE_ extern
 #endif
 
-
 #define POP3_ENDL "\r\n" /* CRLF */
 
 #define POP3_CMD_USERNAME "USER"
@@ -32,9 +36,6 @@
 #define POP3_RSP_SUCCESS "+OK"
 #define POP3_RSP_FAILURE "-ERR"
 
-
-int
-POP3_CheckForNewMail( void );
-
+int POP3_CheckForNewMail(void);
 
 #endif /* POP3_H */