Added license declarations to some files that were missing it
[citadel.git] / citadel / textclient / screen.h
index 825a550a4d09a0ccd52669d6513767e500b8620e..8e057964617e9097164efab34bdb2358ff833008 100644 (file)
@@ -1,5 +1,16 @@
-
-/* client code may need the ERR define: */
+/*
+ * client code may need the ERR define
+ *
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ */
 
 void screen_new(void);
 int scr_printf(char *fmt, ...);