Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrbrooks2010-07-18 05:24:55 +0000
committerrbrooks2010-07-18 05:24:55 +0000
commit3d542e13b9fdee6020ddcd11c52ac4237576f5ec (patch)
tree58a4782356fa2254887990a5691e012aa9c6d849 /plugins/org.eclipse.osee.framework.core.message.test
parent8ab7d1cdd282ae4464e2d779a9b69e30931bbef2 (diff)
downloadorg.eclipse.osee-3d542e13b9fdee6020ddcd11c52ac4237576f5ec.tar.gz
org.eclipse.osee-3d542e13b9fdee6020ddcd11c52ac4237576f5ec.tar.xz
org.eclipse.osee-3d542e13b9fdee6020ddcd11c52ac4237576f5ec.zip
add distribution statement to files that are missing it
Diffstat (limited to 'plugins/org.eclipse.osee.framework.core.message.test')
-rw-r--r--plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/mocks/MockRequestFactory.java15
1 files changed, 10 insertions, 5 deletions
diff --git a/plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/mocks/MockRequestFactory.java b/plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/mocks/MockRequestFactory.java
index 24feb9d2bfa..67a403294ea 100644
--- a/plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/mocks/MockRequestFactory.java
+++ b/plugins/org.eclipse.osee.framework.core.message.test/src/org/eclipse/osee/framework/core/message/test/mocks/MockRequestFactory.java
@@ -1,8 +1,13 @@
-/*
- * Created on Jun 18, 2010
- *
- * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE
- */
+/*******************************************************************************
+ * Copyright (c) 2010 Boeing.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Boeing - initial API and implementation
+ *******************************************************************************/
package org.eclipse.osee.framework.core.message.test.mocks;
import java.util.ArrayList;

Back to the top