diff options
author | donald.g.dunne | 2013-02-16 01:06:57 +0000 |
---|---|---|
committer | Roberto E. Escobar | 2013-02-16 01:07:34 +0000 |
commit | 10cfe09dd842303099d443dfbd0cc83d4f66e877 (patch) | |
tree | 882fd6e73f3fc483319db7d03ddd23a13ee24f6f /plugins/org.eclipse.osee.ote.client.msg | |
parent | 64462890d77501c9834284c97815860959094cbe (diff) | |
download | org.eclipse.osee-10cfe09dd842303099d443dfbd0cc83d4f66e877.tar.gz org.eclipse.osee-10cfe09dd842303099d443dfbd0cc83d4f66e877.tar.xz org.eclipse.osee-10cfe09dd842303099d443dfbd0cc83d4f66e877.zip |
feature[ats_310X3]: Run AddDistributionStatement rule
Change-Id: I0f8e8276f6b1c28ea6e244e5725cae65bd022a5a
Diffstat (limited to 'plugins/org.eclipse.osee.ote.client.msg')
-rw-r--r-- | plugins/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/MessageDatabase.java | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/plugins/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/MessageDatabase.java b/plugins/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/MessageDatabase.java index c47fbca62f1..ccf93f3bece 100644 --- a/plugins/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/MessageDatabase.java +++ b/plugins/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/MessageDatabase.java @@ -1,8 +1,13 @@ -/* - * Created on Mar 17, 2009 +/******************************************************************************* + * 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.ote.client.msg.core.internal; import java.util.LinkedList; |