Copyright added to missing files default tip
authorSindhuja Venkatesh <intutivestriker88@gmail.com>
Sat, 15 Sep 2012 00:38:51 -0400
changeset 8910 6b6863daf380
parent 8909 81108c5a3acc
Copyright added to missing files
src/internet/examples/ipv4-dynamic-nat-example.cc
src/internet/examples/ipv4-static-nat-example.cc
src/internet/examples/netfilter-add-remove.cc
src/internet/examples/netfilter-header-mangle.cc
src/internet/examples/netfilter-three-node.cc
src/internet/model/ipv4-nat.cc
src/internet/model/ipv4-nat.h
--- a/src/internet/examples/ipv4-dynamic-nat-example.cc	Tue Aug 21 02:44:33 2012 -0400
+++ b/src/internet/examples/ipv4-dynamic-nat-example.cc	Sat Sep 15 00:38:51 2012 -0400
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright (c) 2012 Sindhuja Venkatesh
+ *
  * 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
+ *
+ * Authors: Sindhuja Venkatesh <intutivestriker88@gmail.com>
  */
 #include <iostream>
 #include <fstream>
--- a/src/internet/examples/ipv4-static-nat-example.cc	Tue Aug 21 02:44:33 2012 -0400
+++ b/src/internet/examples/ipv4-static-nat-example.cc	Sat Sep 15 00:38:51 2012 -0400
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright (c) 2012 Sindhuja Venkatesh
+ *
  * 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
+ *
+ * Authors: Sindhuja Venkatesh <intutivestriker88@gmail.com>
  */
 
 #include "ns3/core-module.h"
--- a/src/internet/examples/netfilter-add-remove.cc	Tue Aug 21 02:44:33 2012 -0400
+++ b/src/internet/examples/netfilter-add-remove.cc	Sat Sep 15 00:38:51 2012 -0400
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright (c) 2012 Sindhuja Venkatesh
+ *
  * 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
+ *
+ * Authors: Sindhuja Venkatesh <intutivestriker88@gmail.com>
  */
 
 #include "ns3/core-module.h"
--- a/src/internet/examples/netfilter-header-mangle.cc	Tue Aug 21 02:44:33 2012 -0400
+++ b/src/internet/examples/netfilter-header-mangle.cc	Sat Sep 15 00:38:51 2012 -0400
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright (c) 2012 Sindhuja Venkatesh
+ *
  * 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
+ *
+ * Authors: Sindhuja Venkatesh <intutivestriker88@gmail.com>
  */
 
 #include "ns3/core-module.h"
--- a/src/internet/examples/netfilter-three-node.cc	Tue Aug 21 02:44:33 2012 -0400
+++ b/src/internet/examples/netfilter-three-node.cc	Sat Sep 15 00:38:51 2012 -0400
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright (c) 2012 Sindhuja Venkatesh
+ *
  * 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
+ *
+ * Authors: Sindhuja Venkatesh <intutivestriker88@gmail.com>
  */
 
 #include "ns3/core-module.h"
--- a/src/internet/model/ipv4-nat.cc	Tue Aug 21 02:44:33 2012 -0400
+++ b/src/internet/model/ipv4-nat.cc	Sat Sep 15 00:38:51 2012 -0400
@@ -1,5 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright (c) 2012 Sindhuja Venkatesh
  *
  * 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
@@ -14,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
+ * Authors: Sindhuja Venkatesh <intutivestriker88@gmail.com>
  */
 #include "ns3/log.h"
 #include "ns3/uinteger.h"
--- a/src/internet/model/ipv4-nat.h	Tue Aug 21 02:44:33 2012 -0400
+++ b/src/internet/model/ipv4-nat.h	Sat Sep 15 00:38:51 2012 -0400
@@ -1,5 +1,7 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
+ * Copyright (c) 2012 Sindhuja Venkatesh
+ *
  * 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;
@@ -13,6 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
+ * Authors: Sindhuja Venkatesh <intutivestriker88@gmail.com>
  */
 #ifndef IPV4_NAT_H
 #define IPV4_NAT_H