diff --git a/Mobile/NUI/AppHistory/AppHistory/AppHistory.cs b/Mobile/NUI/AppHistory/AppHistory/AppHistory.cs index aeb1159a..663512b2 100644 --- a/Mobile/NUI/AppHistory/AppHistory/AppHistory.cs +++ b/Mobile/NUI/AppHistory/AppHistory/AppHistory.cs @@ -1,4 +1,18 @@ -using System; +/* + * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * 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. + */ using Tizen.NUI; using Tizen.NUI.Components; diff --git a/Mobile/NUI/AppHistory/AppHistory/AppInfoPage.xaml.cs b/Mobile/NUI/AppHistory/AppHistory/AppInfoPage.xaml.cs index fe28366e..ad05167a 100644 --- a/Mobile/NUI/AppHistory/AppHistory/AppInfoPage.xaml.cs +++ b/Mobile/NUI/AppHistory/AppHistory/AppInfoPage.xaml.cs @@ -1,4 +1,19 @@ -using Tizen.NUI; +/* + * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * 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. + */ +using Tizen.NUI; using Tizen.NUI.Components; using Tizen.NUI.BaseComponents; using Tizen.NUI.Binding; diff --git a/Mobile/NUI/AppHistory/AppHistory/MainPage.xaml.cs b/Mobile/NUI/AppHistory/AppHistory/MainPage.xaml.cs index c7039e4a..b2d43119 100644 --- a/Mobile/NUI/AppHistory/AppHistory/MainPage.xaml.cs +++ b/Mobile/NUI/AppHistory/AppHistory/MainPage.xaml.cs @@ -1,4 +1,19 @@ -using Tizen.NUI; +/* + * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * 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. + */ +using Tizen.NUI; using Tizen.NUI.Components; using Tizen.NUI.BaseComponents; using Tizen.Security; diff --git a/Mobile/NUI/AppHistory/AppHistory/ViewModel/AppInfoPageViewModel.cs b/Mobile/NUI/AppHistory/AppHistory/ViewModel/AppInfoPageViewModel.cs index 75924dad..ea9b6965 100644 --- a/Mobile/NUI/AppHistory/AppHistory/ViewModel/AppInfoPageViewModel.cs +++ b/Mobile/NUI/AppHistory/AppHistory/ViewModel/AppInfoPageViewModel.cs @@ -1,4 +1,19 @@ -using System; +/* + * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * 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. + */ +using System; using System.Collections.ObjectModel; using System.ComponentModel; using Tizen.Applications; diff --git a/Mobile/NUI/AppHistory/AppHistory/ViewModel/MainPageViewModel.cs b/Mobile/NUI/AppHistory/AppHistory/ViewModel/MainPageViewModel.cs index e288260f..008bf887 100644 --- a/Mobile/NUI/AppHistory/AppHistory/ViewModel/MainPageViewModel.cs +++ b/Mobile/NUI/AppHistory/AppHistory/ViewModel/MainPageViewModel.cs @@ -1,4 +1,19 @@ -using System.Collections.ObjectModel; +/* + * Copyright (c) 2023 Samsung Electronics Co., Ltd. All rights reserved. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * 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. + */ +using System.Collections.ObjectModel; using System.ComponentModel; namespace AppHistory.ViewModel diff --git a/Mobile/NUI/AppHistory/README.md b/Mobile/NUI/AppHistory/README.md new file mode 100644 index 00000000..15021526 --- /dev/null +++ b/Mobile/NUI/AppHistory/README.md @@ -0,0 +1,28 @@ +# AppHistory + +The AppHistory sample application demonstrates how you can retrieve the user's application usage patterns. + +
+ |
+
+ |
+