remove 'All rigts reserved' keyword per tom's suggestion
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 31 Mar 2008 14:56:41 -0700
changeset 2834 1aab57845b07
parent 2833 f3474fd850b2
child 2835 1f877789ae56
remove 'All rigts reserved' keyword per tom's suggestion
samples/main-packet-printer.cc
samples/main-tw.cc
src/common/data-rate.cc
src/common/data-rate.h
src/common/data-writer.cc
src/common/data-writer.h
src/common/header.h
src/common/packet-metadata.h
src/common/packet.cc
src/common/packet.h
src/common/pcap-writer.cc
src/common/pcap-writer.h
src/common/tag-registry.cc
src/common/tag-registry.h
src/common/tag.h
src/common/tags.cc
src/common/tags.h
src/common/trailer.h
src/core/assert.h
src/core/attribute-list.cc
src/core/attribute-list.h
src/core/breakpoint.cc
src/core/breakpoint.h
src/core/callback-test.cc
src/core/callback.h
src/core/fatal-error.h
src/core/ptr.cc
src/core/ptr.h
src/core/singleton.h
src/core/system-wall-clock-ms.h
src/core/test.cc
src/core/test.h
src/core/traced-callback.cc
src/core/traced-callback.h
src/core/type-id.cc
src/core/type-id.h
src/core/uid-manager.cc
src/core/uid-manager.h
src/core/unix-system-wall-clock-ms.cc
src/core/win32-system-wall-clock-ms.cc
src/devices/csma/backoff.cc
src/devices/csma/csma-channel.cc
src/devices/csma/csma-net-device.cc
src/devices/point-to-point/point-to-point-channel.cc
src/devices/point-to-point/point-to-point-net-device.cc
src/devices/wifi/wifi-trace.cc
src/devices/wifi/wifi-trace.h
src/helper/application-container.cc
src/helper/application-container.h
src/helper/csma-helper.cc
src/helper/csma-helper.h
src/helper/internet-stack-helper.cc
src/helper/internet-stack-helper.h
src/helper/mobility-helper.cc
src/helper/mobility-helper.h
src/helper/net-device-container.cc
src/helper/net-device-container.h
src/helper/node-container.cc
src/helper/node-container.h
src/helper/ns2-mobility-helper.cc
src/helper/ns2-mobility-helper.h
src/helper/olsr-helper.cc
src/helper/olsr-helper.h
src/helper/on-off-helper.cc
src/helper/on-off-helper.h
src/helper/packet-sink-helper.cc
src/helper/packet-sink-helper.h
src/helper/point-to-point-helper.cc
src/helper/point-to-point-helper.h
src/helper/udp-echo-helper.cc
src/helper/udp-echo-helper.h
src/helper/wifi-helper.cc
src/helper/wifi-helper.h
src/internet-node/arp-cache.cc
src/internet-node/arp-cache.h
src/internet-node/arp-header.cc
src/internet-node/arp-header.h
src/internet-node/arp-ipv4-interface.cc
src/internet-node/arp-ipv4-interface.h
src/internet-node/arp-l3-protocol.cc
src/internet-node/arp-l3-protocol.h
src/internet-node/ascii-trace.cc
src/internet-node/ascii-trace.h
src/internet-node/internet-stack.cc
src/internet-node/internet-stack.h
src/internet-node/ipv4-checksum.cc
src/internet-node/ipv4-checksum.h
src/internet-node/ipv4-end-point-demux.cc
src/internet-node/ipv4-end-point-demux.h
src/internet-node/ipv4-end-point.cc
src/internet-node/ipv4-end-point.h
src/internet-node/ipv4-header.cc
src/internet-node/ipv4-header.h
src/internet-node/ipv4-impl.cc
src/internet-node/ipv4-impl.h
src/internet-node/ipv4-interface.cc
src/internet-node/ipv4-interface.h
src/internet-node/ipv4-l3-protocol.cc
src/internet-node/ipv4-l3-protocol.h
src/internet-node/ipv4-l4-demux.cc
src/internet-node/ipv4-l4-demux.h
src/internet-node/ipv4-l4-protocol.cc
src/internet-node/ipv4-l4-protocol.h
src/internet-node/ipv4-loopback-interface.cc
src/internet-node/ipv4-loopback-interface.h
src/internet-node/ipv4-static-routing.cc
src/internet-node/ipv4-static-routing.h
src/internet-node/pcap-trace.cc
src/internet-node/pcap-trace.h
src/internet-node/pending-data.cc
src/internet-node/pending-data.h
src/internet-node/sequence-number.cc
src/internet-node/sequence-number.h
src/internet-node/udp-header.cc
src/internet-node/udp-header.h
src/internet-node/udp-impl.cc
src/internet-node/udp-impl.h
src/internet-node/udp-l4-protocol.cc
src/internet-node/udp-l4-protocol.h
src/internet-node/udp-socket.cc
src/internet-node/udp-socket.h
src/mobility/random-direction-2d-mobility-model.cc
src/mobility/random-direction-2d-mobility-model.h
src/mobility/random-walk-2d-mobility-model.cc
src/mobility/random-walk-2d-mobility-model.h
src/mobility/random-waypoint-mobility-model.h
src/node/address-utils.cc
src/node/address-utils.h
src/node/drop-tail-queue.cc
src/node/drop-tail-queue.h
src/node/ethernet-header.cc
src/node/ethernet-header.h
src/node/ethernet-trailer.cc
src/node/ethernet-trailer.h
src/node/inet-socket-address.cc
src/node/inet-socket-address.h
src/node/ipv4-address.cc
src/node/ipv4-address.h
src/node/ipv4-route.cc
src/node/ipv4-route.h
src/node/ipv4.cc
src/node/ipv4.h
src/node/llc-snap-header.cc
src/node/llc-snap-header.h
src/node/net-device.cc
src/node/net-device.h
src/node/node-list.cc
src/node/node-list.h
src/node/packet-socket-factory.cc
src/node/packet-socket-factory.h
src/node/queue.cc
src/node/queue.h
src/node/simple-net-device.cc
src/node/simple-net-device.h
src/node/socket-factory.cc
src/node/socket-factory.h
src/node/udp.cc
src/node/udp.h
utils/bench-packets.cc
utils/bench-simulator.cc
utils/mobility-generator.cc
utils/replay-simulation.cc
utils/run-tests.cc
--- a/samples/main-packet-printer.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/samples/main-packet-printer.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/samples/main-tw.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/samples/main-tw.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 University of Washington
- * All rights reserved.
  *
  * 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
