Adjusted paramhandling to accept parameters with empty values (which is legal)
[citadel.git] / webcit / calendar.h
index a5571a0e49c98dff0e7afef05a606356d83965d2..ee1f8bc6a061a0f7ddcfe196eb810470c364bf9e 100644 (file)
@@ -1,19 +1,13 @@
 /*
- * Copyright (c) 1996-2012 by the citadel.org team
+ * Copyright (c) 1996-2013 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.
- *
- * 
- * 
- * 
  */
 
 #ifndef __CALENDAR_H__