Add license description, remove unused files
authorcskim <charles0.kim@samsung.com>
Wed, 15 Mar 2017 11:08:59 +0000 (20:08 +0900)
committerChulSeung Kim <charles0.kim@samsung.com>
Thu, 8 Jun 2017 09:34:47 +0000 (18:34 +0900)
Change-Id: Ibf806977932c4f5a05e22163adfb4a8fee7b02a4

LibTVRefCommonPortable/DataModels/WatcherType.cs
LibTVRefCommonPortable/LibTVRefCommonPortable.cs [deleted file]
LibTVRefCommonPortable/LibTVRefCommonPortable.csproj
LibTVRefCommonPortable/Utils/DBUtil.cs [deleted file]
LibTVRefCommonPortable/Utils/DateUtils.cs
TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk

index b09588c405de88e02ba0730aab7c4e536eabb96c..bc6d1e6d4917edfc945a60fecbfba275121a742e 100644 (file)
@@ -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 (file)
index af468a7..0000000
+++ /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()
-        {
-
-        }
-    }
-}
index 160070eaaec1981569039171f0b81404b3493575..bde6e163d5c5d443a06339dc7d4d5a77e1cacea7 100644 (file)
@@ -56,7 +56,6 @@
     <Compile Include="DataModels\WiFiOffAction.cs" />
     <Compile Include="DataModels\WiFiOnAction.cs" />
     <Compile Include="DataModels\WiFiSettingShortcutInfo.cs" />
-    <Compile Include="LibTVRefCommonPortable.cs" />
     <Compile Include="Models\AppShortcutController.cs" />
     <Compile Include="Models\RecentShortcutController.cs" />
     <Compile Include="Models\SettingShortcutController.cs" />
diff --git a/LibTVRefCommonPortable/Utils/DBUtil.cs b/LibTVRefCommonPortable/Utils/DBUtil.cs
deleted file mode 100644 (file)
index 2c5701b..0000000
+++ /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)
-        {
-
-        }
-
-    }
-}
index ec57eb2b8a83e871993c52fecc4b91f25bfc375b..ed81fceafe5b5a35cace820219ffb083619cb961 100644 (file)
@@ -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
 {
index 62ecce440c5663e7b7503da6e3324b0f18bc93f7..fcf83341814666f153cbfe6378fa20fb2f980b40 100644 (file)
Binary files a/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk and b/TVHome/TVHome.TizenTV/bin/Debug/TVHome.TizenTV.tpk differ