Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordonald.g.dunne2013-02-16 01:06:57 +0000
committerRoberto E. Escobar2013-02-16 01:07:34 +0000
commit10cfe09dd842303099d443dfbd0cc83d4f66e877 (patch)
tree882fd6e73f3fc483319db7d03ddd23a13ee24f6f /plugins/org.eclipse.osee.ats.dsl/src
parent64462890d77501c9834284c97815860959094cbe (diff)
downloadorg.eclipse.osee-10cfe09dd842303099d443dfbd0cc83d4f66e877.tar.gz
org.eclipse.osee-10cfe09dd842303099d443dfbd0cc83d4f66e877.tar.xz
org.eclipse.osee-10cfe09dd842303099d443dfbd0cc83d4f66e877.zip
feature[ats_310X3]: Run AddDistributionStatement rule
Diffstat (limited to 'plugins/org.eclipse.osee.ats.dsl/src')
-rw-r--r--plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/AtsDslResourceProvider.java13
-rw-r--r--plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/IResourceProvider.java13
2 files changed, 18 insertions, 8 deletions
diff --git a/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/AtsDslResourceProvider.java b/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/AtsDslResourceProvider.java
index 28cc60da8ac..6fa8f44a065 100644
--- a/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/AtsDslResourceProvider.java
+++ b/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/AtsDslResourceProvider.java
@@ -1,8 +1,13 @@
-/*
- * Created on Mar 26, 2012
+/*******************************************************************************
+ * Copyright (c) 2013 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
*
- * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE
- */
+ * Contributors:
+ * Boeing - initial API and implementation
+ *******************************************************************************/
package org.eclipse.osee.ats.dsl;
import java.io.ByteArrayInputStream;
diff --git a/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/IResourceProvider.java b/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/IResourceProvider.java
index db489e66050..c812e361ed9 100644
--- a/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/IResourceProvider.java
+++ b/plugins/org.eclipse.osee.ats.dsl/src/org/eclipse/osee/ats/dsl/IResourceProvider.java
@@ -1,8 +1,13 @@
-/*
- * Created on Mar 26, 2012
+/*******************************************************************************
+ * Copyright (c) 2013 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
*
- * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE
- */
+ * Contributors:
+ * Boeing - initial API and implementation
+ *******************************************************************************/
package org.eclipse.osee.ats.dsl;
import java.util.Collection;

Back to the top