remove funding attribution from license header
authorTom Henderson <tomh@tomh.org>
Fri, 13 Sep 2013 06:14:27 -0700
changeset 10199 b5584cbb3ede
parent 10198 e2b1f84b007a
child 10200 17e79c1772cd
remove funding attribution from license header
src/mpi/model/distributed-simulator-impl.cc
src/mpi/model/distributed-simulator-impl.h
--- a/src/mpi/model/distributed-simulator-impl.cc	Wed Sep 11 08:09:05 2013 -0700
+++ b/src/mpi/model/distributed-simulator-impl.cc	Fri Sep 13 06:14:27 2013 -0700
@@ -14,9 +14,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  * Author: George Riley <riley@ece.gatech.edu>
- *
- * Some updates to this code were developed under a research contract
- * sponsored by the Army Research Laboratory. (April 30, 2013)
  */
 
 #include "distributed-simulator-impl.h"
--- a/src/mpi/model/distributed-simulator-impl.h	Wed Sep 11 08:09:05 2013 -0700
+++ b/src/mpi/model/distributed-simulator-impl.h	Fri Sep 13 06:14:27 2013 -0700
@@ -14,9 +14,6 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  * Author: George Riley <riley@ece.gatech.edu>
- *
- * Some updates to this code were developed under a research contract
- * sponsored by the Army Research Laboratory. (April 30, 2013)
  */
 
 #ifndef DISTRIBUTED_SIMULATOR_IMPL_H