--- a/src/common/data-rate.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/data-rate.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/common/data-rate.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/data-rate.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/common/data-writer.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/data-writer.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/data-writer.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/data-writer.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/header.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/header.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/packet-metadata.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/packet-metadata.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/packet.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/packet.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/packet.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/packet.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/pcap-writer.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/pcap-writer.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/pcap-writer.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/pcap-writer.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/tag-registry.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/tag-registry.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/tag-registry.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/tag-registry.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/tag.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/tag.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/tags.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/tags.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/tags.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/tags.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/common/trailer.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/common/trailer.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/assert.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/assert.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/attribute-list.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/attribute-list.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/attribute-list.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/attribute-list.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/breakpoint.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/breakpoint.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006,2007 INRIA, INESC Porto
- * All rights reserved.
  *
  * 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
--- a/src/core/breakpoint.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/breakpoint.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006,2007 INESC Porto, INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/callback-test.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/callback-test.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/callback.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/callback.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/fatal-error.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/fatal-error.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/ptr.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/ptr.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/ptr.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/ptr.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/singleton.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/singleton.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/system-wall-clock-ms.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/system-wall-clock-ms.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/test.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/test.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/test.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/test.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/traced-callback.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/traced-callback.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/traced-callback.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/traced-callback.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/type-id.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/type-id.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/type-id.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/type-id.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/uid-manager.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/uid-manager.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/uid-manager.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/uid-manager.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/unix-system-wall-clock-ms.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/unix-system-wall-clock-ms.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/core/win32-system-wall-clock-ms.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/core/win32-system-wall-clock-ms.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/devices/csma/backoff.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/devices/csma/backoff.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007, Emmanuelle Laprise
- * All rights reserved.
  *
  * 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
