No more robots.txt, we now welcome spiders
[citadel.git] / webcit / webserver.c
index 87b83afad5b71d5a5e9987f265e28c6e47d3fb01..0fcb030f5ba24b07885939c46ab2917216c4186d 100644 (file)
@@ -4,8 +4,20 @@
  * connection is established, it calls context_loop() from context_loop.c.
  *
  * Copyright (c) 1996-2010 by the citadel.org developers.
- * This program is released under the terms of the GNU General Public License v3.
  *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * 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.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
 #include "webcit.h"