From: cskim Date: Wed, 15 Mar 2017 11:08:59 +0000 (+0900) Subject: Add license description, remove unused files X-Git-Tag: submit/tizen/20170808.015446~194 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d72463962db36644f44e15f52976643f56a2529f;p=profile%2Ftv%2Fapps%2Fdotnet%2Fhome.git Add license description, remove unused files Change-Id: Ibf806977932c4f5a05e22163adfb4a8fee7b02a4 --- diff --git a/LibTVRefCommonPortable/DataModels/WatcherType.cs b/LibTVRefCommonPortable/DataModels/WatcherType.cs index b09588c..bc6d1e6 100644 --- a/LibTVRefCommonPortable/DataModels/WatcherType.cs +++ b/LibTVRefCommonPortable/DataModels/WatcherType.cs @@ -1,3 +1,19 @@ +/* + * Copyright (c) 2017 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.1 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://floralicense.org/license/ + * + * 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. + */ + namespace LibTVRefCommonPortable.DataModels { public enum WatcherType diff --git a/LibTVRefCommonPortable/LibTVRefCommonPortable.cs b/LibTVRefCommonPortable/LibTVRefCommonPortable.cs deleted file mode 100644 index af468a7..0000000 --- a/LibTVRefCommonPortable/LibTVRefCommonPortable.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -using Xamarin.Forms; - -namespace LibTVRefCommonPortable -{ - public class LibTVRefCommonPortable : ContentPage - { - public LibTVRefCommonPortable() - { - - } - } -} diff --git a/LibTVRefCommonPortable/LibTVRefCommonPortable.csproj b/LibTVRefCommonPortable/LibTVRefCommonPortable.csproj index 160070e..bde6e16 100644 --- a/LibTVRefCommonPortable/LibTVRefCommonPortable.csproj +++ b/LibTVRefCommonPortable/LibTVRefCommonPortable.csproj @@ -56,7 +56,6 @@ - diff --git a/LibTVRefCommonPortable/Utils/DBUtil.cs b/LibTVRefCommonPortable/Utils/DBUtil.cs deleted file mode 100644 index 2c5701b..0000000 --- a/LibTVRefCommonPortable/Utils/DBUtil.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System; -using System.Runtime.InteropServices; - -namespace TVHome.Utils -{ - public class DBUtil - { - public String DBFileName - { - get; - set; - } - - public DBUtil(string dbFilename) - { - - } - - } -} diff --git a/LibTVRefCommonPortable/Utils/DateUtils.cs b/LibTVRefCommonPortable/Utils/DateUtils.cs index ec57eb2..ed81fce 100644 --- a/LibTVRefCommonPortable/Utils/DateUtils.cs +++ b/LibTVRefCommonPortable/Utils/DateUtils.cs @@ -1,8 +1,20 @@ +/* + * Copyright (c) 2017 Samsung Electronics Co., Ltd + * + * Licensed under the Flora License, Version 1.1 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://floralicense.org/license/ + * + * 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.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; namespace LibTVRefCommonPortable.Utils { diff --git a/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk b/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk index 62ecce4..fcf8334 100644 Binary files a/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk and b/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk differ