commit | 4141a91203ae17502a069a4993fab3b85b64c42a | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Thu Dec 29 16:51:38 2022 -0500 |
committer | Joey Armstrong <joey@opennetworking.org> | Thu Dec 29 16:52:04 2022 -0500 |
tree | c954145220201ab332b91a330e259ea55e4f3555 | |
parent | 174d95af2cce735e1bcc8ed3fd667db2f6e5c215 [diff] |
VOL-4836 - Cosmetic edits to trigger a jenkins job. Change-Id: Ic67183e934b9407b88219708bd0dd2444dd5634b
diff --git a/app/src/main/java/org/opencord/aaa/cli/AaaResetAllCommand.java b/app/src/main/java/org/opencord/aaa/cli/AaaResetAllCommand.java index fd57f83..bcdb764 100644 --- a/app/src/main/java/org/opencord/aaa/cli/AaaResetAllCommand.java +++ b/app/src/main/java/org/opencord/aaa/cli/AaaResetAllCommand.java
@@ -1,5 +1,5 @@ /* - * Copyright 2017-present Open Networking Foundation + * Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors * * 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/app/src/main/webapp/WEB-INF/web.xml b/app/src/main/webapp/WEB-INF/web.xml index fcfb33e..9284664 100644 --- a/app/src/main/webapp/WEB-INF/web.xml +++ b/app/src/main/webapp/WEB-INF/web.xml
@@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - ~ Copyright 2022-present Open Networking Foundation + ~ Copyright 2022-2023 Open Networking Foundation (ONF) and the ONF Contributors ~ ~ 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/app/src/test/java/org/opencord/aaa/impl/IdentifierManagerTest.java b/app/src/test/java/org/opencord/aaa/impl/IdentifierManagerTest.java index 668ac0f..2c758d9 100644 --- a/app/src/test/java/org/opencord/aaa/impl/IdentifierManagerTest.java +++ b/app/src/test/java/org/opencord/aaa/impl/IdentifierManagerTest.java
@@ -1,5 +1,5 @@ /* - * Copyright 2017-present Open Networking Foundation + * Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.