add missing copyrights
authorTom Henderson <tomh@tomh.org>
Fri, 21 Sep 2012 16:10:07 -0700
changeset 9085 9c493ded1263
parent 9084 c79dac8c1367
child 9086 7d8f0827bfd3
add missing copyrights
src/mobility/examples/main-grid-topology.cc
src/mobility/examples/main-random-topology.cc
src/mobility/examples/main-random-walk.cc
--- a/src/mobility/examples/main-grid-topology.cc	Fri Sep 21 15:18:18 2012 -0700
+++ b/src/mobility/examples/main-grid-topology.cc	Fri Sep 21 16:10:07 2012 -0700
@@ -1,4 +1,20 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
+/*
+ * Copyright (c) 2006,2007 INRIA
+ *
+ * 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;
+ *
+ * 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 "ns3/core-module.h"
 #include "ns3/network-module.h"
--- a/src/mobility/examples/main-random-topology.cc	Fri Sep 21 15:18:18 2012 -0700
+++ b/src/mobility/examples/main-random-topology.cc	Fri Sep 21 16:10:07 2012 -0700
@@ -1,4 +1,21 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
+/*
+ * Copyright (c) 2006,2007 INRIA
+ *
+ * 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;
+ *
+ * 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 "ns3/core-module.h"
 #include "ns3/mobility-module.h"
--- a/src/mobility/examples/main-random-walk.cc	Fri Sep 21 15:18:18 2012 -0700
+++ b/src/mobility/examples/main-random-walk.cc	Fri Sep 21 16:10:07 2012 -0700
@@ -1,4 +1,20 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
+/*
+ * Copyright (c) 2006,2007 INRIA
+ *
+ * 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;
+ *
+ * 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 "ns3/core-module.h"
 #include "ns3/mobility-module.h"