summaryrefslogtreecommitdiffstats
path: root/datacollector/src/test/java/org/onap/rapp/datacollector/service/ParserFactoryTest.java
diff options
context:
space:
mode:
authorStanislav Marszalek <s.marszalek2@partner.samsung.com>2021-08-26 08:05:14 +0200
committerStanislav Marszalek <s.marszalek2@partner.samsung.com>2021-08-26 08:05:14 +0200
commitd03ceeba06322d59112981bd5b8ab233f6fe04fd (patch)
tree8df163ffbd689b72d4050d976f4c0772a66d5c33 /datacollector/src/test/java/org/onap/rapp/datacollector/service/ParserFactoryTest.java
parent1824fca74c48836cfd073f7a12eb169e4f65ac3f (diff)
Adding copyright to Datacollector RAPP new files
Issue-ID: INT-1962 Signed-off-by: Stanislav Marszalek <s.marszalek2@partner.samsung.com> Change-Id: I02d3684c98d563d7f386de2fdf032e930ac46b1f
Diffstat (limited to 'datacollector/src/test/java/org/onap/rapp/datacollector/service/ParserFactoryTest.java')
-rw-r--r--datacollector/src/test/java/org/onap/rapp/datacollector/service/ParserFactoryTest.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/datacollector/src/test/java/org/onap/rapp/datacollector/service/ParserFactoryTest.java b/datacollector/src/test/java/org/onap/rapp/datacollector/service/ParserFactoryTest.java
index 61a88ee..b6bbad4 100644
--- a/datacollector/src/test/java/org/onap/rapp/datacollector/service/ParserFactoryTest.java
+++ b/datacollector/src/test/java/org/onap/rapp/datacollector/service/ParserFactoryTest.java
@@ -1,3 +1,16 @@
+/*
+ * Copyright (C) 2021 Samsung Electronics
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ * http://www.apache.org/licenses/LICENSE-2.0
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License
+ */
+
package org.onap.rapp.datacollector.service;
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;