From 4085e0657a3eec163bfeeff82560cb3e542cc178 Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Fri, 13 Apr 2018 10:44:18 +0200 Subject: Remove 'All rights reserved.' on apache 2 license - mvn license:remove - update LICENSE.TXT - mvn license:format Change-Id: I2e7b1c78936b40a7cd181df7a1084535a09eac8c Issue-ID: EXTAPI-53 Signed-off-by: MatthieuGeerebaert --- src/test/java/org/onap/nbi/apis/ApiTest.java | 3 +-- src/test/java/org/onap/nbi/apis/ServiceOrderRepositoryTest.java | 3 +-- src/test/java/org/onap/nbi/apis/StatusResourceTest.java | 3 +-- .../java/org/onap/nbi/apis/assertions/ServiceCatalogAssertions.java | 3 +-- .../java/org/onap/nbi/apis/assertions/ServiceInventoryAssertions.java | 3 +-- src/test/java/org/onap/nbi/apis/assertions/ServiceOrderAssertions.java | 3 +-- 6 files changed, 6 insertions(+), 12 deletions(-) (limited to 'src/test/java/org/onap') diff --git a/src/test/java/org/onap/nbi/apis/ApiTest.java b/src/test/java/org/onap/nbi/apis/ApiTest.java index 259543c..c65f60b 100644 --- a/src/test/java/org/onap/nbi/apis/ApiTest.java +++ b/src/test/java/org/onap/nbi/apis/ApiTest.java @@ -1,6 +1,5 @@ /** - * - * Copyright (c) 2017 Orange. All rights reserved. + * Copyright (c) 2018 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/onap/nbi/apis/ServiceOrderRepositoryTest.java b/src/test/java/org/onap/nbi/apis/ServiceOrderRepositoryTest.java index 0832787..9c030bd 100644 --- a/src/test/java/org/onap/nbi/apis/ServiceOrderRepositoryTest.java +++ b/src/test/java/org/onap/nbi/apis/ServiceOrderRepositoryTest.java @@ -1,6 +1,5 @@ /** - * - * Copyright (c) 2017 Orange. All rights reserved. + * Copyright (c) 2018 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/onap/nbi/apis/StatusResourceTest.java b/src/test/java/org/onap/nbi/apis/StatusResourceTest.java index fdd106b..d9309be 100644 --- a/src/test/java/org/onap/nbi/apis/StatusResourceTest.java +++ b/src/test/java/org/onap/nbi/apis/StatusResourceTest.java @@ -1,6 +1,5 @@ /** - * - * Copyright (c) 2017 Orange. All rights reserved. + * Copyright (c) 2018 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/onap/nbi/apis/assertions/ServiceCatalogAssertions.java b/src/test/java/org/onap/nbi/apis/assertions/ServiceCatalogAssertions.java index 5b68783..648241d 100644 --- a/src/test/java/org/onap/nbi/apis/assertions/ServiceCatalogAssertions.java +++ b/src/test/java/org/onap/nbi/apis/assertions/ServiceCatalogAssertions.java @@ -1,6 +1,5 @@ /** - * - * Copyright (c) 2017 Orange. All rights reserved. + * Copyright (c) 2018 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/onap/nbi/apis/assertions/ServiceInventoryAssertions.java b/src/test/java/org/onap/nbi/apis/assertions/ServiceInventoryAssertions.java index 28a9686..56a6180 100644 --- a/src/test/java/org/onap/nbi/apis/assertions/ServiceInventoryAssertions.java +++ b/src/test/java/org/onap/nbi/apis/assertions/ServiceInventoryAssertions.java @@ -1,6 +1,5 @@ /** - * - * Copyright (c) 2017 Orange. All rights reserved. + * Copyright (c) 2018 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/test/java/org/onap/nbi/apis/assertions/ServiceOrderAssertions.java b/src/test/java/org/onap/nbi/apis/assertions/ServiceOrderAssertions.java index d21b016..feec313 100644 --- a/src/test/java/org/onap/nbi/apis/assertions/ServiceOrderAssertions.java +++ b/src/test/java/org/onap/nbi/apis/assertions/ServiceOrderAssertions.java @@ -1,6 +1,5 @@ /** - * - * Copyright (c) 2017 Orange. All rights reserved. + * Copyright (c) 2018 Orange * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. -- cgit 1.2.3-korg