From 60af8e6f79455f54abcf070ea6093e7d0bbffb81 Mon Sep 17 00:00:00 2001 From: Youngjae Shin Date: Wed, 8 Jan 2020 14:46:48 +0900 Subject: [PATCH] update copyright year --- LICENSE.APLv2 | 2 +- NOTICE | 2 +- app/AppAction.h | 2 +- app/AppActionLaunch.cpp | 2 +- app/AppActionLaunch.h | 2 +- app/AppFactory.cpp | 2 +- app/AppFactory.h | 2 +- app/AppPlugin.cpp | 2 +- bluetooth/BtAction.cpp | 2 +- bluetooth/BtAction.h | 2 +- bluetooth/BtActionAudioConnect.cpp | 2 +- bluetooth/BtActionAudioConnect.h | 2 +- bluetooth/BtActionPower.cpp | 2 +- bluetooth/BtActionPower.h | 2 +- bluetooth/BtFactory.cpp | 2 +- bluetooth/BtFactory.h | 2 +- bluetooth/BtPlugin.cpp | 2 +- display/DisplayAction.cpp | 2 +- display/DisplayAction.h | 2 +- display/DisplayAllowPalmTouch.cpp | 2 +- display/DisplayAllowPalmTouch.h | 2 +- display/DisplayBrightness.cpp | 2 +- display/DisplayBrightness.h | 2 +- display/DisplayFactory.cpp | 2 +- display/DisplayFactory.h | 2 +- display/DisplayPlugin.cpp | 2 +- display/DisplayTimeout.cpp | 2 +- display/DisplayTimeout.h | 2 +- include/plugin-def.h | 2 +- include/plugin-log.h | 2 +- media/MediaAction.h | 2 +- media/MediaFactory.cpp | 2 +- media/MediaFactory.h | 2 +- media/MediaPlayer.cpp | 2 +- media/MediaPlayer.h | 2 +- media/MediaPlugin.cpp | 2 +- media/SoundVolume.cpp | 2 +- media/SoundVolume.h | 2 +- pkg/PkgAction.h | 2 +- pkg/PkgEnableSupportMode.cpp | 2 +- pkg/PkgEnableSupportMode.h | 2 +- pkg/PkgFactory.cpp | 2 +- pkg/PkgFactory.h | 2 +- pkg/PkgPlugin.cpp | 2 +- unittests/mdsp_test_app.cpp | 2 +- unittests/mdsp_test_bt.cpp | 2 +- unittests/mdsp_test_display.cpp | 2 +- unittests/mdsp_test_integration.cpp | 2 +- unittests/mdsp_test_media.cpp | 2 +- unittests/mdsp_test_pkg.cpp | 2 +- unittests/mdsp_test_vconf.cpp | 2 +- unittests/mdsp_test_wifi.cpp | 2 +- vconf/VconfAction.cpp | 2 +- vconf/VconfAction.h | 2 +- vconf/VconfActionBool.cpp | 2 +- vconf/VconfActionBool.h | 2 +- vconf/VconfActionDbl.cpp | 2 +- vconf/VconfActionDbl.h | 2 +- vconf/VconfActionInt.cpp | 2 +- vconf/VconfActionInt.h | 2 +- vconf/VconfActionStr.cpp | 2 +- vconf/VconfActionStr.h | 2 +- vconf/VconfPlugin.cpp | 2 +- wifi/WifiAction.cpp | 2 +- wifi/WifiAction.h | 2 +- wifi/WifiActionPower.cpp | 2 +- wifi/WifiActionPower.h | 2 +- wifi/WifiFactory.cpp | 2 +- wifi/WifiFactory.h | 2 +- wifi/WifiPlugin.cpp | 2 +- 70 files changed, 70 insertions(+), 70 deletions(-) diff --git a/LICENSE.APLv2 b/LICENSE.APLv2 index c1f1938..c01d34d 100644 --- a/LICENSE.APLv2 +++ b/LICENSE.APLv2 @@ -1,4 +1,4 @@ -Copyright (c) 2019 Samsung Electronics Co., Ltd. All rights reserved. +Copyright (c) 2019-2020 Samsung Electronics Co., Ltd. All rights reserved. Apache License Version 2.0, January 2004 diff --git a/NOTICE b/NOTICE index 2564dc4..daae1d4 100644 --- a/NOTICE +++ b/NOTICE @@ -1,3 +1,3 @@ -Copyright (c) 2019 Samsung Electronics Co., Ltd. All rights reserved. +Copyright (c) 2019-2020 Samsung Electronics Co., Ltd. All rights reserved. Except as noted, this software is licensed under Apache License, Version 2. Please, see the LICENSE.APLv2 file for Apache license, version 2 terms and conditions. diff --git a/app/AppAction.h b/app/AppAction.h index d625245..a6ee8f9 100644 --- a/app/AppAction.h +++ b/app/AppAction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/app/AppActionLaunch.cpp b/app/AppActionLaunch.cpp index b9ea121..e3f0848 100644 --- a/app/AppActionLaunch.cpp +++ b/app/AppActionLaunch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/app/AppActionLaunch.h b/app/AppActionLaunch.h index 2e8516b..752be40 100644 --- a/app/AppActionLaunch.h +++ b/app/AppActionLaunch.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/app/AppFactory.cpp b/app/AppFactory.cpp index 8ea7c1e..5683f34 100644 --- a/app/AppFactory.cpp +++ b/app/AppFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/app/AppFactory.h b/app/AppFactory.h index a1b374d..fcd1afe 100644 --- a/app/AppFactory.h +++ b/app/AppFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/app/AppPlugin.cpp b/app/AppPlugin.cpp index 3961da4..cbe286b 100644 --- a/app/AppPlugin.cpp +++ b/app/AppPlugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/bluetooth/BtAction.cpp b/bluetooth/BtAction.cpp index 43539eb..7f77521 100644 --- a/bluetooth/BtAction.cpp +++ b/bluetooth/BtAction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/bluetooth/BtAction.h b/bluetooth/BtAction.h index d30ade8..6d33ddf 100644 --- a/bluetooth/BtAction.h +++ b/bluetooth/BtAction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/bluetooth/BtActionAudioConnect.cpp b/bluetooth/BtActionAudioConnect.cpp index cce118d..1b9d7da 100644 --- a/bluetooth/BtActionAudioConnect.cpp +++ b/bluetooth/BtActionAudioConnect.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/bluetooth/BtActionAudioConnect.h b/bluetooth/BtActionAudioConnect.h index ddd4bec..f0c3050 100644 --- a/bluetooth/BtActionAudioConnect.h +++ b/bluetooth/BtActionAudioConnect.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/bluetooth/BtActionPower.cpp b/bluetooth/BtActionPower.cpp index 17b454e..65e50d0 100644 --- a/bluetooth/BtActionPower.cpp +++ b/bluetooth/BtActionPower.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/bluetooth/BtActionPower.h b/bluetooth/BtActionPower.h index c7bda95..00165e2 100644 --- a/bluetooth/BtActionPower.h +++ b/bluetooth/BtActionPower.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/bluetooth/BtFactory.cpp b/bluetooth/BtFactory.cpp index dde8e04..ecfefea 100644 --- a/bluetooth/BtFactory.cpp +++ b/bluetooth/BtFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/bluetooth/BtFactory.h b/bluetooth/BtFactory.h index 815ca8f..791ad9e 100644 --- a/bluetooth/BtFactory.h +++ b/bluetooth/BtFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/bluetooth/BtPlugin.cpp b/bluetooth/BtPlugin.cpp index d6bab67..b594500 100644 --- a/bluetooth/BtPlugin.cpp +++ b/bluetooth/BtPlugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayAction.cpp b/display/DisplayAction.cpp index 9a327db..bb549b3 100644 --- a/display/DisplayAction.cpp +++ b/display/DisplayAction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayAction.h b/display/DisplayAction.h index e04be7c..9c187ff 100644 --- a/display/DisplayAction.h +++ b/display/DisplayAction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayAllowPalmTouch.cpp b/display/DisplayAllowPalmTouch.cpp index 24f0962..b472a02 100644 --- a/display/DisplayAllowPalmTouch.cpp +++ b/display/DisplayAllowPalmTouch.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayAllowPalmTouch.h b/display/DisplayAllowPalmTouch.h index 8c29b3e..1c2cafe 100644 --- a/display/DisplayAllowPalmTouch.h +++ b/display/DisplayAllowPalmTouch.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayBrightness.cpp b/display/DisplayBrightness.cpp index 536c651..015d7d5 100644 --- a/display/DisplayBrightness.cpp +++ b/display/DisplayBrightness.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayBrightness.h b/display/DisplayBrightness.h index eeb841b..8e6e9d0 100644 --- a/display/DisplayBrightness.h +++ b/display/DisplayBrightness.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayFactory.cpp b/display/DisplayFactory.cpp index 769770d..e60a782 100644 --- a/display/DisplayFactory.cpp +++ b/display/DisplayFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayFactory.h b/display/DisplayFactory.h index 0052768..7c675ce 100644 --- a/display/DisplayFactory.h +++ b/display/DisplayFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayPlugin.cpp b/display/DisplayPlugin.cpp index c58e975..4e24e0d 100644 --- a/display/DisplayPlugin.cpp +++ b/display/DisplayPlugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayTimeout.cpp b/display/DisplayTimeout.cpp index f45cc6c..62f6deb 100644 --- a/display/DisplayTimeout.cpp +++ b/display/DisplayTimeout.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/display/DisplayTimeout.h b/display/DisplayTimeout.h index 153fdb3..c908e15 100644 --- a/display/DisplayTimeout.h +++ b/display/DisplayTimeout.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/include/plugin-def.h b/include/plugin-def.h index 680c2b7..d5fecaa 100644 --- a/include/plugin-def.h +++ b/include/plugin-def.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/include/plugin-log.h b/include/plugin-log.h index bb505b3..648301e 100644 --- a/include/plugin-log.h +++ b/include/plugin-log.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/media/MediaAction.h b/media/MediaAction.h index 77927e6..e658eef 100644 --- a/media/MediaAction.h +++ b/media/MediaAction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/media/MediaFactory.cpp b/media/MediaFactory.cpp index 58ce479..3e99441 100644 --- a/media/MediaFactory.cpp +++ b/media/MediaFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/media/MediaFactory.h b/media/MediaFactory.h index c7c01ce..7358a2b 100644 --- a/media/MediaFactory.h +++ b/media/MediaFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/media/MediaPlayer.cpp b/media/MediaPlayer.cpp index 99d4943..94f3053 100644 --- a/media/MediaPlayer.cpp +++ b/media/MediaPlayer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/media/MediaPlayer.h b/media/MediaPlayer.h index ebf3ee5..f0feeac 100644 --- a/media/MediaPlayer.h +++ b/media/MediaPlayer.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/media/MediaPlugin.cpp b/media/MediaPlugin.cpp index 25cc538..8bef8a1 100644 --- a/media/MediaPlugin.cpp +++ b/media/MediaPlugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/media/SoundVolume.cpp b/media/SoundVolume.cpp index 476a641..05a788b 100644 --- a/media/SoundVolume.cpp +++ b/media/SoundVolume.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/media/SoundVolume.h b/media/SoundVolume.h index 86406c7..35a72a0 100644 --- a/media/SoundVolume.h +++ b/media/SoundVolume.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/pkg/PkgAction.h b/pkg/PkgAction.h index 55f08a9..b5cb7db 100644 --- a/pkg/PkgAction.h +++ b/pkg/PkgAction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/pkg/PkgEnableSupportMode.cpp b/pkg/PkgEnableSupportMode.cpp index ba2aaac..dae6ffa 100644 --- a/pkg/PkgEnableSupportMode.cpp +++ b/pkg/PkgEnableSupportMode.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/pkg/PkgEnableSupportMode.h b/pkg/PkgEnableSupportMode.h index 53dd129..a9a075b 100644 --- a/pkg/PkgEnableSupportMode.h +++ b/pkg/PkgEnableSupportMode.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/pkg/PkgFactory.cpp b/pkg/PkgFactory.cpp index ff8def4..e279d5e 100644 --- a/pkg/PkgFactory.cpp +++ b/pkg/PkgFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/pkg/PkgFactory.h b/pkg/PkgFactory.h index 872533f..ecbc41d 100644 --- a/pkg/PkgFactory.h +++ b/pkg/PkgFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/pkg/PkgPlugin.cpp b/pkg/PkgPlugin.cpp index 939ec79..b833c64 100644 --- a/pkg/PkgPlugin.cpp +++ b/pkg/PkgPlugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/unittests/mdsp_test_app.cpp b/unittests/mdsp_test_app.cpp index 3ef3f71..0da1b09 100644 --- a/unittests/mdsp_test_app.cpp +++ b/unittests/mdsp_test_app.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/unittests/mdsp_test_bt.cpp b/unittests/mdsp_test_bt.cpp index b0c76eb..cfa604e 100644 --- a/unittests/mdsp_test_bt.cpp +++ b/unittests/mdsp_test_bt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/unittests/mdsp_test_display.cpp b/unittests/mdsp_test_display.cpp index 22d6cff..430d479 100644 --- a/unittests/mdsp_test_display.cpp +++ b/unittests/mdsp_test_display.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/unittests/mdsp_test_integration.cpp b/unittests/mdsp_test_integration.cpp index 254ab58..1a9b6de 100644 --- a/unittests/mdsp_test_integration.cpp +++ b/unittests/mdsp_test_integration.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/unittests/mdsp_test_media.cpp b/unittests/mdsp_test_media.cpp index 20631a8..95c92f1 100644 --- a/unittests/mdsp_test_media.cpp +++ b/unittests/mdsp_test_media.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/unittests/mdsp_test_pkg.cpp b/unittests/mdsp_test_pkg.cpp index a272974..57fb3de 100644 --- a/unittests/mdsp_test_pkg.cpp +++ b/unittests/mdsp_test_pkg.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/unittests/mdsp_test_vconf.cpp b/unittests/mdsp_test_vconf.cpp index a94d544..e364e11 100644 --- a/unittests/mdsp_test_vconf.cpp +++ b/unittests/mdsp_test_vconf.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/unittests/mdsp_test_wifi.cpp b/unittests/mdsp_test_wifi.cpp index 5e3a725..a9152a7 100644 --- a/unittests/mdsp_test_wifi.cpp +++ b/unittests/mdsp_test_wifi.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfAction.cpp b/vconf/VconfAction.cpp index b93b2a2..32a551f 100644 --- a/vconf/VconfAction.cpp +++ b/vconf/VconfAction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfAction.h b/vconf/VconfAction.h index 19198cc..5bc0af3 100644 --- a/vconf/VconfAction.h +++ b/vconf/VconfAction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfActionBool.cpp b/vconf/VconfActionBool.cpp index 16297c2..c58b06e 100644 --- a/vconf/VconfActionBool.cpp +++ b/vconf/VconfActionBool.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfActionBool.h b/vconf/VconfActionBool.h index 57eae7a..90644ae 100644 --- a/vconf/VconfActionBool.h +++ b/vconf/VconfActionBool.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfActionDbl.cpp b/vconf/VconfActionDbl.cpp index 7135d49..e5765f0 100644 --- a/vconf/VconfActionDbl.cpp +++ b/vconf/VconfActionDbl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfActionDbl.h b/vconf/VconfActionDbl.h index 9841386..0fd0bdf 100644 --- a/vconf/VconfActionDbl.h +++ b/vconf/VconfActionDbl.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfActionInt.cpp b/vconf/VconfActionInt.cpp index d717a7f..b6e2bb8 100644 --- a/vconf/VconfActionInt.cpp +++ b/vconf/VconfActionInt.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfActionInt.h b/vconf/VconfActionInt.h index 1a747e9..086665d 100644 --- a/vconf/VconfActionInt.h +++ b/vconf/VconfActionInt.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfActionStr.cpp b/vconf/VconfActionStr.cpp index ace2fe9..024e128 100644 --- a/vconf/VconfActionStr.cpp +++ b/vconf/VconfActionStr.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfActionStr.h b/vconf/VconfActionStr.h index 0273ad5..38af35c 100644 --- a/vconf/VconfActionStr.h +++ b/vconf/VconfActionStr.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/vconf/VconfPlugin.cpp b/vconf/VconfPlugin.cpp index b549057..e0739e4 100644 --- a/vconf/VconfPlugin.cpp +++ b/vconf/VconfPlugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/wifi/WifiAction.cpp b/wifi/WifiAction.cpp index 1f7b1fc..cd5ef00 100644 --- a/wifi/WifiAction.cpp +++ b/wifi/WifiAction.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/wifi/WifiAction.h b/wifi/WifiAction.h index e7ddac3..e9c35a1 100644 --- a/wifi/WifiAction.h +++ b/wifi/WifiAction.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/wifi/WifiActionPower.cpp b/wifi/WifiActionPower.cpp index 68cfdaf..c75ae82 100644 --- a/wifi/WifiActionPower.cpp +++ b/wifi/WifiActionPower.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/wifi/WifiActionPower.h b/wifi/WifiActionPower.h index 8996e64..7b3d36b 100644 --- a/wifi/WifiActionPower.h +++ b/wifi/WifiActionPower.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/wifi/WifiFactory.cpp b/wifi/WifiFactory.cpp index cf637e5..297643c 100644 --- a/wifi/WifiFactory.cpp +++ b/wifi/WifiFactory.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/wifi/WifiFactory.h b/wifi/WifiFactory.h index 259305f..80ebb81 100644 --- a/wifi/WifiFactory.h +++ b/wifi/WifiFactory.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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/wifi/WifiPlugin.cpp b/wifi/WifiPlugin.cpp index e8b88b1..56af3b4 100644 --- a/wifi/WifiPlugin.cpp +++ b/wifi/WifiPlugin.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2019-2020 Samsung Electronics Co., Ltd 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. -- 2.34.1