X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI.XamlBuild%2Fsrc%2Fpublic%2FXamlBuild%2FFieldReferenceExtensions.cs;h=c33aa8f9e84fdf111b42693367698b6718874a7a;hb=70318934d810b91d8c36d3441965ac5613a31c59;hp=2417956ce42767a4b9a74dd3ad0f04fb687a902c;hpb=5f38bbeb403f44c9bb6f1b10da67296f80151c56;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI.XamlBuild/src/public/XamlBuild/FieldReferenceExtensions.cs b/src/Tizen.NUI.XamlBuild/src/public/XamlBuild/FieldReferenceExtensions.cs index 2417956..c33aa8f 100755 --- a/src/Tizen.NUI.XamlBuild/src/public/XamlBuild/FieldReferenceExtensions.cs +++ b/src/Tizen.NUI.XamlBuild/src/public/XamlBuild/FieldReferenceExtensions.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 Mono.Cecil; namespace Tizen.NUI.Xaml.Build.Tasks @@ -19,4 +35,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks return fieldReference; } } -} \ No newline at end of file +} +