diff options
author | mk5004.lee <mk5004.lee@samsung.com> | 2019-09-24 14:37:44 +0900 |
---|---|---|
committer | mk5004.lee <mk5004.lee@samsung.com> | 2019-09-24 14:37:44 +0900 |
commit | a99021df26911e1eddcd91ca505734355308a961 (patch) | |
tree | aa02e8701d6c0049963e9e855e799a461e0e612a | |
parent | abe185dd9872c94f2b203e509e64cb2d50ef2a63 (diff) | |
download | notification-a99021df26911e1eddcd91ca505734355308a961.tar.gz notification-a99021df26911e1eddcd91ca505734355308a961.tar.bz2 notification-a99021df26911e1eddcd91ca505734355308a961.zip |
Update License comment
Change-Id: I000f9521600609c0179fa1f47fcde416171b5d10
Signed-off-by: mk5004.lee <mk5004.lee@samsung.com>
-rw-r--r-- | unittest/mock/mock.cc | 18 | ||||
-rw-r--r-- | unittest/src/test_button_item.cc | 18 | ||||
-rw-r--r-- | unittest/src/test_event_info.cc | 18 | ||||
-rw-r--r-- | unittest/src/test_group_item.cc | 18 | ||||
-rw-r--r-- | unittest/src/test_input_selector_item.cc | 18 | ||||
-rw-r--r-- | unittest/src/test_progress_item.cc | 18 |
6 files changed, 90 insertions, 18 deletions
diff --git a/unittest/mock/mock.cc b/unittest/mock/mock.cc index 687ad67..e2addda 100644 --- a/unittest/mock/mock.cc +++ b/unittest/mock/mock.cc @@ -1,6 +1,18 @@ -// Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved -// Use of this source code is governed by a apache 2.0 license that can be -// found in the LICENSE file. +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include "app_common.h" #include "mock.h" diff --git a/unittest/src/test_button_item.cc b/unittest/src/test_button_item.cc index 2e9e581..dc14b30 100644 --- a/unittest/src/test_button_item.cc +++ b/unittest/src/test_button_item.cc @@ -1,6 +1,18 @@ -// Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved -// Use of this source code is governed by a apache 2.0 license that can be -// found in the LICENSE file. +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <gmock/gmock.h> diff --git a/unittest/src/test_event_info.cc b/unittest/src/test_event_info.cc index 655f12a..e478c44 100644 --- a/unittest/src/test_event_info.cc +++ b/unittest/src/test_event_info.cc @@ -1,6 +1,18 @@ -// Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved -// Use of this source code is governed by a apache 2.0 license that can be -// found in the LICENSE file. +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <gmock/gmock.h> diff --git a/unittest/src/test_group_item.cc b/unittest/src/test_group_item.cc index caa46b0..68c24d3 100644 --- a/unittest/src/test_group_item.cc +++ b/unittest/src/test_group_item.cc @@ -1,6 +1,18 @@ -// Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved -// Use of this source code is governed by a apache 2.0 license that can be -// found in the LICENSE file. +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <gmock/gmock.h> diff --git a/unittest/src/test_input_selector_item.cc b/unittest/src/test_input_selector_item.cc index 7bf3afc..862cfc5 100644 --- a/unittest/src/test_input_selector_item.cc +++ b/unittest/src/test_input_selector_item.cc @@ -1,6 +1,18 @@ -// Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved -// Use of this source code is governed by a apache 2.0 license that can be -// found in the LICENSE file. +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <gmock/gmock.h> diff --git a/unittest/src/test_progress_item.cc b/unittest/src/test_progress_item.cc index a8f0467..3b34c82 100644 --- a/unittest/src/test_progress_item.cc +++ b/unittest/src/test_progress_item.cc @@ -1,6 +1,18 @@ -// Copyright (c) 2019 Samsung Electronics Co., Ltd All Rights Reserved -// Use of this source code is governed by a apache 2.0 license that can be -// found in the LICENSE file. +/* + * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <gmock/gmock.h> |