X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI.XamlBuild%2Fsrc%2Fpublic%2FXamlBuild%2FXamlCAssemblyResolver.cs;h=0047749d26ae3c6b9e8927713c4f5fabd04b78f9;hb=70318934d810b91d8c36d3441965ac5613a31c59;hp=32833e887f8cd2b1c0eb147d4ae7b4f4940031cf;hpb=5f38bbeb403f44c9bb6f1b10da67296f80151c56;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XamlCAssemblyResolver.cs b/src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XamlCAssemblyResolver.cs index 32833e8..0047749 100755 --- a/src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XamlCAssemblyResolver.cs +++ b/src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XamlCAssemblyResolver.cs @@ -1,3 +1,19 @@ +/* + * Copyright(c) 2022 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. + * + */ using System; using Mono.Cecil; @@ -44,4 +60,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks || name.Name == "netstandard"; } } -} \ No newline at end of file +} +