Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrescobar2010-09-14 04:25:59 +0000
committerRyan D. Brooks2010-09-14 04:25:59 +0000
commit97890254aeb8e0bafbbd02c53a96f22607fdf7f4 (patch)
treed0661c47ad6b178892e537708d8e992c77276617 /plugins/org.eclipse.osee.framework.skynet.core.test
parentabf042e95136ab036d49ec8a1abd688f671e28de (diff)
downloadorg.eclipse.osee-97890254aeb8e0bafbbd02c53a96f22607fdf7f4.tar.gz
org.eclipse.osee-97890254aeb8e0bafbbd02c53a96f22607fdf7f4.tar.xz
org.eclipse.osee-97890254aeb8e0bafbbd02c53a96f22607fdf7f4.zip
refactor: Add copyright statement
Diffstat (limited to 'plugins/org.eclipse.osee.framework.skynet.core.test')
-rw-r--r--plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/word/UpdateBookmarkIdTest.java16
1 files changed, 12 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/word/UpdateBookmarkIdTest.java b/plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/word/UpdateBookmarkIdTest.java
index 858f1c2864c..7a0997de6b6 100644
--- a/plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/word/UpdateBookmarkIdTest.java
+++ b/plugins/org.eclipse.osee.framework.skynet.core.test/src/org/eclipse/osee/framework/skynet/core/test/word/UpdateBookmarkIdTest.java
@@ -1,8 +1,13 @@
-/*
- * Created on Aug 30, 2010
+/*******************************************************************************
+ * Copyright (c) 2004, 2007 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.framework.skynet.core.test.word;
import org.eclipse.osee.framework.core.exception.OseeCoreException;
@@ -10,6 +15,9 @@ import org.eclipse.osee.framework.skynet.core.word.UpdateBookmarkIds;
import org.junit.Assert;
import org.junit.Test;
+/**
+ * Test Case for {@link UpdateBookmarkIds}
+ */
public class UpdateBookmarkIdTest {
@Test

Back to the top