--- a/src/devices/csma/csma-channel.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/devices/csma/csma-channel.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 Emmanuelle Laprise
- * All rights reserved.
  *
  * 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
--- a/src/devices/csma/csma-net-device.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/devices/csma/csma-net-device.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 Emmanuelle Laprise
- * All rights reserved.
  *
  * 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
--- a/src/devices/point-to-point/point-to-point-channel.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/devices/point-to-point/point-to-point-channel.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 University of Washington
- * All rights reserved.
  *
  * 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
--- a/src/devices/point-to-point/point-to-point-net-device.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/devices/point-to-point/point-to-point-net-device.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/devices/wifi/wifi-trace.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/devices/wifi/wifi-trace.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-	Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/devices/wifi/wifi-trace.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/devices/wifi/wifi-trace.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-	Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/application-container.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/application-container.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/application-container.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/application-container.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/csma-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/csma-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/csma-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/csma-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/internet-stack-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/internet-stack-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/internet-stack-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/internet-stack-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/mobility-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/mobility-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/mobility-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/mobility-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/net-device-container.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/net-device-container.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/net-device-container.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/net-device-container.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/node-container.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/node-container.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/node-container.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/node-container.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/ns2-mobility-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/ns2-mobility-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/ns2-mobility-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/ns2-mobility-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/olsr-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/olsr-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/olsr-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/olsr-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/on-off-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/on-off-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/on-off-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/on-off-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/packet-sink-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/packet-sink-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/packet-sink-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/packet-sink-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/point-to-point-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/point-to-point-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/point-to-point-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/point-to-point-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/udp-echo-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/udp-echo-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/udp-echo-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/udp-echo-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/wifi-helper.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/wifi-helper.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/helper/wifi-helper.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/helper/wifi-helper.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/arp-cache.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/arp-cache.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/arp-cache.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/arp-cache.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/arp-header.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/arp-header.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/arp-header.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/arp-header.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/arp-ipv4-interface.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/arp-ipv4-interface.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/arp-ipv4-interface.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/arp-ipv4-interface.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/arp-l3-protocol.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/arp-l3-protocol.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/arp-l3-protocol.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/arp-l3-protocol.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ascii-trace.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ascii-trace.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-	Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ascii-trace.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ascii-trace.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-	Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/internet-stack.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/internet-stack.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/internet-stack.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/internet-stack.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/ipv4-checksum.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-checksum.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-checksum.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-checksum.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-end-point-demux.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-end-point-demux.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-end-point-demux.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-end-point-demux.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-end-point.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-end-point.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-end-point.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-end-point.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-header.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-header.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-header.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-header.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-impl.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-impl.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-impl.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-impl.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-interface.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-interface.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-interface.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-interface.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-l3-protocol.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-l3-protocol.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/ipv4-l3-protocol.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-l3-protocol.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/ipv4-l4-demux.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-l4-demux.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/ipv4-l4-demux.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-l4-demux.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/ipv4-l4-protocol.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-l4-protocol.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/ipv4-l4-protocol.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-l4-protocol.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/ipv4-loopback-interface.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-loopback-interface.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-loopback-interface.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-loopback-interface.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/ipv4-static-routing.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-static-routing.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/ipv4-static-routing.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/ipv4-static-routing.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 // -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*-
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/pcap-trace.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/pcap-trace.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-	Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/pcap-trace.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/pcap-trace.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-	Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/pending-data.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/pending-data.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/pending-data.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/pending-data.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/sequence-number.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/sequence-number.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/sequence-number.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/sequence-number.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 //
 // Copyright (c) 2006 Georgia Tech Research Corporation
