diff options
author | MatthieuGeerebaert <matthieu.geerebaert@orange.com> | 2018-04-13 10:44:18 +0200 |
---|---|---|
committer | MatthieuGeerebaert <matthieu.geerebaert@orange.com> | 2018-04-13 10:44:18 +0200 |
commit | 4085e0657a3eec163bfeeff82560cb3e542cc178 (patch) | |
tree | 9bc3fda2d3520098b032acac48eabfa29695bffc /src/test | |
parent | 217e78bca57def33fadf4316b53323dc4cabdd9b (diff) |
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 <matthieu.geerebaert@orange.com>
Diffstat (limited to 'src/test')
7 files changed, 7 insertions, 13 deletions
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. diff --git a/src/test/resources/application.properties b/src/test/resources/application.properties index 743f438..0128997 100644 --- a/src/test/resources/application.properties +++ b/src/test/resources/application.properties @@ -1,5 +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. |