summaryrefslogtreecommitdiff
path: root/Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs
diff options
context:
space:
mode:
authorpius.lee <pius.lee@samsung.com>2016-11-29 10:23:11 +0900
committerpius.lee <pius.lee@samsung.com>2016-11-29 10:28:23 +0900
commit966152751fa2830e7469c0598db3e7feb8edf952 (patch)
tree0e0f35dcf8c1f7638fdf54b51c817bc0aec90f8c /Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs
parent918b980449f4f85322821ced3e110eaa3a896bc9 (diff)
downloadlauncher-966152751fa2830e7469c0598db3e7feb8edf952.tar.gz
launcher-966152751fa2830e7469c0598db3e7feb8edf952.tar.bz2
launcher-966152751fa2830e7469c0598db3e7feb8edf952.zip
Add License file and comments to sources
Change-Id: I2d4993dd798ebac2666018289f6359a579e328a0
Diffstat (limited to 'Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs')
-rw-r--r--Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs b/Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs
index acbb06e..28b0edf 100644
--- a/Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs
+++ b/Tizen.Runtime/Tizen.Runtime.Coreclr/AssemblyManager.cs
@@ -1,3 +1,19 @@
+/*
+ * Copyright (c) 2016 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.IO;
using System.Reflection;