-// All rights reserved.
 //
 // 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
--- a/src/internet-node/udp-header.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/udp-header.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/udp-header.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/udp-header.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/udp-impl.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/udp-impl.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/udp-impl.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/udp-impl.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/udp-l4-protocol.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/udp-l4-protocol.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/udp-l4-protocol.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/udp-l4-protocol.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/udp-socket.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/udp-socket.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/internet-node/udp-socket.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/internet-node/udp-socket.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/mobility/random-direction-2d-mobility-model.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/mobility/random-direction-2d-mobility-model.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/mobility/random-direction-2d-mobility-model.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/mobility/random-direction-2d-mobility-model.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/mobility/random-walk-2d-mobility-model.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/mobility/random-walk-2d-mobility-model.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/mobility/random-walk-2d-mobility-model.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/mobility/random-walk-2d-mobility-model.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006,2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/mobility/random-waypoint-mobility-model.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/mobility/random-waypoint-mobility-model.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/address-utils.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/address-utils.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/address-utils.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/address-utils.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/drop-tail-queue.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/drop-tail-queue.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 University of Washington
- * All rights reserved.
  *
  * 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
--- a/src/node/drop-tail-queue.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/drop-tail-queue.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 University of Washington
- * All rights reserved.
  *
  * 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
--- a/src/node/ethernet-header.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ethernet-header.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/ethernet-header.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ethernet-header.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 Emmanuelle Laprise
- * All rights reserved.
  *
  * 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
--- a/src/node/ethernet-trailer.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ethernet-trailer.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/ethernet-trailer.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ethernet-trailer.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 Emmanuelle Laprise
- * All rights reserved.
  *
  * 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
--- a/src/node/inet-socket-address.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/inet-socket-address.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/inet-socket-address.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/inet-socket-address.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/ipv4-address.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ipv4-address.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/ipv4-address.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ipv4-address.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/ipv4-route.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ipv4-route.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/ipv4-route.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ipv4-route.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/ipv4.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ipv4.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/ipv4.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/ipv4.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/llc-snap-header.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/llc-snap-header.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/llc-snap-header.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/llc-snap-header.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/net-device.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/net-device.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/net-device.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/net-device.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005,2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/node-list.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/node-list.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/node-list.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/node-list.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/packet-socket-factory.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/packet-socket-factory.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 Emmanuelle Laprise
- * All rights reserved.
  *
  * 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
--- a/src/node/packet-socket-factory.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/packet-socket-factory.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 Emmanuelle Laprise
- * All rights reserved.
  *
  * 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
--- a/src/node/queue.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/queue.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 University of Washington
- * All rights reserved.
  *
  * 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
--- a/src/node/queue.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/queue.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 University of Washington
- * All rights reserved.
  *
  * 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
--- a/src/node/simple-net-device.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/simple-net-device.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/simple-net-device.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/simple-net-device.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2008 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/socket-factory.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/socket-factory.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/socket-factory.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/socket-factory.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/udp.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/udp.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/src/node/udp.h	Mon Mar 31 14:50:25 2008 -0700
+++ b/src/node/udp.h	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/utils/bench-packets.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/utils/bench-packets.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/utils/bench-simulator.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/utils/bench-simulator.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/utils/mobility-generator.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/utils/mobility-generator.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*-  Mode: C++; c-file-style: "gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2007 INRIA
- * All rights reserved.
  *
  * 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
--- a/utils/replay-simulation.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/utils/replay-simulation.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2006 INRIA
- * All rights reserved.
  *
  * 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
--- a/utils/run-tests.cc	Mon Mar 31 14:50:25 2008 -0700
+++ b/utils/run-tests.cc	Mon Mar 31 14:56:41 2008 -0700
@@ -1,7 +1,6 @@
 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
 /*
  * Copyright (c) 2005 INRIA
- * All rights reserved.
  *
  * 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