Copyrights/licenses for routing code
authorTom Henderson <tomh@tomh.org>
Tue, 11 Sep 2007 22:46:29 -0700
changeset 1457 562a7017ed93
parent 1456 7372ff049e61
child 1458 b23ca2c2d8e6
Copyrights/licenses for routing code
src/routing/global-routing/candidate-queue.cc
src/routing/global-routing/candidate-queue.h
src/routing/global-routing/global-route-manager-impl.cc
src/routing/global-routing/global-route-manager-impl.h
src/routing/global-routing/global-route-manager.cc
src/routing/global-routing/global-route-manager.h
src/routing/global-routing/global-router-interface.cc
src/routing/global-routing/global-router-interface.h
--- a/src/routing/global-routing/candidate-queue.cc	Tue Sep 11 22:40:04 2007 -0700
+++ b/src/routing/global-routing/candidate-queue.cc	Tue Sep 11 22:46:29 2007 -0700
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright 2007 University of Washington
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
@@ -12,6 +14,8 @@
  * 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
+ *
+ * Author:  Craig Dowell (craigdo@ee.washington.edu)
  */
 
 #include "ns3/debug.h"
--- a/src/routing/global-routing/candidate-queue.h	Tue Sep 11 22:40:04 2007 -0700
+++ b/src/routing/global-routing/candidate-queue.h	Tue Sep 11 22:46:29 2007 -0700
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright 2007 University of Washington
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
@@ -12,6 +14,8 @@
  * 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
+ *
+ * Author:  Craig Dowell (craigdo@ee.washington.edu)
  */
 
 #ifndef CANDIDATE_QUEUE_H
--- a/src/routing/global-routing/global-route-manager-impl.cc	Tue Sep 11 22:40:04 2007 -0700
+++ b/src/routing/global-routing/global-route-manager-impl.cc	Tue Sep 11 22:46:29 2007 -0700
@@ -1,5 +1,8 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright 2007 University of Washington
+ * Copyright (C) 1999, 2000 Kunihiro Ishiguro, Toshiaki Takada
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
@@ -12,6 +15,12 @@
  * 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
+ *
+ * Authors:  Craig Dowell (craigdo@ee.washington.edu)
+ *           Tom Henderson (tomhend@u.washington.edu)
+ * 
+ * Kunihiro Ishigura, Toshiaki Takada (GNU Zebra) are attributed authors
+ * of the quagga 0.99.7/src/ospfd/ospf_spf.c code which was ported here
  */
 
 #include <utility>
--- a/src/routing/global-routing/global-route-manager-impl.h	Tue Sep 11 22:40:04 2007 -0700
+++ b/src/routing/global-routing/global-route-manager-impl.h	Tue Sep 11 22:46:29 2007 -0700
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright 2007 University of Washington
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
@@ -12,6 +14,9 @@
  * 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
+ *
+ * Authors:  Craig Dowell (craigdo@ee.washington.edu)
+ *           Tom Henderson (tomhend@u.washington.edu)
  */
 
 #ifndef GLOBAL_ROUTE_MANAGER_IMPL_H
--- a/src/routing/global-routing/global-route-manager.cc	Tue Sep 11 22:40:04 2007 -0700
+++ b/src/routing/global-routing/global-route-manager.cc	Tue Sep 11 22:46:29 2007 -0700
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright 2007 University of Washington
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
@@ -12,6 +14,9 @@
  * 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
+ *
+ * Authors:  Craig Dowell (craigdo@ee.washington.edu)
+ *           Tom Henderson (tomhend@u.washington.edu)
  */
 
 #include "ns3/assert.h"
--- a/src/routing/global-routing/global-route-manager.h	Tue Sep 11 22:40:04 2007 -0700
+++ b/src/routing/global-routing/global-route-manager.h	Tue Sep 11 22:46:29 2007 -0700
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright 2007 University of Washington
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
@@ -12,6 +14,9 @@
  * 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
+ *
+ * Authors:  Craig Dowell (craigdo@ee.washington.edu)
+ *           Tom Henderson (tomhend@u.washington.edu)
  */
 
 #ifndef GLOBAL_ROUTE_MANAGER_H
--- a/src/routing/global-routing/global-router-interface.cc	Tue Sep 11 22:40:04 2007 -0700
+++ b/src/routing/global-routing/global-router-interface.cc	Tue Sep 11 22:46:29 2007 -0700
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright 2007 University of Washington
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
@@ -12,6 +14,9 @@
  * 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
+ *
+ * Authors:  Craig Dowell (craigdo@ee.washington.edu)
+ *           Tom Henderson (tomhend@u.washington.edu)
  */
 
 #include "ns3/debug.h"
--- a/src/routing/global-routing/global-router-interface.h	Tue Sep 11 22:40:04 2007 -0700
+++ b/src/routing/global-routing/global-router-interface.h	Tue Sep 11 22:46:29 2007 -0700
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright 2007 University of Washington
+ * 
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 2 as
  * published by the Free Software Foundation;
@@ -12,6 +14,9 @@
  * 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
+ *
+ * Authors:  Craig Dowell (craigdo@ee.washington.edu)
+ *           Tom Henderson (tomhend@u.washington.edu)
  */
 
 #ifndef GLOBAL_ROUTER_INTERFACE_H