SF.net SVN: jikesrvm:[15749] rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/ harness

View: New views
1 Messages — Rating Filter:   Alert me  

SF.net SVN: jikesrvm:[15749] rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/ harness

by dgrove-oss :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Revision: 15749
          http://jikesrvm.svn.sourceforge.net/jikesrvm/?rev=15749&view=rev
Author:   dgrove-oss
Date:     2009-07-29 19:58:29 +0000 (Wed, 29 Jul 2009)

Log Message:
-----------
Add standard license header.

Modified Paths:
--------------
    rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/sanity/HeapEntryTest.java
    rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/sanity/HeapSnapshotTest.java
    rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/DeterministicTests.java
    rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/DeterministicTests2.java
    rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/JavaSchedulerTest.java
    rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/SchedulerTestCases.java
    rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/TestMutator.java

Modified: rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/sanity/HeapEntryTest.java
===================================================================
--- rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/sanity/HeapEntryTest.java 2009-07-27 20:26:00 UTC (rev 15748)
+++ rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/sanity/HeapEntryTest.java 2009-07-29 19:58:29 UTC (rev 15749)
@@ -1,3 +1,15 @@
+/*
+ *  This file is part of the Jikes RVM project (http://jikesrvm.org).
+ *
+ *  This file is licensed to You under the Eclipse Public License (EPL);
+ *  You may not use this file except in compliance with the License. You
+ *  may obtain a copy of the License at
+ *
+ *      http://www.opensource.org/licenses/eclipse-1.0.php
+ *
+ *  See the COPYRIGHT.txt file distributed with this work for information
+ *  regarding copyright ownership.
+ */
 package org.mmtk.harness.sanity;
 
 import static org.junit.Assert.*;

Modified: rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/sanity/HeapSnapshotTest.java
===================================================================
--- rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/sanity/HeapSnapshotTest.java 2009-07-27 20:26:00 UTC (rev 15748)
+++ rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/sanity/HeapSnapshotTest.java 2009-07-29 19:58:29 UTC (rev 15749)
@@ -1,3 +1,16 @@
+/*
+ *  This file is part of the Jikes RVM project (http://jikesrvm.org).
+ *
+ *  This file is licensed to You under the Eclipse Public License (EPL);
+ *  You may not use this file except in compliance with the License. You
+ *  may obtain a copy of the License at
+ *
+ *      http://www.opensource.org/licenses/eclipse-1.0.php
+ *
+ *  See the COPYRIGHT.txt file distributed with this work for information
+ *  regarding copyright ownership.
+ */
+
 package org.mmtk.harness.sanity;
 
 import static org.junit.Assert.*;

Modified: rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/DeterministicTests.java
===================================================================
--- rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/DeterministicTests.java 2009-07-27 20:26:00 UTC (rev 15748)
+++ rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/DeterministicTests.java 2009-07-29 19:58:29 UTC (rev 15749)
@@ -1,3 +1,16 @@
+/*
+ *  This file is part of the Jikes RVM project (http://jikesrvm.org).
+ *
+ *  This file is licensed to You under the Eclipse Public License (EPL);
+ *  You may not use this file except in compliance with the License. You
+ *  may obtain a copy of the License at
+ *
+ *      http://www.opensource.org/licenses/eclipse-1.0.php
+ *
+ *  See the COPYRIGHT.txt file distributed with this work for information
+ *  regarding copyright ownership.
+ */
+
 package org.mmtk.harness.scheduler;
 
 import static org.junit.Assert.assertEquals;

Modified: rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/DeterministicTests2.java
===================================================================
--- rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/DeterministicTests2.java 2009-07-27 20:26:00 UTC (rev 15748)
+++ rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/DeterministicTests2.java 2009-07-29 19:58:29 UTC (rev 15749)
@@ -1,3 +1,16 @@
+/*
+ *  This file is part of the Jikes RVM project (http://jikesrvm.org).
+ *
+ *  This file is licensed to You under the Eclipse Public License (EPL);
+ *  You may not use this file except in compliance with the License. You
+ *  may obtain a copy of the License at
+ *
+ *      http://www.opensource.org/licenses/eclipse-1.0.php
+ *
+ *  See the COPYRIGHT.txt file distributed with this work for information
+ *  regarding copyright ownership.
+ */
+
 package org.mmtk.harness.scheduler;
 
 import static org.junit.Assert.assertEquals;

Modified: rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/JavaSchedulerTest.java
===================================================================
--- rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/JavaSchedulerTest.java 2009-07-27 20:26:00 UTC (rev 15748)
+++ rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/JavaSchedulerTest.java 2009-07-29 19:58:29 UTC (rev 15749)
@@ -1,3 +1,16 @@
+/*
+ *  This file is part of the Jikes RVM project (http://jikesrvm.org).
+ *
+ *  This file is licensed to You under the Eclipse Public License (EPL);
+ *  You may not use this file except in compliance with the License. You
+ *  may obtain a copy of the License at
+ *
+ *      http://www.opensource.org/licenses/eclipse-1.0.php
+ *
+ *  See the COPYRIGHT.txt file distributed with this work for information
+ *  regarding copyright ownership.
+ */
+
 package org.mmtk.harness.scheduler;
 
 import static org.junit.Assert.*;

Modified: rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/SchedulerTestCases.java
===================================================================
--- rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/SchedulerTestCases.java 2009-07-27 20:26:00 UTC (rev 15748)
+++ rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/SchedulerTestCases.java 2009-07-29 19:58:29 UTC (rev 15749)
@@ -1,3 +1,16 @@
+/*
+ *  This file is part of the Jikes RVM project (http://jikesrvm.org).
+ *
+ *  This file is licensed to You under the Eclipse Public License (EPL);
+ *  You may not use this file except in compliance with the License. You
+ *  may obtain a copy of the License at
+ *
+ *      http://www.opensource.org/licenses/eclipse-1.0.php
+ *
+ *  See the COPYRIGHT.txt file distributed with this work for information
+ *  regarding copyright ownership.
+ */
+
 package org.mmtk.harness.scheduler;
 
 import java.util.ArrayList;

Modified: rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/TestMutator.java
===================================================================
--- rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/TestMutator.java 2009-07-27 20:26:00 UTC (rev 15748)
+++ rvmroot/trunk/testing/tests/mmtk/src/org/mmtk/harness/scheduler/TestMutator.java 2009-07-29 19:58:29 UTC (rev 15749)
@@ -1,3 +1,16 @@
+/*
+ *  This file is part of the Jikes RVM project (http://jikesrvm.org).
+ *
+ *  This file is licensed to You under the Eclipse Public License (EPL);
+ *  You may not use this file except in compliance with the License. You
+ *  may obtain a copy of the License at
+ *
+ *      http://www.opensource.org/licenses/eclipse-1.0.php
+ *
+ *  See the COPYRIGHT.txt file distributed with this work for information
+ *  regarding copyright ownership.
+ */
+
 package org.mmtk.harness.scheduler;
 
 import java.util.Collection;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Jikesrvm-commits mailing list
Jikesrvm-commits@...
https://lists.sourceforge.net/lists/listinfo/jikesrvm-commits