diff --git a/GoMain/src/main/main.go b/GoMain/src/main/main.go index 011ae912..2e294bf5 100644 --- a/GoMain/src/main/main.go +++ b/GoMain/src/main/main.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/common/networkhelper/networkhelper.go b/src/common/networkhelper/networkhelper.go index a9bc1f7d..0b7e15a5 100644 --- a/src/common/networkhelper/networkhelper.go +++ b/src/common/networkhelper/networkhelper.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/common/networkhelper/networkhelper_test.go b/src/common/networkhelper/networkhelper_test.go index bd7aec07..66d6a087 100644 --- a/src/common/networkhelper/networkhelper_test.go +++ b/src/common/networkhelper/networkhelper_test.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/controller/discoverymgr/discovery.go b/src/controller/discoverymgr/discovery.go index a39424cc..fc3e32aa 100644 --- a/src/controller/discoverymgr/discovery.go +++ b/src/controller/discoverymgr/discovery.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/controller/discoverymgr/discovery_test.go b/src/controller/discoverymgr/discovery_test.go index 1291014d..4e466246 100644 --- a/src/controller/discoverymgr/discovery_test.go +++ b/src/controller/discoverymgr/discovery_test.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/controller/discoverymgr/types.go b/src/controller/discoverymgr/types.go index d9376f5b..22bceaff 100644 --- a/src/controller/discoverymgr/types.go +++ b/src/controller/discoverymgr/types.go @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. +/******************************************************************************* + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/controller/scoringmgr/mocks/mocks_scoringmgr.go b/src/controller/scoringmgr/mocks/mocks_scoringmgr.go index fedf9b68..45a84d05 100644 --- a/src/controller/scoringmgr/mocks/mocks_scoringmgr.go +++ b/src/controller/scoringmgr/mocks/mocks_scoringmgr.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/interfaces/capi/main.go b/src/interfaces/capi/main.go index 9397d12f..ca0d5ff6 100644 --- a/src/interfaces/capi/main.go +++ b/src/interfaces/capi/main.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/interfaces/javaapi/javaapi.go b/src/interfaces/javaapi/javaapi.go index 21578ffe..f8ad9261 100644 --- a/src/interfaces/javaapi/javaapi.go +++ b/src/interfaces/javaapi/javaapi.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/orchestrationapi/orchestration.go b/src/orchestrationapi/orchestration.go index fbfecaf5..1923006b 100755 --- a/src/orchestrationapi/orchestration.go +++ b/src/orchestrationapi/orchestration.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/orchestrationapi/orchestration_api.go b/src/orchestrationapi/orchestration_api.go index a77d15bb..367641ad 100755 --- a/src/orchestrationapi/orchestration_api.go +++ b/src/orchestrationapi/orchestration_api.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/orchestrationapi/orchestration_test.go b/src/orchestrationapi/orchestration_test.go index 87a62a86..327d075d 100644 --- a/src/orchestrationapi/orchestration_test.go +++ b/src/orchestrationapi/orchestration_test.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/orchestrationapi/orchestrationapi_test.go b/src/orchestrationapi/orchestrationapi_test.go index deee1997..db3e0a05 100644 --- a/src/orchestrationapi/orchestrationapi_test.go +++ b/src/orchestrationapi/orchestrationapi_test.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/restinterface/client/client.go b/src/restinterface/client/client.go index c72f89aa..60c84ed9 100755 --- a/src/restinterface/client/client.go +++ b/src/restinterface/client/client.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/restinterface/client/mocks/mocks_client.go b/src/restinterface/client/mocks/mocks_client.go index a7b1e12e..4d02fedd 100644 --- a/src/restinterface/client/mocks/mocks_client.go +++ b/src/restinterface/client/mocks/mocks_client.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/restinterface/client/restclient/restclient.go b/src/restinterface/client/restclient/restclient.go index e62c3dd2..d9e07c5c 100755 --- a/src/restinterface/client/restclient/restclient.go +++ b/src/restinterface/client/restclient/restclient.go @@ -1,5 +1,5 @@ /******************************************************************************* -* Copyright 2019-2020 Samsung Electronics All Rights Reserved. +* Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/restinterface/client/restclient/restclient_test.go b/src/restinterface/client/restclient/restclient_test.go index ab7e3567..ee98a380 100644 --- a/src/restinterface/client/restclient/restclient_test.go +++ b/src/restinterface/client/restclient/restclient_test.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/restinterface/internalhandler/internalhandler.go b/src/restinterface/internalhandler/internalhandler.go index 96d7d0bc..ae67e7ae 100755 --- a/src/restinterface/internalhandler/internalhandler.go +++ b/src/restinterface/internalhandler/internalhandler.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * 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/restinterface/internalhandler/internalhandler_test.go b/src/restinterface/internalhandler/internalhandler_test.go index 8184971c..0f2510fb 100644 --- a/src/restinterface/internalhandler/internalhandler_test.go +++ b/src/restinterface/internalhandler/internalhandler_test.go @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright 2019-2020 Samsung Electronics All Rights Reserved. + * Copyright 2020 Samsung Electronics All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.