feature: Adding missing distribution statements Change-Id: Ic7c3be1939dd1918a9389df8227415d619a368e0
diff --git a/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/MessageServiceSupport.java b/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/MessageServiceSupport.java index 325afa7..d72b92f 100644 --- a/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/MessageServiceSupport.java +++ b/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/MessageServiceSupport.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.client.msg.core.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/SubscriptionHandler.java b/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/SubscriptionHandler.java index a9ddc64..604e16a 100644 --- a/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/SubscriptionHandler.java +++ b/org.eclipse.osee.ote.client.msg/src/org/eclipse/osee/ote/client/msg/core/internal/SubscriptionHandler.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.client.msg.core.internal; import org.eclipse.osee.ote.message.tool.SubscriptionDetails;
diff --git a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OTEStatusCallbackForTests.java b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OTEStatusCallbackForTests.java index 73d78ed..7429407 100644 --- a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OTEStatusCallbackForTests.java +++ b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OTEStatusCallbackForTests.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote;
diff --git a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OteServiceApiTest.java b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OteServiceApiTest.java index 1ddc68a..c37071d 100644 --- a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OteServiceApiTest.java +++ b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/OteServiceApiTest.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/core/XmlSupportTest.java b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/core/XmlSupportTest.java index 026bd91..a8ea261 100644 --- a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/core/XmlSupportTest.java +++ b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/core/XmlSupportTest.java
@@ -1,8 +1,15 @@ -/* - * Created on Jun 10, 2013 +/********************************************************************* + * Copyright (c) 2023 Boeing * - * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE - */ + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core; import org.junit.Assert;
diff --git a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointTest.java b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointTest.java index 6caf95b..4353a82 100644 --- a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointTest.java +++ b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointTest.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/data/MemoryResourceTest.java b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/data/MemoryResourceTest.java index 03617f9..02dc5a5 100644 --- a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/data/MemoryResourceTest.java +++ b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/data/MemoryResourceTest.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message.data; import java.math.BigInteger;
diff --git a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/elements/CharElementTest.java b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/elements/CharElementTest.java index 8f516c0..26e7ba1 100644 --- a/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/elements/CharElementTest.java +++ b/org.eclipse.osee.ote.core.test/src/org/eclipse/osee/ote/message/elements/CharElementTest.java
@@ -1,8 +1,15 @@ -/* - * Created on Oct 29, 2013 +/********************************************************************* + * Copyright (c) 2023 Boeing * - * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE - */ + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message.elements; import static org.junit.Assert.assertEquals;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/Configuration.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/Configuration.java index e92606e..bd8dc06 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/Configuration.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/Configuration.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; import java.io.Serializable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationItem.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationItem.java index 0eb7fa7..b76fb6c 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationItem.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationItem.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; import java.io.Serializable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationStatus.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationStatus.java index 8a53714..3117b3d 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationStatus.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationStatus.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; public class ConfigurationStatus {
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationStatusCallback.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationStatusCallback.java index 9458c9a..32ca8fb 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationStatusCallback.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/ConfigurationStatusCallback.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; public interface ConfigurationStatusCallback {
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/HostServerProperties.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/HostServerProperties.java index 61a4dc4..5f20841 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/HostServerProperties.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/HostServerProperties.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/NonRemoteUserSession.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/NonRemoteUserSession.java index 0c5090b..4218632 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/NonRemoteUserSession.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/NonRemoteUserSession.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; import java.io.Serializable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEException.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEException.java index db0e103..b20ff92 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEException.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEException.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEServerRuntimeCache.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEServerRuntimeCache.java index 1dcb522..4d42f69 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEServerRuntimeCache.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEServerRuntimeCache.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; import java.io.File;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEStatusCallback.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEStatusCallback.java index 28a1511..faf4162 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEStatusCallback.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTEStatusCallback.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTETestEnvironmentClient.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTETestEnvironmentClient.java index 86e4b0b..30c9c61 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTETestEnvironmentClient.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OTETestEnvironmentClient.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; import java.io.File;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OseeLogStatusCallback.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OseeLogStatusCallback.java index d33f641..ae0ea97 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OseeLogStatusCallback.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OseeLogStatusCallback.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; import java.util.logging.Level;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OteServiceApi.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OteServiceApi.java index fedf36f..a3fcb61 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OteServiceApi.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/OteServiceApi.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; import java.util.concurrent.ExecutionException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/WaitForCompletion.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/WaitForCompletion.java index 883d120..7963a5a 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/WaitForCompletion.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/WaitForCompletion.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/classserver/BundleResourceFinder.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/classserver/BundleResourceFinder.java index 0d01b46..b648973 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/classserver/BundleResourceFinder.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/classserver/BundleResourceFinder.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.classserver; import java.io.FileInputStream;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/classserver/HeadlessClassServer.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/classserver/HeadlessClassServer.java index 2988e3f..749ee9a 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/classserver/HeadlessClassServer.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/classserver/HeadlessClassServer.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.classserver; import java.io.File;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/collections/ObjectPool.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/collections/ObjectPool.java index e16ba41..0461abe 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/collections/ObjectPool.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/collections/ObjectPool.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.collections; import java.util.concurrent.ArrayBlockingQueue;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/collections/ObjectPoolConfiguration.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/collections/ObjectPoolConfiguration.java index 7a4b76b..e53caab 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/collections/ObjectPoolConfiguration.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/collections/ObjectPoolConfiguration.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.collections; public abstract class ObjectPoolConfiguration<T> {
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/BaseUdpReceiveRunnable.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/BaseUdpReceiveRunnable.java index ad80048..0193d56 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/BaseUdpReceiveRunnable.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/BaseUdpReceiveRunnable.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/CopyOnWriteNoIteratorList.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/CopyOnWriteNoIteratorList.java index d5c0a6f..abab0d3 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/CopyOnWriteNoIteratorList.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/CopyOnWriteNoIteratorList.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core; import java.lang.reflect.Array;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/OTESessionManager.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/OTESessionManager.java index 51dbdae..6ab854e 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/OTESessionManager.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/OTESessionManager.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core; import java.util.Set;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/ServerApplication.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/ServerApplication.java index 3b1f5db..5ce99a3 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/ServerApplication.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/ServerApplication.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core; import org.eclipse.equinox.app.IApplication;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestPromptImpl.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestPromptImpl.java index 5dd453e..69c0fcb 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestPromptImpl.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/TestPromptImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core; import java.util.concurrent.Executor;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/BatchLog.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/BatchLog.java index 25635ec..5704707 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/BatchLog.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/BatchLog.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core.framework.command; import java.io.File;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTests.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTests.java index be3d3a1..c6d8158 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTests.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTests.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core.framework.command; import java.io.File;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTestsHandle.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTestsHandle.java index 1b1bbe1..6c97b7c 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTestsHandle.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTestsHandle.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core.framework.command; import java.io.Serializable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTestsKeys.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTestsKeys.java index a929048..cb7aeb4 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTestsKeys.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/framework/command/RunTestsKeys.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core.framework.command; public enum RunTestsKeys {
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/internal/OTESessionManagerImpl.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/internal/OTESessionManagerImpl.java index 7476b89..d5e366e 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/internal/OTESessionManagerImpl.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/internal/OTESessionManagerImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core.internal; import java.util.Map;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/GCHelper.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/GCHelper.java index 701ef4e..45bbdf9 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/GCHelper.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/GCHelper.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core.log; import java.lang.management.GarbageCollectorMXBean;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/ParentLogRecord.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/ParentLogRecord.java index a29362f..f018813 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/ParentLogRecord.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/ParentLogRecord.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core.log.record; import java.util.ArrayList;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/json/LogRecordModule.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/json/LogRecordModule.java index 64472dd..f395097 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/json/LogRecordModule.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/core/log/record/json/LogRecordModule.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.core.log.record.json; import java.util.logging.Level;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/AddressBuffer.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/AddressBuffer.java index 7e1ec2f..41665aa 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/AddressBuffer.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/AddressBuffer.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.net.InetSocketAddress;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/EndpointDataProcessor.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/EndpointDataProcessor.java index a0b8ed3..cfa9aa7 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/EndpointDataProcessor.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/EndpointDataProcessor.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.nio.ByteBuffer;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointReceiveRunnable.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointReceiveRunnable.java index ed2e6be..5d4b134 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointReceiveRunnable.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointReceiveRunnable.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.io.ByteArrayOutputStream;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointSendRunnable.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointSendRunnable.java index ea9a7dc..5464dcc 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointSendRunnable.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointSendRunnable.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.io.ByteArrayOutputStream;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointSender.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointSender.java index 4a1a9e7..437feea 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointSender.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointSender.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.net.InetSocketAddress;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointUtil.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointUtil.java index 761a405..482d387 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointUtil.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteEndpointUtil.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.net.InetAddress;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpoint.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpoint.java index e391134..b8ced6e 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpoint.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpoint.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.net.InetSocketAddress;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointInlineSender.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointInlineSender.java index aace552..d89c964 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointInlineSender.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointInlineSender.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointReceiverImpl.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointReceiverImpl.java index 6974857..96254a5 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointReceiverImpl.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointReceiverImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.net.InetSocketAddress;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointSender.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointSender.java index 3ae2f4e..22bac30 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointSender.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/endpoint/OteUdpEndpointSender.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.endpoint; import java.net.InetSocketAddress;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TcpFileTransfer.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TcpFileTransfer.java index deb6a41..9d393b5 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TcpFileTransfer.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TcpFileTransfer.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.filetransfer; import java.io.File;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TcpFileTransferHandle.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TcpFileTransferHandle.java index 3175631..442c2e3 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TcpFileTransferHandle.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TcpFileTransferHandle.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.filetransfer; import java.net.InetSocketAddress;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TransferProgressMonitor.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TransferProgressMonitor.java index b72102c..21174df 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TransferProgressMonitor.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/filetransfer/TransferProgressMonitor.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.filetransfer; import java.util.concurrent.atomic.AtomicInteger;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/AddressResponseListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/AddressResponseListener.java index ed9e17d..2bbed34 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/AddressResponseListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/AddressResponseListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.net.InetSocketAddress;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/Configure.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/Configure.java index e3e716e..a9651f0 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/Configure.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/Configure.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.util.concurrent.Callable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConfigureAndResponseListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConfigureAndResponseListener.java index 03f586d..c755067 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConfigureAndResponseListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConfigureAndResponseListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConnectionListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConnectionListener.java index 98e4e90..76875b5 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConnectionListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ConnectionListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/DisconnectListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/DisconnectListener.java index 6a6c35b..3ab7b15 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/DisconnectListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/DisconnectListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/DownloadConfiguration.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/DownloadConfiguration.java index 5667ef9..c406e32 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/DownloadConfiguration.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/DownloadConfiguration.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.util.concurrent.Callable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/GetPropertiesListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/GetPropertiesListener.java index a4fd1af..180e755 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/GetPropertiesListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/GetPropertiesListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTEFutureImpl.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTEFutureImpl.java index cf2ad43..20393c3 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTEFutureImpl.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTEFutureImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.util.concurrent.ExecutionException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTEServerRuntimeCacheImpl.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTEServerRuntimeCacheImpl.java index 99eace7..15fd32a 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTEServerRuntimeCacheImpl.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTEServerRuntimeCacheImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.File;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTESystemOutConnection.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTESystemOutConnection.java index 38a799c..86478aa 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTESystemOutConnection.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTESystemOutConnection.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTESystemOutputHandler.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTESystemOutputHandler.java index 3b82527..77d9084 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTESystemOutputHandler.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OTESystemOutputHandler.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OteServiceApiImpl.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OteServiceApiImpl.java index a477bdf..be9d157 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OteServiceApiImpl.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/OteServiceApiImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.util.Collections;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/PhysicalTypesResponceListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/PhysicalTypesResponceListener.java index d9edf52..91a4aa6 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/PhysicalTypesResponceListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/PhysicalTypesResponceListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RecordCommandListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RecordCommandListener.java index a7746af..a0d1a01 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RecordCommandListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RecordCommandListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RemoteMessageServiceHandler.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RemoteMessageServiceHandler.java index ed42646..51a8dc2 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RemoteMessageServiceHandler.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RemoteMessageServiceHandler.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import org.eclipse.osee.ote.message.event.OteEventMessageUtil;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RemoteOteApiHandler.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RemoteOteApiHandler.java index ea9123f..349b89a 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RemoteOteApiHandler.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RemoteOteApiHandler.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import org.eclipse.osee.ote.OteServiceApi;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RunTestListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RunTestListener.java index 9b0d482..ec0b9c5 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RunTestListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/RunTestListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ServerShutdownListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ServerShutdownListener.java index 2d5dcc0..dfd2d18 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ServerShutdownListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ServerShutdownListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.rmi.RemoteException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SetBatchModeListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SetBatchModeListener.java index 858d449..13c8218 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SetBatchModeListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SetBatchModeListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import org.eclipse.osee.ote.OteServiceApi;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SetElementCommandListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SetElementCommandListener.java index d6abffa..27a0d0d 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SetElementCommandListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SetElementCommandListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/StopRecordCommandListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/StopRecordCommandListener.java index 3c042de..dd256d7 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/StopRecordCommandListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/StopRecordCommandListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import org.eclipse.osee.ote.message.interfaces.IRemoteMessageService;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SubscriptionCommandListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SubscriptionCommandListener.java index 6b8182a..b75bbac 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SubscriptionCommandListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/SubscriptionCommandListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/TransferFileToClientListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/TransferFileToClientListener.java index a7352f8..7849fe2 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/TransferFileToClientListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/TransferFileToClientListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.File;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/UnSubscribeCommandListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/UnSubscribeCommandListener.java index 11d9d55..8c3aab2 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/UnSubscribeCommandListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/UnSubscribeCommandListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ZeroizeElementCommandListener.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ZeroizeElementCommandListener.java index 8bf3f9b..acf5f9b 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ZeroizeElementCommandListener.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/ZeroizeElementCommandListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/endpoint/EndpointComponent.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/endpoint/EndpointComponent.java index 79984c2..2bfb8d3 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/endpoint/EndpointComponent.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/internal/endpoint/EndpointComponent.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.internal.endpoint; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/IOType.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/IOType.java index a32ed8b..77d54ef 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/IOType.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/IOType.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message; public interface IOType {
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageListenerTrace.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageListenerTrace.java index 164025b..a93b114 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageListenerTrace.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageListenerTrace.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message; import java.util.List;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageSendPeriodTrace.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageSendPeriodTrace.java index c16e97d..f429928 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageSendPeriodTrace.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageSendPeriodTrace.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message; import java.util.List;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageSendTrace.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageSendTrace.java index 18dc30c..a1dbf61 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageSendTrace.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageSendTrace.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message; import java.util.List;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTimeTrace.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTimeTrace.java index e7751b9..b12eafc 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTimeTrace.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTimeTrace.java
@@ -1,8 +1,15 @@ -/* - * Created on Oct 16, 2017 +/********************************************************************* + * Copyright (c) 2023 Boeing * - * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE - */ + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message; import java.util.concurrent.TimeUnit;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTraceLogger.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTraceLogger.java index ca1d3a5..0c6191c 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTraceLogger.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTraceLogger.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message; /**
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTraceOutput.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTraceOutput.java index f8540ee..cbee8bb 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTraceOutput.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/MessageTraceOutput.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message; /**
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/TimeEvent.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/TimeEvent.java index 1a7c121..17bb1ab 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/TimeEvent.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/TimeEvent.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message; public class TimeEvent {
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/TimeTrace.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/TimeTrace.java index b2874fe..8104f86 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/TimeTrace.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/TimeTrace.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message; import java.util.ArrayList;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/BiSci16Element.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/BiSci16Element.java index c333033..30d23a4 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/BiSci16Element.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/BiSci16Element.java
@@ -1,8 +1,15 @@ -/* - * Created on Apr 30, 2015 +/********************************************************************* + * Copyright (c) 2023 Boeing * - * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE - */ + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message.elements; import org.eclipse.osee.ote.core.environment.interfaces.ITestEnvironmentAccessor;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/Dec32Element.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/Dec32Element.java index 81f53da..ea4396b 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/Dec32Element.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/elements/Dec32Element.java
@@ -1,8 +1,15 @@ -/* - * Created on Nov 6, 2013 +/********************************************************************* + * Copyright (c) 2023 Boeing * - * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE - */ + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message.elements; import org.eclipse.osee.ote.message.Message;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/ADDRESS_TYPE.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/ADDRESS_TYPE.java index 5f0a443..9be9361 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/ADDRESS_TYPE.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/ADDRESS_TYPE.java
@@ -1,6 +1,15 @@ -/* - * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE - */ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message.event; import org.eclipse.osee.ote.message.elements.IEnumValue;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/FileAvailableRequest.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/FileAvailableRequest.java index 194e796..32841ff 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/FileAvailableRequest.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/FileAvailableRequest.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message.event; import org.eclipse.osee.ote.message.elements.StringElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/FileAvailableStatus.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/FileAvailableStatus.java index 7027b47..0ff6a11 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/FileAvailableStatus.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/FileAvailableStatus.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message.event; import org.eclipse.osee.ote.message.elements.BooleanElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/MyObjectInputStream.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/MyObjectInputStream.java index caf4936..0a42119 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/MyObjectInputStream.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/MyObjectInputStream.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message.event; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/SOCKET_ADDRESS_RECORD.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/SOCKET_ADDRESS_RECORD.java index bd3d88a..21232d5 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/SOCKET_ADDRESS_RECORD.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/message/event/SOCKET_ADDRESS_RECORD.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.message.event; import java.net.InetAddress;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/AVAILABLE_PHYSICAL_TYPES_REQ.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/AVAILABLE_PHYSICAL_TYPES_REQ.java index 3188e56..cbb30f7 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/AVAILABLE_PHYSICAL_TYPES_REQ.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/AVAILABLE_PHYSICAL_TYPES_REQ.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.event.OteEventMessage;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/BooleanResponse.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/BooleanResponse.java index f9a161f..bca4eda 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/BooleanResponse.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/BooleanResponse.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.BooleanElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/ConfigurationAndResponse.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/ConfigurationAndResponse.java index 44aa10a..f0afc07 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/ConfigurationAndResponse.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/ConfigurationAndResponse.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import java.io.Serializable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/DisconnectRemoteTestEnvironment.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/DisconnectRemoteTestEnvironment.java index 5f02abb..0eb994f 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/DisconnectRemoteTestEnvironment.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/DisconnectRemoteTestEnvironment.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import java.io.Serializable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/GET_INET_ADDRESS_REQ.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/GET_INET_ADDRESS_REQ.java index bde6906..6c0ae39 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/GET_INET_ADDRESS_REQ.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/GET_INET_ADDRESS_REQ.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.EnumeratedElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/GET_INET_ADDRESS_RESP.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/GET_INET_ADDRESS_RESP.java index 75c51b4..5db4720 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/GET_INET_ADDRESS_RESP.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/GET_INET_ADDRESS_RESP.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.EnumeratedElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/JobStatus.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/JobStatus.java index 4096e0b..c60c7fa 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/JobStatus.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/JobStatus.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import java.io.Serializable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/MESSAGE_META_DATA_STAT.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/MESSAGE_META_DATA_STAT.java index 8fcde75..df023c2 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/MESSAGE_META_DATA_STAT.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/MESSAGE_META_DATA_STAT.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.BooleanElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RECORDING_COMPLETE.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RECORDING_COMPLETE.java index cfd525b..d63a97f 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RECORDING_COMPLETE.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RECORDING_COMPLETE.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.event.OteEventMessage;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RequestHostEnvironmentProperties.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RequestHostEnvironmentProperties.java index 043a754..61b5dd6 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RequestHostEnvironmentProperties.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RequestHostEnvironmentProperties.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.event.OteEventMessage;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RequestRemoteTestEnvironment.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RequestRemoteTestEnvironment.java index a3f4a83..677d771 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RequestRemoteTestEnvironment.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RequestRemoteTestEnvironment.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import java.io.Serializable;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsCancel.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsCancel.java index b30ddca..a646aae 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsCancel.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsCancel.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.BooleanElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsGetCommandResultReq.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsGetCommandResultReq.java index 0460b2c..fc3ce35 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsGetCommandResultReq.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsGetCommandResultReq.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.StringElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsIsCancelled.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsIsCancelled.java index a93f6c6..eb82791 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsIsCancelled.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsIsCancelled.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.StringElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsIsDone.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsIsDone.java index ca6f299..04eda7f 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsIsDone.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/RunTestsIsDone.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.StringElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SOCKET_ID.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SOCKET_ID.java index 550e939..4d7f55e 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SOCKET_ID.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SOCKET_ID.java
@@ -1,6 +1,15 @@ -/* - * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE - */ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.IEnumValue;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/STOP_RECORDING_CMD.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/STOP_RECORDING_CMD.java index 079a102..75d904a 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/STOP_RECORDING_CMD.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/STOP_RECORDING_CMD.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.event.OteEventMessage;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SerializedDisconnectRemoteTestEnvironment.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SerializedDisconnectRemoteTestEnvironment.java index c9f0c39..abc167b 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SerializedDisconnectRemoteTestEnvironment.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SerializedDisconnectRemoteTestEnvironment.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SerializedRequestRemoteTestEnvironment.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SerializedRequestRemoteTestEnvironment.java index b321c21..7be7d9f 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SerializedRequestRemoteTestEnvironment.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/SerializedRequestRemoteTestEnvironment.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentServerShutdown.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentServerShutdown.java index 83c3fa2..b6ebbb6 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentServerShutdown.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentServerShutdown.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.StringElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentSetBatchMode.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentSetBatchMode.java index 3a496ee..aa5c7e0 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentSetBatchMode.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentSetBatchMode.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.BooleanElement;
diff --git a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentTransferFile.java b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentTransferFile.java index 6fb5e9e..400a4ba 100644 --- a/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentTransferFile.java +++ b/org.eclipse.osee.ote.core/src/org/eclipse/osee/ote/remote/messages/TestEnvironmentTransferFile.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.remote.messages; import org.eclipse.osee.ote.message.elements.StringElement;
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/OTEServerFolder.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/OTEServerFolder.java index de46898..2242e45 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/OTEServerFolder.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/OTEServerFolder.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io; import java.io.File;
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/SystemOutput.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/SystemOutput.java index 2be2268..73b9c8d 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/SystemOutput.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/SystemOutput.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io; public interface SystemOutput {
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/SystemOutputListener.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/SystemOutputListener.java index f84a633..b6841fd 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/SystemOutputListener.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/SystemOutputListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/EarlyIORedirect.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/EarlyIORedirect.java index 7e020cf..4bab0f9 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/EarlyIORedirect.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/EarlyIORedirect.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io.internal; import java.io.InputStream;
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/OTEFolderImpl.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/OTEFolderImpl.java index f9e367c..513d714 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/OTEFolderImpl.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/OTEFolderImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io.internal; import java.io.File;
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedInputStream.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedInputStream.java index 520ab0a..974ac67 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedInputStream.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedInputStream.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io.internal; import java.io.BufferedReader;
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedOut.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedOut.java index 51be19a..c80fd15 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedOut.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedOut.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io.internal; import java.io.PrintStream;
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedOutputStream.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedOutputStream.java index 5f4b6ac..0ebf837 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedOutputStream.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SpecializedOutputStream.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SystemOutputImpl.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SystemOutputImpl.java index db65ac4..2b19b38 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SystemOutputImpl.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SystemOutputImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io.internal; import java.io.BufferedOutputStream;
diff --git a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SystemOutputListerImpl.java b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SystemOutputListerImpl.java index ccc651f..2597d5e 100644 --- a/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SystemOutputListerImpl.java +++ b/org.eclipse.osee.ote.io/src/org/eclipse/osee/ote/io/internal/SystemOutputListerImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.io.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.jms/src/org/eclipse/osee/ote/jms/bridge/EventToEndpoint.java b/org.eclipse.osee.ote.jms/src/org/eclipse/osee/ote/jms/bridge/EventToEndpoint.java index da4e6f7..16c75f1 100644 --- a/org.eclipse.osee.ote.jms/src/org/eclipse/osee/ote/jms/bridge/EventToEndpoint.java +++ b/org.eclipse.osee.ote.jms/src/org/eclipse/osee/ote/jms/bridge/EventToEndpoint.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.jms.bridge; import java.util.logging.Level;
diff --git a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServer.java b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServer.java index 3ef9077..f3b132f 100644 --- a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServer.java +++ b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServer.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.client; import java.net.URI;
diff --git a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServerAvailableNodes.java b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServerAvailableNodes.java index f69f2ee..bfacfd4 100644 --- a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServerAvailableNodes.java +++ b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServerAvailableNodes.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.client; import java.util.ArrayList;
diff --git a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServerResult.java b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServerResult.java index df14451..2cb7a35 100644 --- a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServerResult.java +++ b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/OTEMasterServerResult.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.client; public class OTEMasterServerResult {
diff --git a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/AddServer.java b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/AddServer.java index cc08be8..455f137 100644 --- a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/AddServer.java +++ b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/AddServer.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.client.internal; import java.net.URI;
diff --git a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/GetAvailableServers.java b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/GetAvailableServers.java index 48ba69b..6af1754 100644 --- a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/GetAvailableServers.java +++ b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/GetAvailableServers.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.client.internal; import java.net.URI;
diff --git a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/HttpUtil.java b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/HttpUtil.java index 1f7edc3..ed28ba9 100644 --- a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/HttpUtil.java +++ b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/HttpUtil.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.client.internal; import java.net.HttpURLConnection;
diff --git a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/OTEMasterServerImpl.java b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/OTEMasterServerImpl.java index 8d032b3..5500335 100644 --- a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/OTEMasterServerImpl.java +++ b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/OTEMasterServerImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.client.internal; import java.net.URI;
diff --git a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/RemoveServer.java b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/RemoveServer.java index 76e599d..ed7ad5d 100644 --- a/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/RemoveServer.java +++ b/org.eclipse.osee.ote.master.rest.client/src/org/eclipse/osee/ote/master/rest/client/internal/RemoveServer.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.client.internal; import java.net.URI;
diff --git a/org.eclipse.osee.ote.master.rest.model/src/org/eclipse/osee/ote/master/rest/model/OTEServer.java b/org.eclipse.osee.ote.master.rest.model/src/org/eclipse/osee/ote/master/rest/model/OTEServer.java index 76fed87..3cc4602 100644 --- a/org.eclipse.osee.ote.master.rest.model/src/org/eclipse/osee/ote/master/rest/model/OTEServer.java +++ b/org.eclipse.osee.ote.master.rest.model/src/org/eclipse/osee/ote/master/rest/model/OTEServer.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.model; import javax.xml.bind.annotation.XmlRootElement;
diff --git a/org.eclipse.osee.ote.master.rest.test/src/org/eclipse/osee/ote/master/rest/test/ClientAPITest.java b/org.eclipse.osee.ote.master.rest.test/src/org/eclipse/osee/ote/master/rest/test/ClientAPITest.java index 2959aec..3ae7952 100644 --- a/org.eclipse.osee.ote.master.rest.test/src/org/eclipse/osee/ote/master/rest/test/ClientAPITest.java +++ b/org.eclipse.osee.ote.master.rest.test/src/org/eclipse/osee/ote/master/rest/test/ClientAPITest.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.test; import java.net.URI;
diff --git a/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTEAvailableServersResource.java b/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTEAvailableServersResource.java index a977794..1318ac7 100644 --- a/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTEAvailableServersResource.java +++ b/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTEAvailableServersResource.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.internal; import java.net.MalformedURLException;
diff --git a/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTEMasterApplication.java b/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTEMasterApplication.java index bdf922b..13c18ab 100644 --- a/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTEMasterApplication.java +++ b/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTEMasterApplication.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.internal; import org.eclipse.equinox.app.IApplication;
diff --git a/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTERestApplication.java b/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTERestApplication.java index 2fc7b10..57e2c71 100644 --- a/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTERestApplication.java +++ b/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/OTERestApplication.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.internal; import java.util.HashSet;
diff --git a/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/Util.java b/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/Util.java index eafaaf6..0b21286 100644 --- a/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/Util.java +++ b/org.eclipse.osee.ote.master.rest/src/org/eclipse/osee/ote/master/rest/internal/Util.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.rest.internal; import java.net.URI;
diff --git a/org.eclipse.osee.ote.master.test/src/org/eclipse/osee/ote/master/internal/OTELookupImplTest.java b/org.eclipse.osee.ote.master.test/src/org/eclipse/osee/ote/master/internal/OTELookupImplTest.java index ef4897c..7a3dfbc 100644 --- a/org.eclipse.osee.ote.master.test/src/org/eclipse/osee/ote/master/internal/OTELookupImplTest.java +++ b/org.eclipse.osee.ote.master.test/src/org/eclipse/osee/ote/master/internal/OTELookupImplTest.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.internal; import java.net.URI;
diff --git a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTELookup.java b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTELookup.java index 16037c5..c6f1a06 100644 --- a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTELookup.java +++ b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTELookup.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master; import java.util.List;
diff --git a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTELookupServerEntry.java b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTELookupServerEntry.java index 60e32ff..5457f21 100644 --- a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTELookupServerEntry.java +++ b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTELookupServerEntry.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master; import java.net.URI;
diff --git a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTEServerType.java b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTEServerType.java index dfcfb33..7b870b0 100644 --- a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTEServerType.java +++ b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/OTEServerType.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master; public interface OTEServerType {
diff --git a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/internal/LookupTimeoutMonitor.java b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/internal/LookupTimeoutMonitor.java index 17e62f2..daaa80a 100644 --- a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/internal/LookupTimeoutMonitor.java +++ b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/internal/LookupTimeoutMonitor.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.internal; import java.util.ArrayList;
diff --git a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/internal/OTELookupImpl.java b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/internal/OTELookupImpl.java index ac77097..339143e 100644 --- a/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/internal/OTELookupImpl.java +++ b/org.eclipse.osee.ote.master/src/org/eclipse/osee/ote/master/internal/OTELookupImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.master.internal; import java.util.Date;
diff --git a/org.eclipse.osee.ote.properties/src/org/eclipse/osee/ote/properties/OtePropertiesCore.java b/org.eclipse.osee.ote.properties/src/org/eclipse/osee/ote/properties/OtePropertiesCore.java index 771e55c..4546ed3 100644 --- a/org.eclipse.osee.ote.properties/src/org/eclipse/osee/ote/properties/OtePropertiesCore.java +++ b/org.eclipse.osee.ote.properties/src/org/eclipse/osee/ote/properties/OtePropertiesCore.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.properties; public enum OtePropertiesCore implements OteSimpleProperties {
diff --git a/org.eclipse.osee.ote.properties/src/org/eclipse/osee/ote/properties/OteSimpleProperties.java b/org.eclipse.osee.ote.properties/src/org/eclipse/osee/ote/properties/OteSimpleProperties.java index cffbe16..1f07e51 100644 --- a/org.eclipse.osee.ote.properties/src/org/eclipse/osee/ote/properties/OteSimpleProperties.java +++ b/org.eclipse.osee.ote.properties/src/org/eclipse/osee/ote/properties/OteSimpleProperties.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.properties; public interface OteSimpleProperties {
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/BasicProgress.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/BasicProgress.java index 295a0b6..82cabce 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/BasicProgress.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/BasicProgress.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client; public class BasicProgress implements Progress {
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/ConfigurationStatusCallback.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/ConfigurationStatusCallback.java index e2db3ad..f4199f4 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/ConfigurationStatusCallback.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/ConfigurationStatusCallback.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client; public interface ConfigurationStatusCallback {
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/GetFileProgress.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/GetFileProgress.java index 525f1e6..213a0b3 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/GetFileProgress.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/GetFileProgress.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client;
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/OTECacheItem.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/OTECacheItem.java index b9b3251..d3b5d25 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/OTECacheItem.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/OTECacheItem.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client; import java.io.File;
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/Progress.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/Progress.java index 095e40e..75585cb 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/Progress.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/Progress.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client; public interface Progress {
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/ProgressWithCancel.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/ProgressWithCancel.java index 72d8722..1bd72b4 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/ProgressWithCancel.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/ProgressWithCancel.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client; public interface ProgressWithCancel extends Progress {
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/BaseClientCallable.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/BaseClientCallable.java index 7ed3ffa..6fc4afc 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/BaseClientCallable.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/BaseClientCallable.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client.internal; import java.util.concurrent.Callable;
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/ConfigureOteServer.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/ConfigureOteServer.java index 54fad81..c2f3d12 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/ConfigureOteServer.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/ConfigureOteServer.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client.internal; import java.io.File;
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/GetOteServerFile.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/GetOteServerFile.java index a571167..ed25717 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/GetOteServerFile.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/GetOteServerFile.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client.internal; import java.io.File;
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/PrepareOteServerFile.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/PrepareOteServerFile.java index 9d38d64..9ea75b4 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/PrepareOteServerFile.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/PrepareOteServerFile.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client.internal; import java.net.URI;
diff --git a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/RunTests.java b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/RunTests.java index cb9e012..a846d10 100644 --- a/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/RunTests.java +++ b/org.eclipse.osee.ote.rest.client/src/org/eclipse/osee/ote/rest/client/internal/RunTests.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.client.internal; import java.net.URI;
diff --git a/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/KeyValue.java b/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/KeyValue.java index 9726e7d..c11759d 100644 --- a/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/KeyValue.java +++ b/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/KeyValue.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.model; import java.util.Arrays;
diff --git a/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/OTEConfigurationItem.java b/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/OTEConfigurationItem.java index 4dba4b9..b44a0eb 100644 --- a/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/OTEConfigurationItem.java +++ b/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/OTEConfigurationItem.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.model; import javax.xml.bind.annotation.XmlRootElement;
diff --git a/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/OTEJobStatus.java b/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/OTEJobStatus.java index 833ce5d..1ac4631 100644 --- a/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/OTEJobStatus.java +++ b/org.eclipse.osee.ote.rest.model/src/org/eclipse/osee/ote/rest/model/OTEJobStatus.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.model; import java.net.URL;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ConfigurationJobStatus.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ConfigurationJobStatus.java index 1066ad6..cfc3476 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ConfigurationJobStatus.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ConfigurationJobStatus.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.net.URL;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/HTMLBuilder.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/HTMLBuilder.java index 4bfc2cb..61b6b58 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/HTMLBuilder.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/HTMLBuilder.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.io.File;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OTEConfigItemSort.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OTEConfigItemSort.java index 2d8c411..75bb0fa 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OTEConfigItemSort.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OTEConfigItemSort.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.util.Comparator;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OTEStatusCallbackForRun.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OTEStatusCallbackForRun.java index ed47e1d..98ec9db 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OTEStatusCallbackForRun.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OTEStatusCallbackForRun.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import org.eclipse.osee.ote.ConfigurationStatus;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteConfigurationStore.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteConfigurationStore.java index 2c58266..32e7018 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteConfigurationStore.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteConfigurationStore.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.net.MalformedURLException;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteConfigurationStoreImpl.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteConfigurationStoreImpl.java index f4098e8..6fbd7dd 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteConfigurationStoreImpl.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteConfigurationStoreImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.net.MalformedURLException;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJob.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJob.java index 0d2c646..9260144 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJob.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJob.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.util.concurrent.ExecutionException;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJobStore.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJobStore.java index 90a74d0..baefbfa 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJobStore.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJobStore.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.util.Collection;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJobStoreImpl.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJobStoreImpl.java index b6cbd83..0a2bdf7 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJobStoreImpl.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteJobStoreImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.util.Collection;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommands.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommands.java index 0a2984d..390ae85 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommands.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommands.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import org.eclipse.osee.ote.core.framework.command.RunTests;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommandsImpl.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommandsImpl.java index f6a4fce..ee8b635 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommandsImpl.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestCommandsImpl.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.lang.ref.WeakReference;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestResourceItem.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestResourceItem.java index 62cc91f..ac58ae3 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestResourceItem.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/OteRunTestResourceItem.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.io.IOException;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ReverseAlphabeticalSort.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ReverseAlphabeticalSort.java index 9ca21ee..f35d7ee 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ReverseAlphabeticalSort.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ReverseAlphabeticalSort.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.io.File;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TestResultSummary.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TestResultSummary.java index 611950c..63b234e 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TestResultSummary.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TestResultSummary.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; class TestResultSummary {
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TimeSort.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TimeSort.java index 96d7450..4cd17b8 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TimeSort.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TimeSort.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.io.File;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TranslateUtil.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TranslateUtil.java index 7362eef..f3c0d18 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TranslateUtil.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/TranslateUtil.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import org.eclipse.osee.ote.Configuration;
diff --git a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ZIPGenerator.java b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ZIPGenerator.java index 21af4ea..60bdddd 100644 --- a/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ZIPGenerator.java +++ b/org.eclipse.osee.ote.rest/src/org/eclipse/osee/ote/rest/internal/ZIPGenerator.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.rest.internal; import java.io.File;
diff --git a/org.eclipse.osee.ote.runtimeManager/src/org/eclipse/osee/ote/runtimemanager/PrecompiledListener.java b/org.eclipse.osee.ote.runtimeManager/src/org/eclipse/osee/ote/runtimemanager/PrecompiledListener.java index cb27a59..31e6f0e 100644 --- a/org.eclipse.osee.ote.runtimeManager/src/org/eclipse/osee/ote/runtimemanager/PrecompiledListener.java +++ b/org.eclipse.osee.ote.runtimeManager/src/org/eclipse/osee/ote/runtimemanager/PrecompiledListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.runtimemanager; import java.io.File;
diff --git a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/Activator.java b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/Activator.java index a042a8a..470f24b 100644 --- a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/Activator.java +++ b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/Activator.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.ui.builder; import org.eclipse.ui.plugin.AbstractUIPlugin;
diff --git a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/ArchiveBuilder.java b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/ArchiveBuilder.java index 6c7d118..812b23c 100644 --- a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/ArchiveBuilder.java +++ b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/ArchiveBuilder.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.ui.builder; import java.io.File;
diff --git a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/JarPackager.java b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/JarPackager.java index fbf23f9..aa1294d 100644 --- a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/JarPackager.java +++ b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/JarPackager.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.ui.builder; import java.io.BufferedInputStream;
diff --git a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEBuilderPreferencePage.java b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEBuilderPreferencePage.java index c13470a..655758a 100644 --- a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEBuilderPreferencePage.java +++ b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEBuilderPreferencePage.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.ui.builder; import org.eclipse.core.runtime.preferences.InstanceScope;
diff --git a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEPackagingBuilder.java b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEPackagingBuilder.java index 32a54a9..ad43fdc 100644 --- a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEPackagingBuilder.java +++ b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEPackagingBuilder.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.ui.builder; import java.io.File;
diff --git a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEPackagingNature.java b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEPackagingNature.java index 210a9cf..132cc25 100644 --- a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEPackagingNature.java +++ b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/OTEPackagingNature.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.ui.builder; import org.eclipse.core.resources.ICommand;
diff --git a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/ToggleNatureHandler.java b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/ToggleNatureHandler.java index b1730e1..326d01b 100644 --- a/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/ToggleNatureHandler.java +++ b/org.eclipse.osee.ote.ui.builder/src/org/eclipse/osee/ote/ui/builder/ToggleNatureHandler.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.ui.builder; import java.util.Iterator;
diff --git a/org.eclipse.osee.ote.ui.test.manager/src/org/eclipse/osee/ote/ui/test/manager/util/OTEBuilderResourceFinder.java b/org.eclipse.osee.ote.ui.test.manager/src/org/eclipse/osee/ote/ui/test/manager/util/OTEBuilderResourceFinder.java index f1e1a6f..80ef46a 100644 --- a/org.eclipse.osee.ote.ui.test.manager/src/org/eclipse/osee/ote/ui/test/manager/util/OTEBuilderResourceFinder.java +++ b/org.eclipse.osee.ote.ui.test.manager/src/org/eclipse/osee/ote/ui/test/manager/util/OTEBuilderResourceFinder.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.osee.ote.ui.test.manager.util; import java.io.File;
diff --git a/org.eclipse.ote.bytemessage/src/org/eclipse/ote/bytemessage/OteByteMessageListener.java b/org.eclipse.ote.bytemessage/src/org/eclipse/ote/bytemessage/OteByteMessageListener.java index 66e2f14..3d65c1b 100644 --- a/org.eclipse.ote.bytemessage/src/org/eclipse/ote/bytemessage/OteByteMessageListener.java +++ b/org.eclipse.ote.bytemessage/src/org/eclipse/ote/bytemessage/OteByteMessageListener.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.bytemessage; public interface OteByteMessageListener<T extends OteByteMessage> {
diff --git a/org.eclipse.ote.bytemessage/src/org/eclipse/ote/bytemessage/SerializedClassMessage.java b/org.eclipse.ote.bytemessage/src/org/eclipse/ote/bytemessage/SerializedClassMessage.java index 36a8f32..940ca91 100644 --- a/org.eclipse.ote.bytemessage/src/org/eclipse/ote/bytemessage/SerializedClassMessage.java +++ b/org.eclipse.ote.bytemessage/src/org/eclipse/ote/bytemessage/SerializedClassMessage.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.bytemessage; import java.io.ByteArrayInputStream;
diff --git a/org.eclipse.ote.io.test/src/org/eclipse/ote/io/CircularBufferTest.java b/org.eclipse.ote.io.test/src/org/eclipse/ote/io/CircularBufferTest.java index 7f14de3..125e477 100644 --- a/org.eclipse.ote.io.test/src/org/eclipse/ote/io/CircularBufferTest.java +++ b/org.eclipse.ote.io.test/src/org/eclipse/ote/io/CircularBufferTest.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io;
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelDataFactory.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelDataFactory.java index 795ac9b..18046d9 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelDataFactory.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelDataFactory.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io; import java.net.SocketAddress;
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelRunnable.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelRunnable.java index 565f6ef..2446761 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelRunnable.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/BasicDatagramChannelRunnable.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io; import java.io.IOException;
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/CircularBuffer.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/CircularBuffer.java index 3b47ab6..26c7cd5 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/CircularBuffer.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/CircularBuffer.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io; import java.lang.reflect.Array;
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelData.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelData.java index 6a5af8c..31b7c9f 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelData.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelData.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io; import java.net.SocketAddress;
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelDataFactory.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelDataFactory.java index c23ce17..ad5e3ce 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelDataFactory.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelDataFactory.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io; public interface DatagramChannelDataFactory {
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelDataPool.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelDataPool.java index 0a526be..352c129 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelDataPool.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelDataPool.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io; import java.util.concurrent.ArrayBlockingQueue;
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelRunnable.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelRunnable.java index f891144..b0e581f 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelRunnable.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelRunnable.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io; import java.io.IOException;
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelWorker.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelWorker.java index b0d4e55..5d99a96 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelWorker.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/DatagramChannelWorker.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io; import java.util.concurrent.ArrayBlockingQueue;
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/NanoTime.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/NanoTime.java index e6aa27d..3377a53 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/NanoTime.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/NanoTime.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io; /**
diff --git a/org.eclipse.ote.io/src/org/eclipse/ote/io/internal/PoisonPill.java b/org.eclipse.ote.io/src/org/eclipse/ote/io/internal/PoisonPill.java index 7dc21c3..f384645 100644 --- a/org.eclipse.ote.io/src/org/eclipse/ote/io/internal/PoisonPill.java +++ b/org.eclipse.ote.io/src/org/eclipse/ote/io/internal/PoisonPill.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.io.internal; import java.net.SocketAddress;
diff --git a/org.eclipse.ote.message.manager/src/org/eclipse/ote/message/manager/internal/SubscriptionRecord.java b/org.eclipse.ote.message.manager/src/org/eclipse/ote/message/manager/internal/SubscriptionRecord.java index 424c1f5..5fb4dfa 100644 --- a/org.eclipse.ote.message.manager/src/org/eclipse/ote/message/manager/internal/SubscriptionRecord.java +++ b/org.eclipse.ote.message.manager/src/org/eclipse/ote/message/manager/internal/SubscriptionRecord.java
@@ -1,8 +1,15 @@ -/* - * Created on Jul 1, 2020 +/********************************************************************* + * Copyright (c) 2023 Boeing * - * PLACE_YOUR_DISTRIBUTION_STATEMENT_RIGHT_HERE - */ + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.message.manager.internal; import java.net.InetSocketAddress;
diff --git a/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/BundleUtility.java b/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/BundleUtility.java index 1f3ddb0..80b0a70 100644 --- a/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/BundleUtility.java +++ b/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/BundleUtility.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.services.core; import java.net.URL;
diff --git a/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/LoadBundleProvider.java b/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/LoadBundleProvider.java index b71e93c..395f101 100644 --- a/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/LoadBundleProvider.java +++ b/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/LoadBundleProvider.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.services.core; import java.util.List;
diff --git a/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/OTEClientToServerBundleLocator.java b/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/OTEClientToServerBundleLocator.java index 55486da..f7a1878 100644 --- a/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/OTEClientToServerBundleLocator.java +++ b/org.eclipse.ote.services.core/src/org/eclipse/ote/services/core/OTEClientToServerBundleLocator.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.services.core; import java.io.File;
diff --git a/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerTestMessage.java b/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerTestMessage.java index 80086e0..0a28a85 100644 --- a/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerTestMessage.java +++ b/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerTestMessage.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.test; import org.eclipse.osee.ote.message.Message;
diff --git a/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerTestMessageData.java b/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerTestMessageData.java index 2ef43b4..1f60e9a 100644 --- a/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerTestMessageData.java +++ b/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerTestMessageData.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.test; import org.eclipse.osee.ote.message.IMessageHeader;
diff --git a/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerToHexTest.java b/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerToHexTest.java index 90588fd..19be8b6 100644 --- a/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerToHexTest.java +++ b/org.eclipse.ote.ui.eviewer.test/src/org/eclipse/ote/ui/eviewer/test/ElementViewerToHexTest.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.test; import org.eclipse.osee.ote.message.elements.BiSci16Element; import org.eclipse.osee.ote.message.elements.CharElement;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/Constants.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/Constants.java index 775be77..aa64821 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/Constants.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/Constants.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer; public final class Constants {
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/CharToHex.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/CharToHex.java index 8e2ea52..2094c35 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/CharToHex.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/CharToHex.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.tohex; import org.eclipse.osee.ote.message.elements.DiscreteElement;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/EmptyEnumToHex.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/EmptyEnumToHex.java index eb9cd26..bc1b908 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/EmptyEnumToHex.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/EmptyEnumToHex.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.tohex; import org.eclipse.osee.ote.message.elements.DiscreteElement;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/EnumToHex.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/EnumToHex.java index 8db11c1..3cd543f 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/EnumToHex.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/EnumToHex.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.tohex; import org.eclipse.osee.ote.message.elements.DiscreteElement;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/IToHex.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/IToHex.java index 3315e11..595b0f6 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/IToHex.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/IToHex.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.tohex; import org.eclipse.osee.ote.message.elements.DiscreteElement;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/InaccessibleToHex.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/InaccessibleToHex.java index b48ca44..3af983a 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/InaccessibleToHex.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/InaccessibleToHex.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.tohex; import org.eclipse.osee.ote.message.elements.DiscreteElement;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/NumericToHex.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/NumericToHex.java index f4bca85..9f14ba6 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/NumericToHex.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/NumericToHex.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.tohex; import org.eclipse.osee.ote.message.elements.DiscreteElement;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/StringToHex.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/StringToHex.java index 33f58cf..577b4a2 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/StringToHex.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/StringToHex.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.tohex; import org.eclipse.osee.ote.message.elements.DiscreteElement;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/ToHexFactory.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/ToHexFactory.java index a6e9bfe..dea5733 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/ToHexFactory.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/tohex/ToHexFactory.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.tohex; import java.util.logging.Level; import org.eclipse.osee.framework.logging.OseeLog;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnElement.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnElement.java index f0d1eea..ec45d42 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnElement.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnElement.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.view; import java.util.concurrent.atomic.AtomicBoolean;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnEntry.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnEntry.java index dba627c..7ddbf78 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnEntry.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnEntry.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.view; import org.eclipse.osee.ote.message.ElementPath;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnFileParser.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnFileParser.java index 67d65e3..c8cc7c6 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnFileParser.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ColumnFileParser.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.view; import java.io.BufferedReader;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/MessageDialogs.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/MessageDialogs.java index 0a95d84..d188889 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/MessageDialogs.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/MessageDialogs.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.view; import org.eclipse.jface.dialogs.MessageDialog;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ParseResult.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ParseResult.java index 0f7907a..8abb898 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ParseResult.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ParseResult.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.view; import java.util.Collections;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ViewerColumnElement.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ViewerColumnElement.java index 79cfd3f..683ed65 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ViewerColumnElement.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ViewerColumnElement.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.view; import org.eclipse.jface.viewers.ColumnLabelProvider;
diff --git a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ViewerColumnLong.java b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ViewerColumnLong.java index aae33b2..53f8378 100644 --- a/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ViewerColumnLong.java +++ b/org.eclipse.ote.ui.eviewer/src/org/eclipse/ote/ui/eviewer/view/ViewerColumnLong.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.eviewer.view; import java.text.DecimalFormat;
diff --git a/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/DeleteAllMessagesAction.java b/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/DeleteAllMessagesAction.java index b13a3a1..ab55666 100644 --- a/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/DeleteAllMessagesAction.java +++ b/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/DeleteAllMessagesAction.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message.util; import org.eclipse.jface.action.Action;
diff --git a/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/DeleteMessagesAction.java b/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/DeleteMessagesAction.java index a61f5d9..87419cb 100644 --- a/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/DeleteMessagesAction.java +++ b/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/DeleteMessagesAction.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message.util; import org.eclipse.jface.action.Action;
diff --git a/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/Images.java b/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/Images.java index 7904a3b..509c29f 100644 --- a/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/Images.java +++ b/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/Images.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message.util; import java.io.IOException;
diff --git a/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/MessageSelectComposite.java b/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/MessageSelectComposite.java index 5abf523..179f118 100644 --- a/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/MessageSelectComposite.java +++ b/org.eclipse.ote.ui.message.util/src/org/eclipse/ote/ui/message/util/MessageSelectComposite.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message.util; import java.util.Arrays;
diff --git a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/MessageInputUtil.java b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/MessageInputUtil.java index 1d4e955..d325f01 100644 --- a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/MessageInputUtil.java +++ b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/MessageInputUtil.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message; import java.util.List;
diff --git a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/internal/WatchImages.java b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/internal/WatchImages.java index cbba0a7..bf10b25 100644 --- a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/internal/WatchImages.java +++ b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/internal/WatchImages.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message.internal; import org.eclipse.jface.resource.ImageDescriptor;
diff --git a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/LoadWatchListJob.java b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/LoadWatchListJob.java index fc04173..3c47be9 100644 --- a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/LoadWatchListJob.java +++ b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/LoadWatchListJob.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message.watch; import java.io.BufferedReader;
diff --git a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/MessageInfoSelectionHandler.java b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/MessageInfoSelectionHandler.java index fae423c..b21b27f 100644 --- a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/MessageInfoSelectionHandler.java +++ b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/MessageInfoSelectionHandler.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message.watch; import java.util.ArrayList;
diff --git a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/MessageParameter.java b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/MessageParameter.java index 22bee65..11ebfe8 100644 --- a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/MessageParameter.java +++ b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/MessageParameter.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message.watch; import java.util.ArrayList;
diff --git a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/WatchListConfiguration.java b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/WatchListConfiguration.java index f21c9fb..492e691 100644 --- a/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/WatchListConfiguration.java +++ b/org.eclipse.ote.ui.message/src/org/eclipse/ote/ui/message/watch/WatchListConfiguration.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.message.watch; import java.util.ArrayList;
diff --git a/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/IKeyedImageHelped.java b/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/IKeyedImageHelped.java index 3c33341..f740ec7 100644 --- a/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/IKeyedImageHelped.java +++ b/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/IKeyedImageHelped.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.util; import org.eclipse.jface.resource.ImageDescriptor;
diff --git a/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/KeyedImageHelper.java b/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/KeyedImageHelper.java index 489f0b5..ab0ec41 100644 --- a/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/KeyedImageHelper.java +++ b/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/KeyedImageHelper.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.util; import java.util.logging.Level;
diff --git a/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/SWTUtil.java b/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/SWTUtil.java index f27cf11..6f9793b 100644 --- a/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/SWTUtil.java +++ b/org.eclipse.ote.ui/src/org/eclipse/ote/ui/util/SWTUtil.java
@@ -1,3 +1,15 @@ +/********************************************************************* + * Copyright (c) 2023 Boeing + * + * This program and the accompanying materials are made + * available under the terms of the Eclipse Public License 2.0 + * which is available at https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License-Identifier: EPL-2.0 + * + * Contributors: + * Boeing - initial API and implementation + **********************************************************************/ package org.eclipse.ote.ui.util; import java.lang.reflect.Method;