]> git.pond.sub.org Git - empserver/blobdiff - src/lib/global/news.c
Update copyright notice
[empserver] / src / lib / global / news.c
index e0bde95a6ea223801979abc49720f372793f9602..13fc311fe42d439baef75bc6f8cde9696d4ef849 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2006, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2009, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                           Ken Stevens, Steve McClure
  *
  *  This program is free software; you can redistribute it and/or modify
@@ -26,9 +26,9 @@
  *  ---
  *
  *  news.c: News item characteristics
- * 
+ *
  *  Known contributors to this file:
- *     
+ *
  */
 
 /*
 
 #include <config.h>
 
-#include "misc.h"
 #include "news.h"
 
-char *page_headings[] = {
-/* not used */ "Comics",
-/* N_FOR    */ "Foreign Affairs",
-/* N_FRONT  */ "The Front Line",
-/* N_SEA    */ "The High Seas",
-/* N_SKY    */ "Sky Watch",
-/* N_MISS   */ "Guidance Systems",
-/* N_ARTY   */ "Firestorms",
-/* N_ECON   */ "Business & Economics",
-/* N_COLONY */ "The Frontier",
-/* N_HOME   */ "The Home Front",
-/* N_SPY    */ "Espionage",
-/* N_TELE   */ "Telecommunications"
-};
-
 static char no_news[] = "does nothing in particular to %s";
 
 struct rptstr rpt[] = {