From: Oskar Chodowicz Date: Fri, 15 Nov 2019 13:25:46 +0000 (+0100) Subject: Add licences to all files with source code X-Git-Tag: accepted/tizen/unified/20191120.034542^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f9891d7d0c107ea3d6f1a63929256bad3323c6a0;p=profile%2Fmobile%2Fapps%2Fnative%2Faccessibility-setting.git Add licences to all files with source code Change-Id: Ib8107a2e6fd70ccec5cd08555d3747df8fb275ad --- diff --git a/src/model/AccessibilityLauncherModel.cpp b/src/model/AccessibilityLauncherModel.cpp index 46a5948..fb33032 100644 --- a/src/model/AccessibilityLauncherModel.cpp +++ b/src/model/AccessibilityLauncherModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AccessibilityLauncherModel.hpp" #include "Singleton.hpp" diff --git a/src/model/AccessibilityLauncherModel.hpp b/src/model/AccessibilityLauncherModel.hpp index c5b10cd..1906bb5 100644 --- a/src/model/AccessibilityLauncherModel.hpp +++ b/src/model/AccessibilityLauncherModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ACCESSIBILITY_LAUNCHER_MODEL_HPP #define ACCESSIBILITY_LAUNCHER_MODEL_HPP diff --git a/src/model/AddAccessoriesSwitchesPageModel.cpp b/src/model/AddAccessoriesSwitchesPageModel.cpp index 5c686b7..5d420c1 100644 --- a/src/model/AddAccessoriesSwitchesPageModel.cpp +++ b/src/model/AddAccessoriesSwitchesPageModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AddAccessoriesSwitchesPageModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/AddAccessoriesSwitchesPageModel.hpp b/src/model/AddAccessoriesSwitchesPageModel.hpp index 0b0a9d9..82e853c 100644 --- a/src/model/AddAccessoriesSwitchesPageModel.hpp +++ b/src/model/AddAccessoriesSwitchesPageModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ADD_ACCESSORIES_SWITCHES_PAGE_MODEL_HPP #define ADD_ACCESSORIES_SWITCHES_PAGE_MODEL_HPP diff --git a/src/model/AddSwitchPageModel.cpp b/src/model/AddSwitchPageModel.cpp index 5a6c939..e66b973 100644 --- a/src/model/AddSwitchPageModel.cpp +++ b/src/model/AddSwitchPageModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AddSwitchPageModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/AddSwitchPageModel.hpp b/src/model/AddSwitchPageModel.hpp index eba90d0..fa422f1 100644 --- a/src/model/AddSwitchPageModel.hpp +++ b/src/model/AddSwitchPageModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ADD_SWITCH_PAGE_MODEL_HPP #define ADD_SWITCH_PAGE_MODEL_HPP diff --git a/src/model/AutoMoveIntervalModel.cpp b/src/model/AutoMoveIntervalModel.cpp index c769026..092cab9 100644 --- a/src/model/AutoMoveIntervalModel.cpp +++ b/src/model/AutoMoveIntervalModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AutoMoveIntervalModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/AutoMoveIntervalModel.hpp b/src/model/AutoMoveIntervalModel.hpp index 531bed5..d4665c1 100644 --- a/src/model/AutoMoveIntervalModel.hpp +++ b/src/model/AutoMoveIntervalModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef AUTO_MOVE_INTERVAL_MODEL_HPP_ #define AUTO_MOVE_INTERVAL_MODEL_HPP_ diff --git a/src/model/AutoScanModel.cpp b/src/model/AutoScanModel.cpp index 42f0e45..283bd4b 100644 --- a/src/model/AutoScanModel.cpp +++ b/src/model/AutoScanModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AutoScanModel.hpp" #include "Singleton.hpp" diff --git a/src/model/AutoScanModel.hpp b/src/model/AutoScanModel.hpp index 54f4a5a..a8bc631 100644 --- a/src/model/AutoScanModel.hpp +++ b/src/model/AutoScanModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef AUTO_SCAN_MODEL_HPP #define AUTO_SCAN_MODEL_HPP diff --git a/src/model/AutoTapModel.cpp b/src/model/AutoTapModel.cpp index b901c89..dcd7939 100644 --- a/src/model/AutoTapModel.cpp +++ b/src/model/AutoTapModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AutoTapModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/AutoTapModel.hpp b/src/model/AutoTapModel.hpp index 7d250b3..a34ed70 100644 --- a/src/model/AutoTapModel.hpp +++ b/src/model/AutoTapModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef AUTO_TAP_MODEL_HPP_ #define AUTO_TAP_MODEL_HPP_ diff --git a/src/model/CameraSwitchesPageModel.cpp b/src/model/CameraSwitchesPageModel.cpp index 4785267..f8fddb2 100644 --- a/src/model/CameraSwitchesPageModel.cpp +++ b/src/model/CameraSwitchesPageModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "CameraSwitchesPageModel.hpp" #include "DBus.hpp" diff --git a/src/model/CameraSwitchesPageModel.hpp b/src/model/CameraSwitchesPageModel.hpp index 50a63a7..64d0b4c 100644 --- a/src/model/CameraSwitchesPageModel.hpp +++ b/src/model/CameraSwitchesPageModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef CAMERA_SWITCHES_PAGE_MODEL_HPP #define CAMERA_SWITCHES_PAGE_MODEL_HPP diff --git a/src/model/CursorColorModel.cpp b/src/model/CursorColorModel.cpp index 383234e..158b54a 100644 --- a/src/model/CursorColorModel.cpp +++ b/src/model/CursorColorModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "CursorColorModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/CursorColorModel.hpp b/src/model/CursorColorModel.hpp index 58c0a2a..85dabcc 100644 --- a/src/model/CursorColorModel.hpp +++ b/src/model/CursorColorModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef CURSOR_COLOR_MODEL_HPP #define CURSOR_COLOR_MODEL_HPP diff --git a/src/model/ManageMenuOptionsPageModel.cpp b/src/model/ManageMenuOptionsPageModel.cpp index 5fa16a3..120e685 100644 --- a/src/model/ManageMenuOptionsPageModel.cpp +++ b/src/model/ManageMenuOptionsPageModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ManageMenuOptionsPageModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/ManageMenuOptionsPageModel.hpp b/src/model/ManageMenuOptionsPageModel.hpp index 2f0402f..0641767 100644 --- a/src/model/ManageMenuOptionsPageModel.hpp +++ b/src/model/ManageMenuOptionsPageModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef MANAGE_MENU_OPTIONS_PAGE_MODEL_HPP #define MANAGE_MENU_OPTIONS_PAGE_MODEL_HPP diff --git a/src/model/NumberOfAutoScanLoopsModel.cpp b/src/model/NumberOfAutoScanLoopsModel.cpp index 6957cdc..dfa76bc 100644 --- a/src/model/NumberOfAutoScanLoopsModel.cpp +++ b/src/model/NumberOfAutoScanLoopsModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "NumberOfAutoScanLoopsModel.hpp" #include "Singleton.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/NumberOfAutoScanLoopsModel.hpp b/src/model/NumberOfAutoScanLoopsModel.hpp index 605451d..09a2daf 100644 --- a/src/model/NumberOfAutoScanLoopsModel.hpp +++ b/src/model/NumberOfAutoScanLoopsModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef NUMBER_OF_AUTO_SCAN_LOOPS_MODEL_HPP_ #define NUMBER_OF_AUTO_SCAN_LOOPS_MODEL_HPP_ diff --git a/src/model/PauseOnFirstModel.cpp b/src/model/PauseOnFirstModel.cpp index 5a38d45..573cd7a 100644 --- a/src/model/PauseOnFirstModel.cpp +++ b/src/model/PauseOnFirstModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "PauseOnFirstModel.hpp" PauseOnFirstModel::PauseOnFirstModel() diff --git a/src/model/PauseOnFirstModel.hpp b/src/model/PauseOnFirstModel.hpp index 49da590..9c83650 100644 --- a/src/model/PauseOnFirstModel.hpp +++ b/src/model/PauseOnFirstModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef PAUSE_ON_FIRST_MODEL_HPP_ #define PAUSE_ON_FIRST_MODEL_HPP_ diff --git a/src/model/PointScanSpeedModel.cpp b/src/model/PointScanSpeedModel.cpp index 17da332..e748e5c 100644 --- a/src/model/PointScanSpeedModel.cpp +++ b/src/model/PointScanSpeedModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "PointScanSpeedModel.hpp" #include "Singleton.hpp" diff --git a/src/model/PointScanSpeedModel.hpp b/src/model/PointScanSpeedModel.hpp index 27b2b23..fb4971d 100644 --- a/src/model/PointScanSpeedModel.hpp +++ b/src/model/PointScanSpeedModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef POINT_SCAN_SPEED_MODEL_HPP_ #define POINT_SCAN_SPEED_MODEL_HPP_ diff --git a/src/model/RemoveSwitchesModel.cpp b/src/model/RemoveSwitchesModel.cpp index cf587d0..0a88224 100644 --- a/src/model/RemoveSwitchesModel.cpp +++ b/src/model/RemoveSwitchesModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "RemoveSwitchesModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/RemoveSwitchesModel.hpp b/src/model/RemoveSwitchesModel.hpp index a29e0f1..a6c5621 100644 --- a/src/model/RemoveSwitchesModel.hpp +++ b/src/model/RemoveSwitchesModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef REMOVE_SWITCHES_MODEL_HPP #define REMOVE_SWITCHES_MODEL_HPP diff --git a/src/model/ScanDirectionModel.cpp b/src/model/ScanDirectionModel.cpp index ce1cde5..bcd0385 100644 --- a/src/model/ScanDirectionModel.cpp +++ b/src/model/ScanDirectionModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ScanDirectionModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/ScanDirectionModel.hpp b/src/model/ScanDirectionModel.hpp index 6b4da3a..8705d5f 100644 --- a/src/model/ScanDirectionModel.hpp +++ b/src/model/ScanDirectionModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SCAN_DIRECTION_MODEL_HPP #define SCAN_DIRECTION_MODEL_HPP diff --git a/src/model/ScanMethodModel.cpp b/src/model/ScanMethodModel.cpp index 2481acc..2cde538 100644 --- a/src/model/ScanMethodModel.cpp +++ b/src/model/ScanMethodModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ScanMethodModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/ScanMethodModel.hpp b/src/model/ScanMethodModel.hpp index cb7cd64..fb97ed9 100644 --- a/src/model/ScanMethodModel.hpp +++ b/src/model/ScanMethodModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SCAN_METHOD_MODEL_HPP #define SCAN_METHOD_MODEL_HPP diff --git a/src/model/ScreenReaderModel.cpp b/src/model/ScreenReaderModel.cpp index c3b4bf4..fd2c150 100644 --- a/src/model/ScreenReaderModel.cpp +++ b/src/model/ScreenReaderModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ScreenReaderModel.hpp" #define VCONFKEY_ACCESSIBILITY_TTS "db/setting/accessibility/tts" diff --git a/src/model/ScreenReaderModel.hpp b/src/model/ScreenReaderModel.hpp index 0ddaeb5..18d0330 100644 --- a/src/model/ScreenReaderModel.hpp +++ b/src/model/ScreenReaderModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SCREEN_READER_MODEL_HPP #define SCREEN_READER_MODEL_HPP diff --git a/src/model/ScreenReaderSettingsModel.cpp b/src/model/ScreenReaderSettingsModel.cpp index aefac55..b8dfcd5 100644 --- a/src/model/ScreenReaderSettingsModel.cpp +++ b/src/model/ScreenReaderSettingsModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ScreenReaderSettingsModel.hpp" #include "TextToSpeech.hpp" diff --git a/src/model/ScreenReaderSettingsModel.hpp b/src/model/ScreenReaderSettingsModel.hpp index f920d8e..5badea0 100644 --- a/src/model/ScreenReaderSettingsModel.hpp +++ b/src/model/ScreenReaderSettingsModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SCREEN_READER_SETTINGS_MODEL_HPP #define SCREEN_READER_SETTINGS_MODEL_HPP diff --git a/src/model/SelectActionPageModel.cpp b/src/model/SelectActionPageModel.cpp index 2e58800..0ff0347 100644 --- a/src/model/SelectActionPageModel.cpp +++ b/src/model/SelectActionPageModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SelectActionPageModel.hpp" #include "DBus.hpp" diff --git a/src/model/SelectActionPageModel.hpp b/src/model/SelectActionPageModel.hpp index fa419be..969cb04 100644 --- a/src/model/SelectActionPageModel.hpp +++ b/src/model/SelectActionPageModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SELECT_ACTION_PAGE_MODEL_HPP #define SELECT_ACTION_PAGE_MODEL_HPP diff --git a/src/model/SingleInteractionIntervalModel.cpp b/src/model/SingleInteractionIntervalModel.cpp index 590e351..616cf3a 100644 --- a/src/model/SingleInteractionIntervalModel.cpp +++ b/src/model/SingleInteractionIntervalModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SingleInteractionIntervalModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/SingleInteractionIntervalModel.hpp b/src/model/SingleInteractionIntervalModel.hpp index 219e3cf..059bde4 100644 --- a/src/model/SingleInteractionIntervalModel.hpp +++ b/src/model/SingleInteractionIntervalModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SINGLE_INTERACTION_INTERVAL_HPP_ #define SINGLE_INTERACTION_INTERVAL_HPP_ diff --git a/src/model/SoundModel.cpp b/src/model/SoundModel.cpp index fd46581..606c74b 100644 --- a/src/model/SoundModel.cpp +++ b/src/model/SoundModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SoundModel.hpp" SoundModel::SoundModel() diff --git a/src/model/SoundModel.hpp b/src/model/SoundModel.hpp index dcc83c3..f3895b4 100644 --- a/src/model/SoundModel.hpp +++ b/src/model/SoundModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SOUND_MODEL_HPP #define SOUND_MODEL_HPP diff --git a/src/model/StatusBarInformationModel.cpp b/src/model/StatusBarInformationModel.cpp index 3edd2f8..e42e73a 100644 --- a/src/model/StatusBarInformationModel.cpp +++ b/src/model/StatusBarInformationModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "StatusBarInformationModel.hpp" #include diff --git a/src/model/StatusBarInformationModel.hpp b/src/model/StatusBarInformationModel.hpp index f189e6b..17335b3 100644 --- a/src/model/StatusBarInformationModel.hpp +++ b/src/model/StatusBarInformationModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef STATUS_BAR_INFORMATION_MODEL_HPP #define STATUS_BAR_INFORMATION_MODEL_HPP diff --git a/src/model/SwitchesPageModel.cpp b/src/model/SwitchesPageModel.cpp index 35cee11..5cd4af7 100644 --- a/src/model/SwitchesPageModel.cpp +++ b/src/model/SwitchesPageModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SwitchesPageModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/SwitchesPageModel.hpp b/src/model/SwitchesPageModel.hpp index e758b7d..19d3f38 100644 --- a/src/model/SwitchesPageModel.hpp +++ b/src/model/SwitchesPageModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SWITCHES_PAGE_MODEL_HPP #define SWITCHES_PAGE_MODEL_HPP diff --git a/src/model/TapDurationModel.cpp b/src/model/TapDurationModel.cpp index ff85d50..be810fb 100644 --- a/src/model/TapDurationModel.cpp +++ b/src/model/TapDurationModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "TapDurationModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/TapDurationModel.hpp b/src/model/TapDurationModel.hpp index 9427f55..08d5558 100644 --- a/src/model/TapDurationModel.hpp +++ b/src/model/TapDurationModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef TAP_DURATION_MODEL_HPP_ #define TAP_DURATION_MODEL_HPP_ diff --git a/src/model/TextToSpeechModel.cpp b/src/model/TextToSpeechModel.cpp index 4c567d9..4133a22 100644 --- a/src/model/TextToSpeechModel.cpp +++ b/src/model/TextToSpeechModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "TextToSpeechModel.hpp" #include "Singleton.hpp" #include "TextToSpeech.hpp" diff --git a/src/model/TextToSpeechModel.hpp b/src/model/TextToSpeechModel.hpp index 18cbc50..6cdfced 100644 --- a/src/model/TextToSpeechModel.hpp +++ b/src/model/TextToSpeechModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef MODEL_TEXT_TO_SPEECH_MODEL_HPP #define MODEL_TEXT_TO_SPEECH_MODEL_HPP diff --git a/src/model/UniversalSwitchPageModel.cpp b/src/model/UniversalSwitchPageModel.cpp index 4115f3d..378fc86 100644 --- a/src/model/UniversalSwitchPageModel.cpp +++ b/src/model/UniversalSwitchPageModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "UniversalSwitchPageModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/UniversalSwitchPageModel.hpp b/src/model/UniversalSwitchPageModel.hpp index 99acedb..245e4d4 100644 --- a/src/model/UniversalSwitchPageModel.hpp +++ b/src/model/UniversalSwitchPageModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef UNIVERSAL_SWITCH_PAGE_MODEL_HPP #define UNIVERSAL_SWITCH_PAGE_MODEL_HPP diff --git a/src/model/UniversalSwitchSettingsPageModel.cpp b/src/model/UniversalSwitchSettingsPageModel.cpp index f988785..b6a3f6f 100644 --- a/src/model/UniversalSwitchSettingsPageModel.cpp +++ b/src/model/UniversalSwitchSettingsPageModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "UniversalSwitchSettingsPageModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/UniversalSwitchSettingsPageModel.hpp b/src/model/UniversalSwitchSettingsPageModel.hpp index 2c5080e..8634e77 100644 --- a/src/model/UniversalSwitchSettingsPageModel.hpp +++ b/src/model/UniversalSwitchSettingsPageModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef UNIVERSAL_SWITCH_SETTINGS_PAGE_MODEL_HPP #define UNIVERSAL_SWITCH_SETTINGS_PAGE_MODEL_HPP diff --git a/src/model/UpdateAccessoriesSwitchPageModel.cpp b/src/model/UpdateAccessoriesSwitchPageModel.cpp index 07195c9..a7590f2 100644 --- a/src/model/UpdateAccessoriesSwitchPageModel.cpp +++ b/src/model/UpdateAccessoriesSwitchPageModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "UpdateAccessoriesSwitchPageModel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/model/UpdateAccessoriesSwitchPageModel.hpp b/src/model/UpdateAccessoriesSwitchPageModel.hpp index 24fe67a..bdc1382 100644 --- a/src/model/UpdateAccessoriesSwitchPageModel.hpp +++ b/src/model/UpdateAccessoriesSwitchPageModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef UPDATE_ACCESSORIES_SWITCH_PAGE_MODEL_HPP #define UPDATE_ACCESSORIES_SWITCH_PAGE_MODEL_HPP diff --git a/src/model/VoiceModel.cpp b/src/model/VoiceModel.cpp index 4707309..0a08244 100644 --- a/src/model/VoiceModel.cpp +++ b/src/model/VoiceModel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "VoiceModel.hpp" VoiceModel::VoiceModel() diff --git a/src/model/VoiceModel.hpp b/src/model/VoiceModel.hpp index 2a151c7..82280e5 100644 --- a/src/model/VoiceModel.hpp +++ b/src/model/VoiceModel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef VOICE_MODEL_HPP #define VOICE_MODEL_HPP diff --git a/src/presenter/Action.cpp b/src/presenter/Action.cpp index 9044f92..a465c4f 100644 --- a/src/presenter/Action.cpp +++ b/src/presenter/Action.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Action.hpp" Action::Action(std::string actionId, std::string title, std::function onInvoke, bool enabled, bool state) diff --git a/src/presenter/Action.hpp b/src/presenter/Action.hpp index 7c5bc4d..4620b40 100644 --- a/src/presenter/Action.hpp +++ b/src/presenter/Action.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ACTION_HPP #define ACTION_HPP diff --git a/src/presenter/AddAccessoriesSwitchesPagePresenter.cpp b/src/presenter/AddAccessoriesSwitchesPagePresenter.cpp index 1941772..7160ac8 100644 --- a/src/presenter/AddAccessoriesSwitchesPagePresenter.cpp +++ b/src/presenter/AddAccessoriesSwitchesPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AddAccessoriesSwitchesPagePresenter.hpp" #include "AlreadyMappedSwitchModalPresenter.hpp" diff --git a/src/presenter/AddAccessoriesSwitchesPagePresenter.hpp b/src/presenter/AddAccessoriesSwitchesPagePresenter.hpp index 0610257..0d3b1c3 100644 --- a/src/presenter/AddAccessoriesSwitchesPagePresenter.hpp +++ b/src/presenter/AddAccessoriesSwitchesPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ADD_ACCESSORIES_SWITCHES_PAGE_PRESENTER #define ADD_ACCESSORIES_SWITCHES_PAGE_PRESENTER diff --git a/src/presenter/AddSwitchPagePresenter.cpp b/src/presenter/AddSwitchPagePresenter.cpp index a7241b3..d1bd0ef 100644 --- a/src/presenter/AddSwitchPagePresenter.cpp +++ b/src/presenter/AddSwitchPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AddSwitchPagePresenter.hpp" #include "AddAccessoriesSwitchesPagePresenter.hpp" diff --git a/src/presenter/AddSwitchPagePresenter.hpp b/src/presenter/AddSwitchPagePresenter.hpp index f59cb60..9af2216 100644 --- a/src/presenter/AddSwitchPagePresenter.hpp +++ b/src/presenter/AddSwitchPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ADD_SWITCH_PAGE_PRESENTER_HPP #define ADD_SWITCH_PAGE_PRESENTER_HPP diff --git a/src/presenter/AlreadyMappedSwitchModalPresenter.cpp b/src/presenter/AlreadyMappedSwitchModalPresenter.cpp index 0f7d7b3..405077a 100644 --- a/src/presenter/AlreadyMappedSwitchModalPresenter.cpp +++ b/src/presenter/AlreadyMappedSwitchModalPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AlreadyMappedSwitchModalPresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/AlreadyMappedSwitchModalPresenter.hpp b/src/presenter/AlreadyMappedSwitchModalPresenter.hpp index f001cac..9915da0 100644 --- a/src/presenter/AlreadyMappedSwitchModalPresenter.hpp +++ b/src/presenter/AlreadyMappedSwitchModalPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ALREADY_MAPPED_SWITCH_MODAL_PRESENTER #define ALREADY_MAPPED_SWITCH_MODAL_PRESENTER diff --git a/src/presenter/AppContext.cpp b/src/presenter/AppContext.cpp index 752060e..eb59619 100644 --- a/src/presenter/AppContext.cpp +++ b/src/presenter/AppContext.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AppContext.hpp" #include "AccessibilitySettingLog.hpp" diff --git a/src/presenter/AppContext.hpp b/src/presenter/AppContext.hpp index e9cb31b..0f2c7a6 100644 --- a/src/presenter/AppContext.hpp +++ b/src/presenter/AppContext.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef APP_CONTEXT_HPP #define APP_CONTEXT_HPP diff --git a/src/presenter/AutoMoveIntervalPresenter.cpp b/src/presenter/AutoMoveIntervalPresenter.cpp index d8f3f5c..1361222 100644 --- a/src/presenter/AutoMoveIntervalPresenter.cpp +++ b/src/presenter/AutoMoveIntervalPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AutoMoveIntervalPresenter.hpp" AutoMoveIntervalPresenter::AutoMoveIntervalPresenter() diff --git a/src/presenter/AutoMoveIntervalPresenter.hpp b/src/presenter/AutoMoveIntervalPresenter.hpp index 111fd8a..1aa9450 100644 --- a/src/presenter/AutoMoveIntervalPresenter.hpp +++ b/src/presenter/AutoMoveIntervalPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef AUTO_MOVE_INTERVAL_PRESENTER_HPP_ #define AUTO_MOVE_INTERVAL_PRESENTER_HPP_ diff --git a/src/presenter/AutoScanIntervalPresenter.cpp b/src/presenter/AutoScanIntervalPresenter.cpp index d0e0ae0..d86d55f 100644 --- a/src/presenter/AutoScanIntervalPresenter.cpp +++ b/src/presenter/AutoScanIntervalPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AutoScanIntervalPresenter.hpp" AutoScanIntervalPresenter::AutoScanIntervalPresenter() diff --git a/src/presenter/AutoScanIntervalPresenter.hpp b/src/presenter/AutoScanIntervalPresenter.hpp index 0677b9e..0b00d49 100644 --- a/src/presenter/AutoScanIntervalPresenter.hpp +++ b/src/presenter/AutoScanIntervalPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef AUTO_SCAN_INTERVAL_PRESENTER #define AUTO_SCAN_INTERVAL_PRESENTER diff --git a/src/presenter/AutoTapPresenter.cpp b/src/presenter/AutoTapPresenter.cpp index 781cbb6..d442d8c 100644 --- a/src/presenter/AutoTapPresenter.cpp +++ b/src/presenter/AutoTapPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "AutoTapPresenter.hpp" AutoTapPresenter::AutoTapPresenter() diff --git a/src/presenter/AutoTapPresenter.hpp b/src/presenter/AutoTapPresenter.hpp index cb6df59..64a0774 100644 --- a/src/presenter/AutoTapPresenter.hpp +++ b/src/presenter/AutoTapPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef AUTO_TAP_PRESENTER_HPP_ #define AUTO_TAP_PRESENTER_HPP_ diff --git a/src/presenter/CameraSwitchesPagePresenter.cpp b/src/presenter/CameraSwitchesPagePresenter.cpp index f7b51ea..83b6d5d 100644 --- a/src/presenter/CameraSwitchesPagePresenter.cpp +++ b/src/presenter/CameraSwitchesPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "CameraSwitchesPagePresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/CameraSwitchesPagePresenter.hpp b/src/presenter/CameraSwitchesPagePresenter.hpp index a358446..e19b180 100644 --- a/src/presenter/CameraSwitchesPagePresenter.hpp +++ b/src/presenter/CameraSwitchesPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef CAMERA_SWITCHES_PAGE_PRESENTER_HPP #define CAMERA_SWITCHES_PAGE_PRESENTER_HPP diff --git a/src/presenter/CursorColorPagePresenter.cpp b/src/presenter/CursorColorPagePresenter.cpp index ca1df8b..2dca90e 100644 --- a/src/presenter/CursorColorPagePresenter.cpp +++ b/src/presenter/CursorColorPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "CursorColorPagePresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/CursorColorPagePresenter.hpp b/src/presenter/CursorColorPagePresenter.hpp index b07594a..1067ff8 100644 --- a/src/presenter/CursorColorPagePresenter.hpp +++ b/src/presenter/CursorColorPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef CURSOR_COLOR_PAGE_PRESENTER_HPP #define CURSOR_COLOR_PAGE_PRESENTER_HPP diff --git a/src/presenter/EntryNameModalPresenter.cpp b/src/presenter/EntryNameModalPresenter.cpp index ce9b755..c34485c 100644 --- a/src/presenter/EntryNameModalPresenter.cpp +++ b/src/presenter/EntryNameModalPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "EntryNameModalPresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/EntryNameModalPresenter.hpp b/src/presenter/EntryNameModalPresenter.hpp index a6a089f..9fb0ab4 100644 --- a/src/presenter/EntryNameModalPresenter.hpp +++ b/src/presenter/EntryNameModalPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ENTRY_NAME_MODAL_PRESENTER_HPP #define ENTRY_NAME_MODAL_PRESENTER_HPP diff --git a/src/presenter/LabelPresenter.hpp b/src/presenter/LabelPresenter.hpp index 08ff134..37916c0 100644 --- a/src/presenter/LabelPresenter.hpp +++ b/src/presenter/LabelPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef LABEL_PRESENTER #define LABEL_PRESENTER diff --git a/src/presenter/ListGroup.cpp b/src/presenter/ListGroup.cpp index 0387837..334f8ea 100644 --- a/src/presenter/ListGroup.cpp +++ b/src/presenter/ListGroup.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ListGroup.hpp" ListGroup::ListGroup(std::string name) diff --git a/src/presenter/ListGroup.hpp b/src/presenter/ListGroup.hpp index ea065d9..b9248ac 100644 --- a/src/presenter/ListGroup.hpp +++ b/src/presenter/ListGroup.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef LIST_GROUP_HPP #define LIST_GROUP_HPP diff --git a/src/presenter/ListItem.cpp b/src/presenter/ListItem.cpp index c893978..bc2983f 100644 --- a/src/presenter/ListItem.cpp +++ b/src/presenter/ListItem.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ListItem.hpp" ListItem::ListItem(std::string title, diff --git a/src/presenter/ListItem.hpp b/src/presenter/ListItem.hpp index 4fd68ba..124de74 100644 --- a/src/presenter/ListItem.hpp +++ b/src/presenter/ListItem.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef LIST_ITEM_HPP #define LIST_ITEM_HPP diff --git a/src/presenter/ListPresenter.cpp b/src/presenter/ListPresenter.cpp index bae2f6b..d6770f2 100644 --- a/src/presenter/ListPresenter.cpp +++ b/src/presenter/ListPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ListPresenter.hpp" const std::vector &ListPresenter::getListGroups() const diff --git a/src/presenter/ListPresenter.hpp b/src/presenter/ListPresenter.hpp index aa28c21..589cbc7 100644 --- a/src/presenter/ListPresenter.hpp +++ b/src/presenter/ListPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef LIST_PRESENTER_HPP #define LIST_PRESENTER_HPP diff --git a/src/presenter/MainPagePresenter.cpp b/src/presenter/MainPagePresenter.cpp index 9f38c69..19b4249 100644 --- a/src/presenter/MainPagePresenter.cpp +++ b/src/presenter/MainPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "MainPagePresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/MainPagePresenter.hpp b/src/presenter/MainPagePresenter.hpp index a9d7da1..707e76f 100644 --- a/src/presenter/MainPagePresenter.hpp +++ b/src/presenter/MainPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef MAIN_PAGE_PRESENTER_HPP #define MAIN_PAGE_PRESENTER_HPP diff --git a/src/presenter/ManageMenuOptionsPagePresenter.cpp b/src/presenter/ManageMenuOptionsPagePresenter.cpp index 6c13fce..335db14 100644 --- a/src/presenter/ManageMenuOptionsPagePresenter.cpp +++ b/src/presenter/ManageMenuOptionsPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ManageMenuOptionsPagePresenter.hpp" ManageMenuOptionsPagePresenter::ManageMenuOptionsPagePresenter() diff --git a/src/presenter/ManageMenuOptionsPagePresenter.hpp b/src/presenter/ManageMenuOptionsPagePresenter.hpp index ce57474..b0e09ce 100644 --- a/src/presenter/ManageMenuOptionsPagePresenter.hpp +++ b/src/presenter/ManageMenuOptionsPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef MANAGE_MENU_OPTIONS_PAGE_PRESENTER_HPP #define MANAGE_MENU_OPTIONS_PAGE_PRESENTER_HPP diff --git a/src/presenter/ModalPresenter.cpp b/src/presenter/ModalPresenter.cpp index 02cef08..7360538 100644 --- a/src/presenter/ModalPresenter.cpp +++ b/src/presenter/ModalPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ModalPresenter.hpp" std::string ModalPresenter::getText() diff --git a/src/presenter/ModalPresenter.hpp b/src/presenter/ModalPresenter.hpp index f306e00..53a546e 100644 --- a/src/presenter/ModalPresenter.hpp +++ b/src/presenter/ModalPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef MODAL_PRESENTER_HPP #define MODAL_PRESENTER_HPP diff --git a/src/presenter/NoSwitchesModalPresenter.cpp b/src/presenter/NoSwitchesModalPresenter.cpp index 0831f5f..da6fed7 100644 --- a/src/presenter/NoSwitchesModalPresenter.cpp +++ b/src/presenter/NoSwitchesModalPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "NoSwitchesModalPresenter.hpp" #include "AddSwitchPagePresenter.hpp" diff --git a/src/presenter/NoSwitchesModalPresenter.hpp b/src/presenter/NoSwitchesModalPresenter.hpp index 3d380c1..98593f7 100644 --- a/src/presenter/NoSwitchesModalPresenter.hpp +++ b/src/presenter/NoSwitchesModalPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef NO_SWITCHES_MODAL_PRESENTER_HPP #define NO_SWITCHES_MODAL_PRESENTER_HPP diff --git a/src/presenter/NumberOfAutoScanLoopsPresenter.cpp b/src/presenter/NumberOfAutoScanLoopsPresenter.cpp index b2a3200..45cca34 100644 --- a/src/presenter/NumberOfAutoScanLoopsPresenter.cpp +++ b/src/presenter/NumberOfAutoScanLoopsPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "NumberOfAutoScanLoopsPresenter.hpp" NumberOfAutoScanLoopsPresenter::NumberOfAutoScanLoopsPresenter() diff --git a/src/presenter/NumberOfAutoScanLoopsPresenter.hpp b/src/presenter/NumberOfAutoScanLoopsPresenter.hpp index 16ce831..e11923e 100644 --- a/src/presenter/NumberOfAutoScanLoopsPresenter.hpp +++ b/src/presenter/NumberOfAutoScanLoopsPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef NUMBER_OF_AUTO_SCAN_LOOPS_PRESENTER_HPP_ #define NUMBER_OF_AUTO_SCAN_LOOPS_PRESENTER_HPP_ diff --git a/src/presenter/PauseOnFirstPresenter.cpp b/src/presenter/PauseOnFirstPresenter.cpp index 5e88c5d..ef31337 100644 --- a/src/presenter/PauseOnFirstPresenter.cpp +++ b/src/presenter/PauseOnFirstPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "PauseOnFirstPresenter.hpp" PauseOnFirstPresenter::PauseOnFirstPresenter() diff --git a/src/presenter/PauseOnFirstPresenter.hpp b/src/presenter/PauseOnFirstPresenter.hpp index 2a57e5f..c988f2f 100644 --- a/src/presenter/PauseOnFirstPresenter.hpp +++ b/src/presenter/PauseOnFirstPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef PAUSE_ON_FIRST_PRESENTER_HPP_ #define PAUSE_ON_FIRST_PRESENTER_HPP_ diff --git a/src/presenter/PointScanSpeedPresenter.cpp b/src/presenter/PointScanSpeedPresenter.cpp index df73041..785a650 100644 --- a/src/presenter/PointScanSpeedPresenter.cpp +++ b/src/presenter/PointScanSpeedPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "PointScanSpeedPresenter.hpp" PointScanSpeedPresenter::PointScanSpeedPresenter() diff --git a/src/presenter/PointScanSpeedPresenter.hpp b/src/presenter/PointScanSpeedPresenter.hpp index 42352e2..1e65e2a 100644 --- a/src/presenter/PointScanSpeedPresenter.hpp +++ b/src/presenter/PointScanSpeedPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef POINT_SCAN_SPEED_PRESENTER_HPP_ #define POINT_SCAN_SPEED_PRESENTER_HPP_ diff --git a/src/presenter/Presenter.cpp b/src/presenter/Presenter.cpp index 26ebeb0..3519968 100644 --- a/src/presenter/Presenter.cpp +++ b/src/presenter/Presenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Presenter.hpp" Presenter::Presenter(TranslatedString title, std::function onPopCallback) diff --git a/src/presenter/Presenter.hpp b/src/presenter/Presenter.hpp index f6e4ca6..7f5453f 100644 --- a/src/presenter/Presenter.hpp +++ b/src/presenter/Presenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef PRESENTER_HPP #define PRESENTER_HPP diff --git a/src/presenter/RemoveSwitchesModalPresenter.cpp b/src/presenter/RemoveSwitchesModalPresenter.cpp index d0ce44f..f972508 100644 --- a/src/presenter/RemoveSwitchesModalPresenter.cpp +++ b/src/presenter/RemoveSwitchesModalPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "RemoveSwitchesModalPresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/RemoveSwitchesModalPresenter.hpp b/src/presenter/RemoveSwitchesModalPresenter.hpp index 758239e..8bf325c 100644 --- a/src/presenter/RemoveSwitchesModalPresenter.hpp +++ b/src/presenter/RemoveSwitchesModalPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef REMOVE_SWITCHES_MODAL_PRESENTER_HPP #define REMOVE_SWITCHES_MODAL_PRESENTER_HPP diff --git a/src/presenter/RemoveSwitchesPagePresenter.cpp b/src/presenter/RemoveSwitchesPagePresenter.cpp index fc85ee7..bd3ab35 100644 --- a/src/presenter/RemoveSwitchesPagePresenter.cpp +++ b/src/presenter/RemoveSwitchesPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "RemoveSwitchesPagePresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/RemoveSwitchesPagePresenter.hpp b/src/presenter/RemoveSwitchesPagePresenter.hpp index 9e6f524..86290b0 100644 --- a/src/presenter/RemoveSwitchesPagePresenter.hpp +++ b/src/presenter/RemoveSwitchesPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef REMOVE_SWITCHES_PAGE_PRESENTER_HPP #define REMOVE_SWITCHES_PAGE_PRESENTER_HPP diff --git a/src/presenter/ScanDirectionPresenter.cpp b/src/presenter/ScanDirectionPresenter.cpp index 4c9cc8d..c907517 100644 --- a/src/presenter/ScanDirectionPresenter.cpp +++ b/src/presenter/ScanDirectionPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ScanDirectionPresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/ScanDirectionPresenter.hpp b/src/presenter/ScanDirectionPresenter.hpp index f3ba9a5..75d8738 100644 --- a/src/presenter/ScanDirectionPresenter.hpp +++ b/src/presenter/ScanDirectionPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SCAN_DIRECTION_PRESENTER_HPP #define SCAN_DIRECTION_PRESENTER_HPP diff --git a/src/presenter/ScanMethodPresenter.cpp b/src/presenter/ScanMethodPresenter.cpp index 0241828..b921f0a 100644 --- a/src/presenter/ScanMethodPresenter.cpp +++ b/src/presenter/ScanMethodPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ScanMethodPresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/ScanMethodPresenter.hpp b/src/presenter/ScanMethodPresenter.hpp index 28a156b..47d0d6f 100644 --- a/src/presenter/ScanMethodPresenter.hpp +++ b/src/presenter/ScanMethodPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SCAN_METHOD_PRESENTER_HPP #define SCAN_METHOD_PRESENTER_HPP diff --git a/src/presenter/ScreenReaderPresenter.cpp b/src/presenter/ScreenReaderPresenter.cpp index fd55038..1d8a010 100644 --- a/src/presenter/ScreenReaderPresenter.cpp +++ b/src/presenter/ScreenReaderPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ScreenReaderPresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/ScreenReaderPresenter.hpp b/src/presenter/ScreenReaderPresenter.hpp index 24d5e90..f357500 100644 --- a/src/presenter/ScreenReaderPresenter.hpp +++ b/src/presenter/ScreenReaderPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SCREEN_READER_PRESENTER_HPP #define SCREEN_READER_PRESENTER_HPP diff --git a/src/presenter/ScreenReaderSettingsPresenter.cpp b/src/presenter/ScreenReaderSettingsPresenter.cpp index 626ee5d..265d31a 100644 --- a/src/presenter/ScreenReaderSettingsPresenter.cpp +++ b/src/presenter/ScreenReaderSettingsPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ScreenReaderSettingsPresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/ScreenReaderSettingsPresenter.hpp b/src/presenter/ScreenReaderSettingsPresenter.hpp index cc24ad5..c1563d0 100644 --- a/src/presenter/ScreenReaderSettingsPresenter.hpp +++ b/src/presenter/ScreenReaderSettingsPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SCREEN_READER_SETTINGS_PRESENTER_HPP #define SCREEN_READER_SETTINGS_PRESENTER_HPP diff --git a/src/presenter/SelectActionPagePresenter.cpp b/src/presenter/SelectActionPagePresenter.cpp index 0a0e99f..5eab792 100644 --- a/src/presenter/SelectActionPagePresenter.cpp +++ b/src/presenter/SelectActionPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SelectActionPagePresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/SelectActionPagePresenter.hpp b/src/presenter/SelectActionPagePresenter.hpp index 0a0af5c..1fc3429 100644 --- a/src/presenter/SelectActionPagePresenter.hpp +++ b/src/presenter/SelectActionPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SELECT_ACTION_PAGE_PRESENTER_HPP #define SELECT_ACTION_PAGE_PRESENTER_HPP diff --git a/src/presenter/SingleInteractionIntervalPresenter.cpp b/src/presenter/SingleInteractionIntervalPresenter.cpp index bc7ce71..dabce5e 100644 --- a/src/presenter/SingleInteractionIntervalPresenter.cpp +++ b/src/presenter/SingleInteractionIntervalPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SingleInteractionIntervalPresenter.hpp" SingleInteractionIntervalPresenter::SingleInteractionIntervalPresenter() diff --git a/src/presenter/SingleInteractionIntervalPresenter.hpp b/src/presenter/SingleInteractionIntervalPresenter.hpp index 8257b17..e4a93ab 100644 --- a/src/presenter/SingleInteractionIntervalPresenter.hpp +++ b/src/presenter/SingleInteractionIntervalPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SINGLE_INTERACTION_INTERVAL_PRESENTER_HPP_ #define SINGLE_INTERACTION_INTERVAL_PRESENTER_HPP_ diff --git a/src/presenter/SoundPresenter.cpp b/src/presenter/SoundPresenter.cpp index 7309b79..5f62328 100644 --- a/src/presenter/SoundPresenter.cpp +++ b/src/presenter/SoundPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SoundPresenter.hpp" SoundPresenter::SoundPresenter() diff --git a/src/presenter/SoundPresenter.hpp b/src/presenter/SoundPresenter.hpp index edf7e2d..dda93e9 100644 --- a/src/presenter/SoundPresenter.hpp +++ b/src/presenter/SoundPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SOUND_PRESENTER_HPP #define SOUND_PRESENTER_HPP diff --git a/src/presenter/SpinnerPresenter.cpp b/src/presenter/SpinnerPresenter.cpp index e1c0475..964b1f0 100644 --- a/src/presenter/SpinnerPresenter.cpp +++ b/src/presenter/SpinnerPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SpinnerPresenter.hpp" #include diff --git a/src/presenter/SpinnerPresenter.hpp b/src/presenter/SpinnerPresenter.hpp index 75c087e..97ac307 100644 --- a/src/presenter/SpinnerPresenter.hpp +++ b/src/presenter/SpinnerPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SPINNER_PRESENTER_HPP #define SPINNER_PRESENTER_HPP diff --git a/src/presenter/SpinnerPresenterWithToggle.hpp b/src/presenter/SpinnerPresenterWithToggle.hpp index 8fc8eef..df057f6 100644 --- a/src/presenter/SpinnerPresenterWithToggle.hpp +++ b/src/presenter/SpinnerPresenterWithToggle.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SPINNER_PRESENTER_WITH_TOGGLE_HPP #define SPINNER_PRESENTER_WITH_TOGGLE_HPP diff --git a/src/presenter/StatusBarInformationPresenter.cpp b/src/presenter/StatusBarInformationPresenter.cpp index f112e64..21efb7c 100644 --- a/src/presenter/StatusBarInformationPresenter.cpp +++ b/src/presenter/StatusBarInformationPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "StatusBarInformationPresenter.hpp" StatusBarInformationPresenter::StatusBarInformationPresenter() diff --git a/src/presenter/StatusBarInformationPresenter.hpp b/src/presenter/StatusBarInformationPresenter.hpp index cbc3ea1..2910ca3 100644 --- a/src/presenter/StatusBarInformationPresenter.hpp +++ b/src/presenter/StatusBarInformationPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef STATUS_BAR_INFORMATION_PRESENTER_HPP #define STATUS_BAR_INFORMATION_PRESENTER_HPP diff --git a/src/presenter/SwitchesPagePresenter.cpp b/src/presenter/SwitchesPagePresenter.cpp index 265dfb8..7a99246 100644 --- a/src/presenter/SwitchesPagePresenter.cpp +++ b/src/presenter/SwitchesPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SwitchesPagePresenter.hpp" #include "AddSwitchPagePresenter.hpp" diff --git a/src/presenter/SwitchesPagePresenter.hpp b/src/presenter/SwitchesPagePresenter.hpp index cc39265..d67654e 100644 --- a/src/presenter/SwitchesPagePresenter.hpp +++ b/src/presenter/SwitchesPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SWITCHES_PAGE_PRESENTER_HPP #define SWITCHES_PAGE_PRESENTER_HPP diff --git a/src/presenter/TapDurationPresenter.cpp b/src/presenter/TapDurationPresenter.cpp index f1bea75..f0a36a4 100644 --- a/src/presenter/TapDurationPresenter.cpp +++ b/src/presenter/TapDurationPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "TapDurationPresenter.hpp" TapDurationPresenter::TapDurationPresenter() diff --git a/src/presenter/TapDurationPresenter.hpp b/src/presenter/TapDurationPresenter.hpp index 4be31cf..f2fdd72 100644 --- a/src/presenter/TapDurationPresenter.hpp +++ b/src/presenter/TapDurationPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef TAP_DURATION_PRESENTER_HPP_ #define TAP_DURATION_PRESENTER_HPP_ diff --git a/src/presenter/TextToSpeechPresenter.cpp b/src/presenter/TextToSpeechPresenter.cpp index a64f6d1..41cff7b 100644 --- a/src/presenter/TextToSpeechPresenter.cpp +++ b/src/presenter/TextToSpeechPresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "TextToSpeechPresenter.hpp" #include "utils.hpp" diff --git a/src/presenter/TextToSpeechPresenter.hpp b/src/presenter/TextToSpeechPresenter.hpp index d805dbb..1e7c1b1 100644 --- a/src/presenter/TextToSpeechPresenter.hpp +++ b/src/presenter/TextToSpeechPresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef TEXT_TO_SPEECH_PRESENTER_HPP #define TEXT_TO_SPEECH_PRESENTER_HPP diff --git a/src/presenter/UniversalSwitchPagePresenter.cpp b/src/presenter/UniversalSwitchPagePresenter.cpp index 5670e75..1b6cfb2 100644 --- a/src/presenter/UniversalSwitchPagePresenter.cpp +++ b/src/presenter/UniversalSwitchPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "UniversalSwitchPagePresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/UniversalSwitchPagePresenter.hpp b/src/presenter/UniversalSwitchPagePresenter.hpp index 835a9e1..e2f046d 100644 --- a/src/presenter/UniversalSwitchPagePresenter.hpp +++ b/src/presenter/UniversalSwitchPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef UNIVERSAL_SWITCH_PAGE_PRESENTER_HPP #define UNIVERSAL_SWITCH_PAGE_PRESENTER_HPP diff --git a/src/presenter/UniversalSwitchSettingsPagePresenter.cpp b/src/presenter/UniversalSwitchSettingsPagePresenter.cpp index b749a5c..6a2d374 100644 --- a/src/presenter/UniversalSwitchSettingsPagePresenter.cpp +++ b/src/presenter/UniversalSwitchSettingsPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "UniversalSwitchSettingsPagePresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/UniversalSwitchSettingsPagePresenter.hpp b/src/presenter/UniversalSwitchSettingsPagePresenter.hpp index cb53895..8cd9917 100644 --- a/src/presenter/UniversalSwitchSettingsPagePresenter.hpp +++ b/src/presenter/UniversalSwitchSettingsPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef UNIVERSAL_SWITCH_SETTINGS_PAGE_PRESENTER_HPP #define UNIVERSAL_SWITCH_SETTINGS_PAGE_PRESENTER_HPP diff --git a/src/presenter/UpdateAccessoriesSwitchPagePresenter.cpp b/src/presenter/UpdateAccessoriesSwitchPagePresenter.cpp index 74958e9..6492e59 100644 --- a/src/presenter/UpdateAccessoriesSwitchPagePresenter.cpp +++ b/src/presenter/UpdateAccessoriesSwitchPagePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "UpdateAccessoriesSwitchPagePresenter.hpp" #include "AppContext.hpp" diff --git a/src/presenter/UpdateAccessoriesSwitchPagePresenter.hpp b/src/presenter/UpdateAccessoriesSwitchPagePresenter.hpp index 45f3c6a..453c638 100644 --- a/src/presenter/UpdateAccessoriesSwitchPagePresenter.hpp +++ b/src/presenter/UpdateAccessoriesSwitchPagePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef UPDATE_ACCESSORIES_SWITCH_PAGE_PRESENTER #define UPDATE_ACCESSORIES_SWITCH_PAGE_PRESENTER diff --git a/src/presenter/VoicePresenter.cpp b/src/presenter/VoicePresenter.cpp index 62b18e7..fa01b84 100644 --- a/src/presenter/VoicePresenter.cpp +++ b/src/presenter/VoicePresenter.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "VoicePresenter.hpp" VoicePresenter::VoicePresenter() diff --git a/src/presenter/VoicePresenter.hpp b/src/presenter/VoicePresenter.hpp index ad20eaa..56e4450 100644 --- a/src/presenter/VoicePresenter.hpp +++ b/src/presenter/VoicePresenter.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef VOICE_PRESENTER_HPP #define VOICE_PRESENTER_HPP diff --git a/src/service/TextToSpeech.cpp b/src/service/TextToSpeech.cpp index 0087da6..d36044e 100644 --- a/src/service/TextToSpeech.cpp +++ b/src/service/TextToSpeech.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "TextToSpeech.hpp" TextToSpeech::TextToSpeech() diff --git a/src/service/TextToSpeech.hpp b/src/service/TextToSpeech.hpp index 473986b..e5f30f4 100644 --- a/src/service/TextToSpeech.hpp +++ b/src/service/TextToSpeech.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef TEXT_TO_SPEECH_HPP #define TEXT_TO_SPEECH_HPP diff --git a/src/service/UniversalSwitchSentinel.cpp b/src/service/UniversalSwitchSentinel.cpp index e291091..9e43043 100644 --- a/src/service/UniversalSwitchSentinel.cpp +++ b/src/service/UniversalSwitchSentinel.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "UniversalSwitchSentinel.hpp" #include "UniversalSwitchConstants.hpp" diff --git a/src/service/UniversalSwitchSentinel.hpp b/src/service/UniversalSwitchSentinel.hpp index b72a06a..5958a7d 100644 --- a/src/service/UniversalSwitchSentinel.hpp +++ b/src/service/UniversalSwitchSentinel.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef UNIVERSAL_SWITCH_SENTINEL_HPP #define UNIVERSAL_SWITCH_SENTINEL_HPP diff --git a/src/ui/Box.cpp b/src/ui/Box.cpp index fad957e..dccd1c5 100644 --- a/src/ui/Box.cpp +++ b/src/ui/Box.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Box.hpp" void Box::createEflObject() diff --git a/src/ui/Box.hpp b/src/ui/Box.hpp index e6ef704..86ac1bb 100644 --- a/src/ui/Box.hpp +++ b/src/ui/Box.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef BOX_HPP #define BOX_HPP diff --git a/src/ui/Button.cpp b/src/ui/Button.cpp index 10526f4..92ef6f6 100644 --- a/src/ui/Button.cpp +++ b/src/ui/Button.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Button.hpp" void Button::createEflObject() diff --git a/src/ui/Button.hpp b/src/ui/Button.hpp index 7d6ac99..ac4f08f 100644 --- a/src/ui/Button.hpp +++ b/src/ui/Button.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef BUTTON_HPP #define BUTTON_HPP diff --git a/src/ui/Check.cpp b/src/ui/Check.cpp index 9b0844c..37c9de7 100644 --- a/src/ui/Check.cpp +++ b/src/ui/Check.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Check.hpp" void Check::createEflObject() diff --git a/src/ui/Check.hpp b/src/ui/Check.hpp index 75dee40..4a2033f 100644 --- a/src/ui/Check.hpp +++ b/src/ui/Check.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef CHECK_HPP #define CHECK_HPP diff --git a/src/ui/Conformant.cpp b/src/ui/Conformant.cpp index 8d80ced..7047460 100644 --- a/src/ui/Conformant.cpp +++ b/src/ui/Conformant.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Conformant.hpp" void Conformant::createEflObject() diff --git a/src/ui/Conformant.hpp b/src/ui/Conformant.hpp index 1e0dc58..899af4f 100644 --- a/src/ui/Conformant.hpp +++ b/src/ui/Conformant.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef CONFORMANT_HPP #define CONFORMANT_HPP diff --git a/src/ui/CtxPopup.cpp b/src/ui/CtxPopup.cpp index b0f5af7..76bae84 100644 --- a/src/ui/CtxPopup.cpp +++ b/src/ui/CtxPopup.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "CtxPopup.hpp" #include "AccessibilitySettingLog.hpp" diff --git a/src/ui/CtxPopup.hpp b/src/ui/CtxPopup.hpp index a38eed9..2970008 100644 --- a/src/ui/CtxPopup.hpp +++ b/src/ui/CtxPopup.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef CTX_POPUP_HPP #define CTX_POPUP_HPP diff --git a/src/ui/Entry.cpp b/src/ui/Entry.cpp index 36fb431..bf589d4 100644 --- a/src/ui/Entry.cpp +++ b/src/ui/Entry.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Entry.hpp" void Entry::createEflObject() diff --git a/src/ui/Entry.hpp b/src/ui/Entry.hpp index 2ae710a..34b060c 100644 --- a/src/ui/Entry.hpp +++ b/src/ui/Entry.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ENTRY_HPP #define ENTRY_HPP diff --git a/src/ui/Genlist.cpp b/src/ui/Genlist.cpp index a6f58c8..a595687 100644 --- a/src/ui/Genlist.cpp +++ b/src/ui/Genlist.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Genlist.hpp" void Genlist::createEflObject() diff --git a/src/ui/Genlist.hpp b/src/ui/Genlist.hpp index c0ce40e..7c8e6d4 100644 --- a/src/ui/Genlist.hpp +++ b/src/ui/Genlist.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef GENLIST_HPP #define GENLIST_HPP diff --git a/src/ui/GenlistItem.cpp b/src/ui/GenlistItem.cpp index ae56774..fe33b43 100644 --- a/src/ui/GenlistItem.cpp +++ b/src/ui/GenlistItem.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "GenlistItem.hpp" #include "AccessibilitySettingLog.hpp" diff --git a/src/ui/GenlistItem.hpp b/src/ui/GenlistItem.hpp index b92a3c2..03f2485 100644 --- a/src/ui/GenlistItem.hpp +++ b/src/ui/GenlistItem.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef GENLIST_ITEM_HPP #define GENLIST_ITEM_HPP diff --git a/src/ui/Icon.cpp b/src/ui/Icon.cpp index 87996d0..f960e17 100644 --- a/src/ui/Icon.cpp +++ b/src/ui/Icon.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Icon.hpp" void Icon::createEflObject() diff --git a/src/ui/Icon.hpp b/src/ui/Icon.hpp index a6b1834..6f005d8 100644 --- a/src/ui/Icon.hpp +++ b/src/ui/Icon.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef ICON_HPP #define ICON_HPP diff --git a/src/ui/Label.cpp b/src/ui/Label.cpp index ff51041..bc18ae4 100644 --- a/src/ui/Label.cpp +++ b/src/ui/Label.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Label.hpp" void Label::createEflObject() diff --git a/src/ui/Label.hpp b/src/ui/Label.hpp index f027c17..dcf8d22 100644 --- a/src/ui/Label.hpp +++ b/src/ui/Label.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef LABEL_HPP #define LABEL_HPP diff --git a/src/ui/Layout.cpp b/src/ui/Layout.cpp index bd4cee6..138416e 100644 --- a/src/ui/Layout.cpp +++ b/src/ui/Layout.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Layout.hpp" #include "AccessibilitySettingLog.hpp" diff --git a/src/ui/Layout.hpp b/src/ui/Layout.hpp index 67601e2..7b75dcf 100644 --- a/src/ui/Layout.hpp +++ b/src/ui/Layout.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef LAYOUT_HPP #define LAYOUT_HPP diff --git a/src/ui/Naviframe.cpp b/src/ui/Naviframe.cpp index b384731..81f86db 100644 --- a/src/ui/Naviframe.cpp +++ b/src/ui/Naviframe.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Naviframe.hpp" #include "AccessibilitySettingLog.hpp" diff --git a/src/ui/Naviframe.hpp b/src/ui/Naviframe.hpp index a3b51ad..789093f 100644 --- a/src/ui/Naviframe.hpp +++ b/src/ui/Naviframe.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef NAVIFRAME_HPP #define NAVIFRAME_HPP diff --git a/src/ui/Popup.cpp b/src/ui/Popup.cpp index e31984b..555053b 100644 --- a/src/ui/Popup.cpp +++ b/src/ui/Popup.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Popup.hpp" void Popup::createEflObject() diff --git a/src/ui/Popup.hpp b/src/ui/Popup.hpp index 71b669e..7c3b6a1 100644 --- a/src/ui/Popup.hpp +++ b/src/ui/Popup.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef POPUP_HPP #define POPUP_HPP diff --git a/src/ui/Radio.cpp b/src/ui/Radio.cpp index 9d9a6ec..ed02bbe 100644 --- a/src/ui/Radio.cpp +++ b/src/ui/Radio.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Radio.hpp" void Radio::createEflObject() diff --git a/src/ui/Radio.hpp b/src/ui/Radio.hpp index a89cee0..88642bc 100644 --- a/src/ui/Radio.hpp +++ b/src/ui/Radio.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef RADIO_HPP #define RADIO_HPP diff --git a/src/ui/Scroller.cpp b/src/ui/Scroller.cpp index 445c268..70ddebc 100644 --- a/src/ui/Scroller.cpp +++ b/src/ui/Scroller.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Scroller.hpp" void Scroller::createEflObject() diff --git a/src/ui/Scroller.hpp b/src/ui/Scroller.hpp index 8ce073d..b54c166 100644 --- a/src/ui/Scroller.hpp +++ b/src/ui/Scroller.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SCROLLER_HPP #define SCROLLER_HPP diff --git a/src/ui/Slider.cpp b/src/ui/Slider.cpp index 5cccdee..ab0aa73 100644 --- a/src/ui/Slider.cpp +++ b/src/ui/Slider.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Slider.hpp" void Slider::createEflObject() diff --git a/src/ui/Slider.hpp b/src/ui/Slider.hpp index b5d1586..0f593db 100644 --- a/src/ui/Slider.hpp +++ b/src/ui/Slider.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SLIDER_HPP #define SLIDER_HPP diff --git a/src/ui/Spinner.cpp b/src/ui/Spinner.cpp index 430e8a9..d588f26 100644 --- a/src/ui/Spinner.cpp +++ b/src/ui/Spinner.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Spinner.hpp" void Spinner::createEflObject() diff --git a/src/ui/Spinner.hpp b/src/ui/Spinner.hpp index 367fdbe..d9502fb 100644 --- a/src/ui/Spinner.hpp +++ b/src/ui/Spinner.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SPINNER_HPP #define SPINNER_HPP diff --git a/src/ui/Toolbar.cpp b/src/ui/Toolbar.cpp index 3eb21ea..b0e58da 100644 --- a/src/ui/Toolbar.cpp +++ b/src/ui/Toolbar.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Toolbar.hpp" #include "AccessibilitySettingLog.hpp" diff --git a/src/ui/Toolbar.hpp b/src/ui/Toolbar.hpp index 8a84595..f690133 100644 --- a/src/ui/Toolbar.hpp +++ b/src/ui/Toolbar.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef TOOLBAR_HPP #define TOOLBAR_HPP diff --git a/src/ui/Widget.cpp b/src/ui/Widget.cpp index ee2a28f..320be1e 100644 --- a/src/ui/Widget.cpp +++ b/src/ui/Widget.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Widget.hpp" #include "AccessibilitySettingLog.hpp" diff --git a/src/ui/Widget.hpp b/src/ui/Widget.hpp index 0003a33..a892ab3 100644 --- a/src/ui/Widget.hpp +++ b/src/ui/Widget.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef WIDGET_HPP #define WIDGET_HPP diff --git a/src/ui/Window.cpp b/src/ui/Window.cpp index 1819873..ae6b6a0 100644 --- a/src/ui/Window.cpp +++ b/src/ui/Window.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Window.hpp" Window::Window(const std::string &title) diff --git a/src/ui/Window.hpp b/src/ui/Window.hpp index 05d38a9..9cd7dc8 100644 --- a/src/ui/Window.hpp +++ b/src/ui/Window.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef WINDOW_HPP #define WINDOW_HPP diff --git a/src/utils/Geometry.cpp b/src/utils/Geometry.cpp index 4f1aea1..93933a8 100644 --- a/src/utils/Geometry.cpp +++ b/src/utils/Geometry.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "Geometry.hpp" std::string Point::toString() const diff --git a/src/utils/Geometry.hpp b/src/utils/Geometry.hpp index 3bb92c8..e534b5e 100644 --- a/src/utils/Geometry.hpp +++ b/src/utils/Geometry.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef GEOMETRY_HPP #define GEOMETRY_HPP diff --git a/src/utils/Observable.hpp b/src/utils/Observable.hpp index 79accd9..2583085 100644 --- a/src/utils/Observable.hpp +++ b/src/utils/Observable.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef OBSERVABLE_HPP #define OBSERVABLE_HPP diff --git a/src/utils/ObservableProperty.hpp b/src/utils/ObservableProperty.hpp index e38b833..104daf0 100644 --- a/src/utils/ObservableProperty.hpp +++ b/src/utils/ObservableProperty.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef OBSERVABLE_PROPERTY_HPP #define OBSERVABLE_PROPERTY_HPP diff --git a/src/utils/UniversalSwitchConstants.hpp b/src/utils/UniversalSwitchConstants.hpp index fca07be..9b19fbf 100644 --- a/src/utils/UniversalSwitchConstants.hpp +++ b/src/utils/UniversalSwitchConstants.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef UNIVERSAL_SWITCH_CONSTANTS_HPP #define UNIVERSAL_SWITCH_CONSTANTS_HPP diff --git a/src/utils/UniversalSwitchTypes.hpp b/src/utils/UniversalSwitchTypes.hpp index ebb8143..e06e78f 100644 --- a/src/utils/UniversalSwitchTypes.hpp +++ b/src/utils/UniversalSwitchTypes.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef UNIVERSAL_SWITCH_TYPES_HPP #define UNIVERSAL_SWITCH_TYPES_HPP diff --git a/src/utils/WidgetCallback.hpp b/src/utils/WidgetCallback.hpp index c2f39ef..cc30e0d 100644 --- a/src/utils/WidgetCallback.hpp +++ b/src/utils/WidgetCallback.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef WIDGET_CALLBACK_HPP #define WIDGET_CALLBACK_HPP diff --git a/src/view/LabelView.cpp b/src/view/LabelView.cpp index d6fa2f7..5b853e8 100644 --- a/src/view/LabelView.cpp +++ b/src/view/LabelView.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "LabelView.hpp" #include "AppContext.hpp" diff --git a/src/view/LabelView.hpp b/src/view/LabelView.hpp index 2ac3d58..8a28f02 100644 --- a/src/view/LabelView.hpp +++ b/src/view/LabelView.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef LABEL_VIEW #define LABEL_VIEW diff --git a/src/view/ListView.cpp b/src/view/ListView.cpp index 44ac869..a3890db 100644 --- a/src/view/ListView.cpp +++ b/src/view/ListView.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ListView.hpp" #include "AppContext.hpp" diff --git a/src/view/ListView.hpp b/src/view/ListView.hpp index 8a4e2b1..72d57f8 100644 --- a/src/view/ListView.hpp +++ b/src/view/ListView.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef LIST_VIEW_HPP #define LIST_VIEW_HPP diff --git a/src/view/ModalView.cpp b/src/view/ModalView.cpp index 08a6be7..4fd9d8b 100644 --- a/src/view/ModalView.cpp +++ b/src/view/ModalView.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "ModalView.hpp" #include "AppContext.hpp" diff --git a/src/view/ModalView.hpp b/src/view/ModalView.hpp index 8850b8e..5181c1f 100644 --- a/src/view/ModalView.hpp +++ b/src/view/ModalView.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef MODAL_VIEW_HPP #define MODAL_VIEW_HPP diff --git a/src/view/NaviframeView.cpp b/src/view/NaviframeView.cpp index 9ea3c9e..d26a17a 100644 --- a/src/view/NaviframeView.cpp +++ b/src/view/NaviframeView.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "NaviframeView.hpp" #include "NavigationContext.hpp" diff --git a/src/view/NaviframeView.hpp b/src/view/NaviframeView.hpp index 1b36455..23bd833 100644 --- a/src/view/NaviframeView.hpp +++ b/src/view/NaviframeView.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef NAVIFRAME_VIEW_HPP #define NAVIFRAME_VIEW_HPP diff --git a/src/view/NavigationContext.cpp b/src/view/NavigationContext.cpp index 25963f7..fc663ae 100644 --- a/src/view/NavigationContext.cpp +++ b/src/view/NavigationContext.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "NavigationContext.hpp" #include "AppContext.hpp" diff --git a/src/view/NavigationContext.hpp b/src/view/NavigationContext.hpp index a3301e4..9b79029 100644 --- a/src/view/NavigationContext.hpp +++ b/src/view/NavigationContext.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef NAVIGATION_CONTEXT_HPP #define NAVIGATION_CONTEXT_HPP diff --git a/src/view/SpinnerView.cpp b/src/view/SpinnerView.cpp index ae61af4..19a570f 100644 --- a/src/view/SpinnerView.cpp +++ b/src/view/SpinnerView.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SpinnerView.hpp" #include "AppContext.hpp" diff --git a/src/view/SpinnerView.hpp b/src/view/SpinnerView.hpp index d62473b..ffacff0 100644 --- a/src/view/SpinnerView.hpp +++ b/src/view/SpinnerView.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SPINNER_VIEW_HPP #define SPINNER_VIEW_HPP diff --git a/src/view/SpinnerViewWithToggle.cpp b/src/view/SpinnerViewWithToggle.cpp index fa40766..51c4de5 100644 --- a/src/view/SpinnerViewWithToggle.cpp +++ b/src/view/SpinnerViewWithToggle.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "SpinnerViewWithToggle.hpp" #include "AppContext.hpp" diff --git a/src/view/SpinnerViewWithToggle.hpp b/src/view/SpinnerViewWithToggle.hpp index e49ef88..067dbe8 100644 --- a/src/view/SpinnerViewWithToggle.hpp +++ b/src/view/SpinnerViewWithToggle.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef SPINNER_VIEW_WITH_TOGGLE_HPP_ #define SPINNER_VIEW_WITH_TOGGLE_HPP_ diff --git a/src/view/View.cpp b/src/view/View.cpp index 0c7cf4b..0250b48 100644 --- a/src/view/View.cpp +++ b/src/view/View.cpp @@ -1,3 +1,18 @@ +/* + * Copyright 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 "View.hpp" #include "NavigationContext.hpp" diff --git a/src/view/View.hpp b/src/view/View.hpp index c7e82e6..f7b35ed 100644 --- a/src/view/View.hpp +++ b/src/view/View.hpp @@ -1,3 +1,18 @@ +/* + * Copyright 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. + */ #ifndef VIEW_HPP #define VIEW_HPP