[NUI] Add file comment and end empty line
authorXianbing Teng <xb.teng@samsung.com>
Thu, 24 Feb 2022 08:54:50 +0000 (16:54 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 25 Feb 2022 08:57:53 +0000 (17:57 +0900)
244 files changed:
pkg/Tizen.NET.API9/build/Tizen.NET.API9.targets
pkg/Tizen.NET.API9/xamlbuild/Tizen.NUI.XamlBuild.dll
src/Tizen.NUI.XamlBuild/Tizen.NUI.XamlBuild.csproj
src/Tizen.NUI.XamlBuild/src/internal/Xaml/ApplyPropertiesVisitor.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/CreateValuesVisitor.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/DesignMode.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/ExpandMarkupsVisitor.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/FillResourceDictionariesVisitor.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/HydrationContext.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IConverterOptions.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IDictionaryExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IExpressionParser.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IMarkupExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/INativeValueConverterService.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IProvideParentValues.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IProvideValueTarget.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IReferenceProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IResourcesLoader.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IRootObjectProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IValueConverterProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IValueProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IXamlTypeResolver.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/IXmlLineInfoProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExpressionParser.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensionParser.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensions/ArrayExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensions/BindingExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensions/DynamicResourceExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensions/NullExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensions/ReferenceExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensions/StaticExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensions/StaticResourceExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensions/TemplateBindingExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/MarkupExtensions/TypeExtension.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/NamescopingVisitor.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/ProvideCompiledAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/PruneIgnoredNodesVisitor.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/ReflectionExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/RegisterXNamesVisitor.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/ResourcesLoader.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/RuntimeNamePropertyAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/TypeArgumentsParser.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/TypeConversionAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/TypeConversionExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/ValueConverterProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/ViewExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/VisualStateManager.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XamlCompilationAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XamlLoader.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XamlNode.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XamlNodeVisitor.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XamlParseException.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XamlParser.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XamlResourceIdAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XamlServiceProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XmlLineInfo.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XmlName.cs
src/Tizen.NUI.XamlBuild/src/internal/Xaml/XmlnsHelper.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/BindableObject.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/BindableProperty.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/BindablePropertyKey.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Binding.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/BindingBase.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/BindingBaseExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/BindingExpression.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/BindingMode.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/CollectionSynchronizationCallback.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/CollectionSynchronizationContext.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ContentPropertyAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ControlTemplate.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/DataTemplate.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/DataTemplateExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/DataTemplateSelector.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/DependencyAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/DependencyFetchTarget.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/DependencyResolver.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/DependencyService.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Device.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/DeviceInfo.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/DeviceOrientation.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Effect.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Element.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ElementEventArgs.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ElementTemplate.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/EnumerableExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ExportEffectAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/FlowDirection.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/GestureRecognizer.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/HandlerAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IControlTemplated.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IDynamicResourceHandler.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IEffectControlProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IElement.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IElementController.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IExtendedTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IGestureRecognizer.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/INativeBindingService.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IPlatform.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IPlatformServices.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IRegisterable.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IResourceDictionary.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IResourcesProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ISystemResourcesProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/IValueConverter.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/AttachedCollection.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/Behavior.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/BindingCondition.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/Condition.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/IAttachedObject.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/MultiCondition.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/PropertyCondition.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/TriggerAction.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/TriggerBase.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Interactivity/XamlPropertyCondition.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Internals/DynamicResource.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Internals/IDataTemplate.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Internals/INameScope.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Internals/INamescopeProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Internals/NameScope.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Internals/PreserveAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Internals/ResourceLoader.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Internals/Ticker.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Internals/TypedBinding.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ListStringTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/NameScopeExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/NullEffect.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/OnIdiom.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/OnPlatform.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ParameterAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Performance.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Registrar.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/RenderWithAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ResolutionGroupNameAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ResourceDictionary.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ResourcesChangedEventArgs.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/ResourcesExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/RoutingEffect.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Setter.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/Style.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/CharExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/CssReader.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/IStyle.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/IStyleSelectable.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/Selector.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/Style.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/StylePropertyAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/StyleSheet.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/StyleSheetExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/StyleSheetServiceProvider.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/StyleSheets/TextReaderExtensions.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/TargetIdiom.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/TargetPlatform.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/TemplateBinding.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/TemplateUtilities.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/TrackableCollection.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/TypeConverter.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/TypeConverterAttribute.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/TypeTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/internal/XamlBinding/XmlnsDefinitionAttribute.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlAddEvent.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlAddObject.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlAddToCollectionInstance.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlAddToCollectionProperty.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlAddToResourceDictionary.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlCreateObject/EXamlCreateArrayObject.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlCreateObject/EXamlCreateDPObject.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlCreateObject/EXamlCreateDataTemplate.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlCreateObject/EXamlCreateObject.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlGetObjectByProperty.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlOperation.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlRegisterXName.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlSetBindalbeProperty.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlSetBinding.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlSetDynamicResource.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlSetProperty.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXaml/EXamlValueConverterFromString.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXamlContext.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXamlCreateObjectVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXamlExpandMarkupsVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXamlSetFieldVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXamlSetNamescopesAndRegisterNamesVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXamlSetPropertiesVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/EXamlSetResourcesVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/MethodDefinitionExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/Utility/EXamlDefinitionList.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/Utility/EXamlOperationType.cs
src/Tizen.NUI.XamlBuild/src/public/EXamlBuild/Utility/EXamlUtility.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/BindablePropertyReferenceExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/BindablePropertyConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/BindingTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/BoundsTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/ColorTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/ConstraintTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/ExtentsTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/ICompiledTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/LayoutOptionsConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/ListStringTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/PositionTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/RDSourceTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/RectangleTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/SizeTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/ThicknessTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/TypeTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledConverters/UriTypeConverter.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledMarkupExtensions/ArrayExtension.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledMarkupExtensions/ICompiledMarkupExtension.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledMarkupExtensions/NullExtension.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledMarkupExtensions/StaticExtension.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledMarkupExtensions/TypeExtension.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledValueProviders/ICompiledValueProvider.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledValueProviders/PassthroughValueProvider.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledValueProviders/SetterValueProvider.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CompiledValueProviders/StyleSheetProvider.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CreateObjectVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CssGTask.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/CssGenerator.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/DebugXamlCTask.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/ExpandMarkupsVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/FieldReferenceExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/GetTasksAbi.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/ILContext.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/ILProcessorExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/ILRootNode.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/Logger.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/MethodBodyExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/MethodDefinitionExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/MethodReferenceExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/ModuleDefinitionExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/NodeILExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/PerformanceProvider.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/PropertyDefinitionExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/SetFieldVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/SetNamescopesAndRegisterNamesVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/SetPropertiesVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/SetResourcesVisitor.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/TypeDefinitionExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/TypeReferenceExtensions.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/VariableDefinitionReference.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XamlCAssemblyResolver.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XamlCTask.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XamlGTask.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XamlGenerator.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XamlTask.cs
src/Tizen.NUI.XamlBuild/src/public/XamlBuild/XmlTypeExtensions.cs

index 04591a1..67861b3 100755 (executable)
@@ -20,4 +20,4 @@
   <ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
     <Import Project="$(MSBuildThisFileDirectory)..\buildTransitive\Tizen.NUI.XamlBuild.targets" Condition="Exists('$(MSBuildThisFileDirectory)..\buildTransitive\Tizen.NUI.XamlBuild.targets')" />
   </ImportGroup>
-</Project>
\ No newline at end of file
+</Project>
index 510e917..2e7d51f 100644 (file)
Binary files a/pkg/Tizen.NET.API9/xamlbuild/Tizen.NUI.XamlBuild.dll and b/pkg/Tizen.NET.API9/xamlbuild/Tizen.NUI.XamlBuild.dll differ
index 16003e2..f6dc133 100755 (executable)
@@ -4,25 +4,11 @@
     <TargetFramework>netstandard2.0</TargetFramework>
   </PropertyGroup>
 
-  <PropertyGroup>
-    <Version>1.0.6</Version>
-    <NoPackageAnalysis>true</NoPackageAnalysis>
-    <IncludeBuildOutput>false</IncludeBuildOutput>
-    <NuspecFile>.nuspec\Tizen.NUI.XamlBuild.nuspec</NuspecFile>
-    <NuspecProperties>configuration=$(Configuration);version=$(Version)</NuspecProperties>
-  </PropertyGroup>
-
   <ItemGroup>
     <PackageReference Include="Microsoft.CSharp" Version="4.3.0" />
-    <PackageReference Include="System.Reflection" Version="4.3.0" />
-    <PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
-    <PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="1.1.0" />
     <PackageReference Include="Mono.Cecil" Version="0.11.0" />
     <PackageReference Include="System.CodeDom" Version="4.4.0" />
-    <PackageReference Include="Microsoft.Build" Version="15.1.1012" />
-    <PackageReference Include="Microsoft.Build.Framework" Version="15.1.1012" />
-    <PackageReference Include="Microsoft.Build.Utilities.Core" Version="15.1.1012" />
     <PackageReference Include="Microsoft.Build.Tasks.Core" Version="15.1.1012" />
   </ItemGroup>
 
-</Project>
\ No newline at end of file
+</Project>
index 8c5f198..884ff02 100755 (executable)
@@ -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 System.Collections;
 using System.Collections.Generic;
@@ -710,3 +726,4 @@ namespace Tizen.NUI.Xaml
         }
     }
 }
index 581c3b1..db1d0f2 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Globalization;
@@ -427,3 +443,4 @@ namespace Tizen.NUI.Xaml
         }
     }
 }
index b01f972..7696560 100755 (executable)
@@ -1,7 +1,24 @@
-namespace Tizen.NUI.Xaml
+/*
+ * 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.
+ *
+ */
+namespace Tizen.NUI.Xaml
 {
     internal static class DesignMode
     {
         public static bool IsDesignModeEnabled { get; internal set; }
     }
-}
\ No newline at end of file
+}
index a3a680a..62efb14 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Xml;
@@ -118,31 +134,20 @@ namespace Tizen.NUI.Xaml
                 if (split.Length > 2)
                     throw new ArgumentException();
 
-                string prefix; //, name;
+                string prefix;
                 if (split.Length == 2)
                 {
                     prefix = split[0];
-                    //name = split [1];
                 }
                 else
                 {
                     prefix = "";
-                    //name = split [0];
                 }
 
                 Type type;
                 var typeResolver = serviceProvider.GetService(typeof (IXamlTypeResolver)) as IXamlTypeResolver;
                 if (typeResolver == null)
                     type = null;
-                // Add Binding and StaticResource support, The ordinal code can't find BindingExtension for Binding
-                //else if (match == "Binding")
-                //{
-                //    type = typeof(BindingExtension);
-                //}
-                //else if (match == "StaticResource")
-                //{
-                //    type = typeof(StaticResourceExtension);
-                //}
                 else
                 {
                     //The order of lookup is to look for the Extension-suffixed class name first and then look for the class name without the Extension suffix.
@@ -194,4 +199,5 @@ namespace Tizen.NUI.Xaml
             }
         }
     }
-}
\ No newline at end of file
+}
index 2be8e7b..5ede607 100755 (executable)
@@ -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 System.Collections;
 using System.Collections.Generic;
@@ -84,4 +100,5 @@ namespace Tizen.NUI.Xaml
             return false;
         }
     }
-}
\ No newline at end of file
+}
index 0285f07..ae7a55a 100755 (executable)
@@ -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 System.Collections.Generic;
 
@@ -18,3 +34,4 @@ namespace Tizen.NUI.Xaml
         public object RootElement { get; set; }
     }
 }
index 722707a..500b78b 100755 (executable)
@@ -1,7 +1,24 @@
-namespace Tizen.NUI.Xaml
+/*
+ * 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.
+ *
+ */
+namespace Tizen.NUI.Xaml
 {
     internal interface IConverterOptions
     {
         bool IgnoreCase { get; }
     }
-}
\ No newline at end of file
+}
index eb8a897..b182f46 100755 (executable)
@@ -1,4 +1,20 @@
-using System.Collections.Generic;
+/*
+ * 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.Collections.Generic;
 
 namespace Tizen.NUI.Xaml
 {
@@ -11,4 +27,5 @@ namespace Tizen.NUI.Xaml
                 dictionary.Add(kvp);
         }
     }
-}
\ No newline at end of file
+}
index 7d52405..e622723 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Xaml
@@ -12,4 +28,5 @@ namespace Tizen.NUI.Xaml
     {
         new T Parse(string match, ref string expression, IServiceProvider serviceProvider);
     }
-}
\ No newline at end of file
+}
index a6f26a5..1ffcd2c 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Xaml
 {
@@ -16,4 +32,5 @@ namespace Tizen.NUI.Xaml
     internal sealed class AcceptEmptyServiceProviderAttribute : Attribute
     {
     }
-}
\ No newline at end of file
+}
index a5a60f2..566a6a6 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Xaml.Internals
 {
@@ -6,4 +22,5 @@ namespace Tizen.NUI.Xaml.Internals
     {
         bool ConvertTo(object value, Type toType, out object nativeValue);
     }
-}
\ No newline at end of file
+}
index d7de36a..1da5b33 100755 (executable)
@@ -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.Collections.Generic;
 
 namespace Tizen.NUI.Xaml
@@ -6,4 +22,5 @@ namespace Tizen.NUI.Xaml
     {
         IEnumerable<object> ParentObjects { get; }
     }
-}
\ No newline at end of file
+}
index cdf7b79..0e8596b 100755 (executable)
@@ -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.
+ *
+ */
 namespace Tizen.NUI.Xaml
 {
     internal interface IProvideValueTarget
@@ -5,4 +21,5 @@ namespace Tizen.NUI.Xaml
         object TargetObject { get; }
         object TargetProperty { get; }
     }
-}
\ No newline at end of file
+}
index 249932e..a3a2d5b 100755 (executable)
@@ -1,7 +1,24 @@
-namespace Tizen.NUI.Xaml
+/*
+ * 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.
+ *
+ */
+namespace Tizen.NUI.Xaml
 {
     internal interface IReferenceProvider
     {
         object FindByName(string name);
     }
-}
\ No newline at end of file
+}
index 820289d..7b2f27f 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Reflection;
 using System.Xml;
 using System.IO;
@@ -10,4 +26,5 @@ namespace Tizen.NUI
         T CreateFromResource<T>(string resourcePath, Assembly assembly, IXmlLineInfo lineInfo) where T : new();
         string GetResource(string resourcePath, Assembly assembly, IXmlLineInfo lineInfo);
     }
-}
\ No newline at end of file
+}
index 057ae54..8835b54 100755 (executable)
@@ -1,7 +1,24 @@
+/*
+ * 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.
+ *
+ */
 namespace Tizen.NUI.Xaml
 {
     internal interface IRootObjectProvider
     {
         object RootObject { get; }
     }
-}
\ No newline at end of file
+}
index 72942e8..3c5f44f 100755 (executable)
@@ -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 System.Reflection;
 
@@ -7,4 +23,5 @@ namespace Tizen.NUI.Xaml
     {
         object Convert(object value, Type toType, Func<MemberInfo> minfoRetriever, IServiceProvider serviceProvider);
     }
-}
\ No newline at end of file
+}
index a93a3e5..fe4840a 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Xaml
@@ -6,4 +22,5 @@ namespace Tizen.NUI.Xaml
     {
         object ProvideValue(IServiceProvider serviceProvider);
     }
-}
\ No newline at end of file
+}
index fbf2d37..0f49d6f 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Xaml
@@ -7,4 +23,5 @@ namespace Tizen.NUI.Xaml
         Type Resolve(string qualifiedTypeName, IServiceProvider serviceProvider = null);
         bool TryResolve(string qualifiedTypeName, out Type type);
     }
-}
\ No newline at end of file
+}
index da9ac5a..cfd020a 100755 (executable)
@@ -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.Xml;
 
 namespace Tizen.NUI.Xaml
@@ -6,4 +22,5 @@ namespace Tizen.NUI.Xaml
     {
         IXmlLineInfo XmlLineInfo { get; }
     }
-}
\ No newline at end of file
+}
index 6dbc21a..0755f12 100755 (executable)
@@ -1,35 +1,19 @@
-//
-// MarkupExpressionParser.cs
-//
-// This code is partly salvaged from moonlight. Following licence apply.
-//
-//
-// Author(s):
-//   Moonlight List (moonlight-list@lists.ximian.com)
-//   Stephane Delcroix (stephane@mi8.be)
-//
-// Copyright 2009 Novell, Inc.
-// Copyright 2013 Xamarin, Inc.
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
+/*
+ * 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 System.Text;
@@ -226,4 +210,5 @@ namespace Tizen.NUI.Xaml
             return piece.ToString();
         }
     }
-}
\ No newline at end of file
+}
index ec76d26..4379b38 100755 (executable)
@@ -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 System.Reflection;
 using Tizen.NUI.Binding;
@@ -78,4 +94,5 @@ namespace Tizen.NUI.Xaml
             setter?.Invoke(markupExtension, new[] { value });
         }
     }
-}
\ No newline at end of file
+}
index ce20e18..6241607 100755 (executable)
@@ -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 System.Collections;
 using System.Collections.Generic;
@@ -38,4 +54,5 @@ namespace Tizen.NUI.Xaml
             return (this as IMarkupExtension<Array>).ProvideValue(serviceProvider);
         }
     }
-}
\ No newline at end of file
+}
index 50fd16c..84c5628 100755 (executable)
@@ -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 Tizen.NUI.Binding.Internals;
 using Tizen.NUI.Binding;
@@ -80,4 +96,5 @@ namespace Tizen.NUI.Xaml
             return (this as IMarkupExtension<BindingBase>).ProvideValue(serviceProvider);
         }
     }
-}
\ No newline at end of file
+}
index a883738..cfd4d24 100755 (executable)
@@ -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 Tizen.NUI.Binding;
 using Tizen.NUI.Binding.Internals;
@@ -38,4 +54,5 @@ namespace Tizen.NUI.Xaml
             return new DynamicResource(Key);
         }
     }
-}
\ No newline at end of file
+}
index b5a310c..9a84f5b 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Xaml
 {
@@ -12,3 +28,4 @@ namespace Tizen.NUI.Xaml
         }
     }
 }
index 4972d84..64df7c9 100755 (executable)
@@ -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 Tizen.NUI.Binding.Internals;
 using Tizen.NUI.Binding;
@@ -45,4 +61,5 @@ namespace Tizen.NUI.Xaml
             throw new XamlParseException($"Can not find the object referenced by `{Name}`", lineInfo);
         }
     }
-}
\ No newline at end of file
+}
index 2423ed0..adab4f8 100755 (executable)
@@ -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 System.Linq;
 using System.Reflection;
@@ -49,4 +65,5 @@ namespace Tizen.NUI.Xaml
             throw new XamlParseException($"No static member found for {Member}", lineInfo);
         }
     }
-}
\ No newline at end of file
+}
index 0ad0840..7e3146a 100755 (executable)
@@ -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 System.Xml;
 using System.Reflection;
@@ -109,3 +125,4 @@ namespace Tizen.NUI.Xaml
         }
     }
 }
index d06f242..98c8469 100755 (executable)
@@ -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 Tizen.NUI.Binding;
 
@@ -33,4 +49,5 @@ namespace Tizen.NUI.Xaml
             return (this as IMarkupExtension<BindingBase>).ProvideValue(serviceProvider);
         }
     }
-}
\ No newline at end of file
+}
index 9bcd36b..b0b11ba 100755 (executable)
@@ -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 Tizen.NUI.Binding;
 
@@ -27,4 +43,5 @@ namespace Tizen.NUI.Xaml
             return (this as IMarkupExtension<Type>).ProvideValue(serviceProvider);
         }
     }
-}
\ No newline at end of file
+}
index 99e0f89..f7c0900 100755 (executable)
@@ -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.Collections.Generic;
 using Tizen.NUI.Binding.Internals;
 
@@ -73,4 +89,5 @@ namespace Tizen.NUI.Xaml
             return node != null  && node.XmlType.Name == "VisualStateGroup" && node.Parent is IListNode;
         }
     }
-}
\ No newline at end of file
+}
index 33cb1cb..0b8accd 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Xaml
 {
@@ -12,4 +28,5 @@ namespace Tizen.NUI.Xaml
             CompiledVersion = compiledVersion;
         }
     }
-}
\ No newline at end of file
+}
index 8c025e5..4629ee1 100755 (executable)
@@ -1,4 +1,20 @@
-using System.Collections.Generic;
+/*
+ * 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.Collections.Generic;
 using System.Linq;
 
 namespace Tizen.NUI.Xaml
@@ -76,4 +92,5 @@ namespace Tizen.NUI.Xaml
         {
         }
     }
-}
\ No newline at end of file
+}
index c356b05..466caba 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using System.ComponentModel;
 using System.Linq;
@@ -67,4 +83,5 @@ namespace Tizen.NUI.Binding.Internals
             }
         }
     }
-}
\ No newline at end of file
+}
index 8ca6dde..7e0b823 100755 (executable)
@@ -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 System.Collections.Generic;
 using Tizen.NUI.Binding;
@@ -65,4 +81,5 @@ namespace Tizen.NUI.Xaml
             return false;
         }
     }
-}
\ No newline at end of file
+}
index 6b25652..103ed7c 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.IO;
 using System.Reflection;
 using Tizen.NUI;
@@ -52,4 +68,5 @@ namespace Tizen.NUI.Xaml
             }
         }
     }
-}
\ No newline at end of file
+}
index 80b8fe5..7536d8c 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+
+/*
+ * 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;
 
 namespace Tizen.NUI.Xaml
 {
@@ -12,4 +28,5 @@ namespace Tizen.NUI.Xaml
 
         public string Name { get; }
     }
-}
\ No newline at end of file
+}
index 42e80ac..a3ad9ab 100755 (executable)
@@ -1,4 +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.Collections.Generic;
 using System.Xml;
 
@@ -68,4 +83,5 @@ namespace Tizen.NUI.Xaml
             return new XmlType(namespaceuri, name, typeArguments);
         }
     }
-}
\ No newline at end of file
+}
index 2b81846..8443e41 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Xaml
 {
@@ -12,4 +28,5 @@ namespace Tizen.NUI.Xaml
             TargetType = targetType;
         }
     }
-}
\ No newline at end of file
+}
index ab1d84d..8c6f5cf 100755 (executable)
@@ -1,29 +1,19 @@
-//
-// TypeConversionExtensions.cs
-//
-// Author:
-//       Stephane Delcroix <stephane@mi8.be>
-//
-// Copyright (c) 2013 Mobile Inception
-// Copyright (c) 2014 Xamarin, Inc.
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
+/*
+ * 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 System.Collections.Generic;
@@ -228,4 +218,5 @@ namespace Tizen.NUI.Xaml
             return mi;
         }
     }
-}
\ No newline at end of file
+}
index d4b5e61..81115d2 100755 (executable)
@@ -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 System.Reflection;
 
@@ -15,3 +31,4 @@ namespace Tizen.NUI.Xaml
         }
     }
 }
index cdef491..e4d60e0 100755 (executable)
@@ -1,29 +1,19 @@
-//
-// ViewExtensions.cs
-//
-// Author:
-//       Stephane Delcroix <stephane@mi8.be>
-//
-// Copyright (c) 2013 Mobile Inception
-// Copyright (c) 2013 Xamarin, Inc
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
+/*
+ * 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 System.Reflection;
@@ -64,4 +54,5 @@ namespace Tizen.NUI.Xaml
             return view;
         }
     }
-}
\ No newline at end of file
+}
index 01e42f3..a644dad 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections;
 using System.Collections.Generic;
 using System.Collections.ObjectModel;
@@ -360,3 +376,4 @@ namespace Tizen.NUI.Xaml
         }
     }
 }
index 53b6263..cfe08fb 100755 (executable)
@@ -10,33 +10,5 @@ namespace Tizen.NUI.Xaml
         Skip = 1 << 0,
         Compile = 1 << 1
     }
-
-    //[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Module | AttributeTargets.Class, Inherited = false)]
-    //public sealed class XamlCompilationAttribute : Attribute
-    //{
-    //    public XamlCompilationAttribute(XamlCompilationOptions xamlCompilationOptions)
-    //    {
-    //        XamlCompilationOptions = xamlCompilationOptions;
-    //    }
-
-    //    public XamlCompilationOptions XamlCompilationOptions { get; set; }
-    //}
-
-    //internal static class XamlCExtensions
-    //{
-    //    public static bool IsCompiled(this Type type)
-    //    {
-    //        var attr = type.GetTypeInfo().GetCustomAttribute<XamlCompilationAttribute>();
-    //        if (attr != null)
-    //            return attr.XamlCompilationOptions == XamlCompilationOptions.Compile;
-    //        attr = type.GetTypeInfo().Module.GetCustomAttribute<XamlCompilationAttribute>();
-    //        if (attr != null)
-    //            return attr.XamlCompilationOptions == XamlCompilationOptions.Compile;
-    //        attr = type.GetTypeInfo().Assembly.GetCustomAttribute<XamlCompilationAttribute>();
-    //        if (attr != null)
-    //            return attr.XamlCompilationOptions == XamlCompilationOptions.Compile;
-
-    //        return false;
-    //    }
-    //}
-}
\ No newline at end of file
+}
index da7e05d..ff9eeda 100755 (executable)
@@ -1,29 +1,19 @@
-//
-// XamlLoader.cs
-//
-// Author:
-//       Stephane Delcroix <stephane@mi8.be>
-//
-// Copyright (c) 2018 Mobile Inception
-// Copyright (c) 2018-2014 Xamarin, Inc
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
+/*
+ * 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 System.Collections.Generic;
@@ -306,3 +296,4 @@ namespace Tizen.NUI.Xaml
         }
     }
 }
index 44a7df8..57cb4a9 100755 (executable)
@@ -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.Collections.Generic;
 using System.Diagnostics;
 using System.Linq;
@@ -254,4 +270,5 @@ namespace Tizen.NUI.Xaml
             return false;
         }
     }
-}
\ No newline at end of file
+}
index 6868780..c8c2d11 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Xaml
 {
@@ -48,4 +64,5 @@ namespace Tizen.NUI.Xaml
         public bool SkipChildren(INode node, INode parentNode) => false;
         public bool IsResourceDictionary(ElementNode node) => false;
     }
-}
\ No newline at end of file
+}
index 27a5841..98b1202 100755 (executable)
@@ -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 System.Diagnostics;
 using System.Text;
@@ -44,4 +60,5 @@ namespace Tizen.NUI.Xaml
             return string.Format("Position {0}:{1}. {2}", xmlinfo.LineNumber, xmlinfo.LinePosition, message);
         }
     }
-}
\ No newline at end of file
+}
index dd30afa..9da5bb2 100755 (executable)
@@ -1,29 +1,19 @@
-//
-// XamlParser.cs
-//
-// Author:
-//       Stephane Delcroix <stephane@mi8.be>
-//
-// Copyright (c) 2013 Mobile Inception
-// Copyright (c) 2013-2014 Xamarin, Inc
-//
-// Permission is hereby granted, free of charge, to any person obtaining a copy
-// of this software and associated documentation files (the "Software"), to deal
-// in the Software without restriction, including without limitation the rights
-// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-// copies of the Software, and to permit persons to whom the Software is
-// furnished to do so, subject to the following conditions:
-//
-// The above copyright notice and this permission notice shall be included in
-// all copies or substantial portions of the Software.
-//
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-// FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-// AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-// THE SOFTWARE.
+/*
+ * 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 System.Collections.Generic;
@@ -415,4 +405,5 @@ namespace Tizen.NUI.Xaml
             return type;
         }
     }
-}
\ No newline at end of file
+}
index b95bfcf..c81b1c8 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Reflection;
 
 namespace Tizen.NUI.Xaml
@@ -64,4 +80,5 @@ namespace Tizen.NUI.Xaml
             return null;
         }
     }
-}
\ No newline at end of file
+}
index 440319c..6edfb70 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using System.Reflection;
 using System.Xml;
@@ -318,4 +334,5 @@ namespace Tizen.NUI.Xaml
             namespaces.Add(prefix, ns);
         }
     }
-}
\ No newline at end of file
+}
index 59bb074..7486340 100755 (executable)
@@ -1,4 +1,20 @@
-using System.Xml;
+/*
+ * 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.Xml;
 
 namespace Tizen.NUI.Xaml
 {
@@ -28,4 +44,5 @@ namespace Tizen.NUI.Xaml
 
         public int LinePosition { get; }
     }
-}
\ No newline at end of file
+}
index 7cb0a26..92450b6 100755 (executable)
@@ -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.Diagnostics;
 
 namespace Tizen.NUI.Xaml
@@ -55,4 +71,5 @@ namespace Tizen.NUI.Xaml
         public static bool operator !=(XmlName x1, XmlName x2)
             =>  !(x1 == x2);
     }
-}
\ No newline at end of file
+}
index 8f86874..795b384 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Xaml
@@ -72,4 +88,5 @@ namespace Tizen.NUI.Xaml
             }
         }
     }
-}
\ No newline at end of file
+}
index e94b836..adf3957 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using System.ComponentModel;
 using System.Diagnostics;
@@ -911,3 +927,4 @@ namespace Tizen.NUI.Binding.Internals
         RaiseOnEqual = 1 << 3
     }
 }
index 4feb5be..23fef4f 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Diagnostics;
@@ -548,3 +564,4 @@ namespace Tizen.NUI.Binding
         internal delegate void BindablePropertyBindingChanging(BindableObject bindable, BindingBase oldValue, BindingBase newValue);
     }
 }
index 60df089..88388d1 100755 (executable)
@@ -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 System.ComponentModel;
 
@@ -22,4 +38,5 @@ namespace Tizen.NUI.Binding
         /// </summary>
         public BindableProperty BindableProperty { get; private set; }
     }
-}
\ No newline at end of file
+}
index 4fe9658..28f8cde 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -252,3 +268,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index e6b40b4..daf1b04 100755 (executable)
@@ -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 System.Collections;
 using System.Runtime.CompilerServices;
@@ -151,4 +167,5 @@ namespace Tizen.NUI.Binding
             IsApplied = false;
         }
     }
-}
\ No newline at end of file
+}
index 3a637fa..f4e403f 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Binding
 {
@@ -9,4 +25,5 @@ namespace Tizen.NUI.Binding
             return self.Mode != BindingMode.Default ? self.Mode : property.DefaultBindingMode;
         }
     }
-}
\ No newline at end of file
+}
index c4dd7f6..011c50a 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using System.ComponentModel;
 using System.Diagnostics;
@@ -642,3 +658,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 0d4fdfc..af3156b 100755 (executable)
@@ -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.ComponentModel;
 
 namespace Tizen.NUI.Binding
@@ -33,4 +49,5 @@ namespace Tizen.NUI.Binding
         /// </summary>
         OneTime,
     }
-}
\ No newline at end of file
+}
index cae30f5..a2b512e 100755 (executable)
@@ -1,7 +1,24 @@
+/*
+ * 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 System.Collections;
 
 namespace Tizen.NUI.Binding
 {
     public delegate void CollectionSynchronizationCallback(IEnumerable collection, object context, Action accessMethod, bool writeAccess);
-}
\ No newline at end of file
+}
index b2c36a7..22c8123 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -19,4 +35,5 @@ namespace Tizen.NUI.Binding
 
         internal WeakReference ContextReference { get; }
     }
-}
\ No newline at end of file
+}
index 77faaa8..92c5277 100755 (executable)
@@ -1,11 +1,19 @@
-//
-// ContentPropertyAttribute.cs
-//
-// Author:
-//       Stephane Delcroix <stephane@delcroix.org>
-//
-// Copyright (c) 2013 S. Delcroix
-//
+/*
+ * 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;
 
@@ -24,3 +32,4 @@ namespace Tizen.NUI.Binding
         public string Name { get; private set; }
     }
 }
index ae9c3a1..19e7765 100755 (executable)
@@ -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 System.ComponentModel;
 
@@ -25,3 +41,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index feb86cc..485cd2e 100755 (executable)
@@ -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 System.Collections.Generic;
 
@@ -77,4 +93,5 @@ namespace Tizen.NUI.Binding
                 bindable.SetValue(kvp.Key, kvp.Value);
         }
     }
-}
\ No newline at end of file
+}
index e966fda..780e562 100755 (executable)
@@ -1,4 +1,20 @@
-using System.ComponentModel;
+/*
+ * 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.ComponentModel;
 
 namespace Tizen.NUI.Binding
 {
@@ -19,4 +35,5 @@ namespace Tizen.NUI.Binding
             return self.SelectDataTemplate(item, container).CreateContent();
         }
     }
-}
\ No newline at end of file
+}
index e23ba1d..6504d76 100755 (executable)
@@ -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 System.Collections.Generic;
 
@@ -39,3 +55,4 @@ namespace Tizen.NUI.Binding
         protected abstract DataTemplate OnSelectTemplate(object item, BindableObject container);
     }
 }
index 086b061..0dbb1c4 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -12,4 +28,5 @@ namespace Tizen.NUI.Binding
 
         internal Type Implementor { get; private set; }
     }
-}
\ No newline at end of file
+}
index 43a96ea..1301b92 100755 (executable)
@@ -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.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal enum DependencyFetchTarget
@@ -5,4 +21,5 @@ namespace Tizen.NUI.Binding
         GlobalInstance,
         NewInstance
     }
-}
\ No newline at end of file
+}
index 6bf047b..d8e8b60 100755 (executable)
@@ -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 System.Linq;
 using System.Reflection;
@@ -54,4 +70,5 @@ namespace Tizen.NUI.Binding
             return Activator.CreateInstance(type);
         }
     }
-}
\ No newline at end of file
+}
index 54e1424..dde9823 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using System.Linq;
 using System.Reflection;
@@ -134,4 +150,5 @@ namespace Tizen.NUI.Binding
             public Type ImplementorType { get; set; }
         }
     }
-}
\ No newline at end of file
+}
index f43cf60..86ed8b5 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -195,3 +211,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 3b908b2..5fb3bdf 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.ComponentModel;
 using System.Runtime.CompilerServices;
 
@@ -43,3 +59,4 @@ namespace Tizen.NUI.Binding
             => PropertyChanged?.Invoke(this, new PropertyChangedEventArgs(propertyName));
     }
 }
index 8453e20..272490b 100755 (executable)
@@ -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.ComponentModel;
 
 namespace Tizen.NUI.Binding
@@ -14,3 +30,4 @@ namespace Tizen.NUI.Binding
         Other
     }
 }
index a70c710..27caeb8 100755 (executable)
@@ -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 System.ComponentModel;
 using Tizen.NUI.Binding.Internals;
@@ -89,3 +105,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index b887142..8eb2d08 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Collections.ObjectModel;
@@ -769,3 +785,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index fcdeacd..8c63db3 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Binding
 {
@@ -15,3 +31,4 @@ namespace Tizen.NUI.Binding
         public Element Element { get; private set; }
     }
 }
index 34a8aa8..4685abd 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -106,3 +122,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index dd52ab0..9d70abb 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -80,4 +96,5 @@ namespace Tizen.NUI.Binding
                 yield return x;
         }
     }
-}
\ No newline at end of file
+}
index a5f5aa0..cd89972 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -17,4 +33,5 @@ namespace Tizen.NUI.Binding
 
         internal Type Type { get; private set; }
     }
-}
\ No newline at end of file
+}
index f30a1cd..6f1e562 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -29,4 +45,5 @@ namespace Tizen.NUI.Binding
             throw new InvalidOperationException(string.Format("Cannot convert \"{0}\" into {1}", value, typeof(FlowDirection)));
         }
     }
-}
\ No newline at end of file
+}
index b490a71..68e8255 100755 (executable)
@@ -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.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal class GestureRecognizer : Element, IGestureRecognizer
@@ -6,4 +22,5 @@ namespace Tizen.NUI.Binding
         {
         }
     }
-}
\ No newline at end of file
+}
index f582f5a..6184b55 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -20,4 +36,5 @@ namespace Tizen.NUI.Binding
             return true;
         }
     }
-}
\ No newline at end of file
+}
index 403ccfc..d4d3b91 100755 (executable)
@@ -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.Collections.Generic;
 
 namespace Tizen.NUI.Binding
@@ -11,3 +27,4 @@ namespace Tizen.NUI.Binding
         void OnControlTemplateChanged(ControlTemplate oldValue, ControlTemplate newValue);
     }
 }
index cd6b3ba..2810738 100755 (executable)
@@ -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.ComponentModel;
 using Tizen.NUI.Binding;
 
@@ -9,3 +25,4 @@ namespace Tizen.NUI.Binding
         void SetDynamicResource(BindableProperty property, string key);
     }
 }
index 8f61b22..5d320d1 100755 (executable)
@@ -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.ComponentModel;
 
 namespace Tizen.NUI.Binding
@@ -15,3 +31,4 @@ namespace Tizen.NUI.Binding
         void RegisterEffect(Effect effect);
     }
 }
index 331ec27..4a4d7c3 100755 (executable)
@@ -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 Tizen.NUI.Binding.Internals;
 
@@ -11,4 +27,5 @@ namespace Tizen.NUI.Binding
         void AddResourcesChangedListener(Action<object, ResourcesChangedEventArgs> onchanged);
         void RemoveResourcesChangedListener(Action<object, ResourcesChangedEventArgs> onchanged);
     }
-}
\ No newline at end of file
+}
index f652069..4e49d15 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Collections.ObjectModel;
@@ -20,3 +36,4 @@ namespace Tizen.NUI.Binding
         // event EventHandler PlatformSet;
     }
 }
index 13318dd..c21214c 100755 (executable)
@@ -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 System.Globalization;
 
@@ -10,4 +26,5 @@ namespace Tizen.NUI.Binding
 
         object ConvertFromInvariantString(string value, IServiceProvider serviceProvider);
     }
-}
\ No newline at end of file
+}
index 9e2b688..5016128 100755 (executable)
@@ -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.ComponentModel;
 
 namespace Tizen.NUI.Binding
@@ -5,4 +21,5 @@ namespace Tizen.NUI.Binding
     internal interface IGestureRecognizer : INotifyPropertyChanged
     {
     }
-}
\ No newline at end of file
+}
index 70845b6..afac4a2 100755 (executable)
@@ -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.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
 
@@ -7,4 +23,5 @@ namespace Tizen.NUI.Binding
         bool TrySetBinding(object target, BindableProperty property, BindingBase binding);
         bool TrySetValue(object target, BindableProperty property, object value);
     }
-}
\ No newline at end of file
+}
index 3240d4c..b20800f 100755 (executable)
@@ -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.ComponentModel;
 
 namespace Tizen.NUI.Binding
@@ -18,3 +34,4 @@ namespace Tizen.NUI.Binding
         //SizeRequest GetNativeSize(BaseHandle view, double widthConstraint, double heightConstraint);
     }
 }
index 5e46ac0..f280ff8 100755 (executable)
@@ -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 System.ComponentModel;
 using System.IO;
@@ -36,3 +52,4 @@ namespace Tizen.NUI.Binding
         void QuitApplication();
     }
 }
index 6974fcc..57e1a03 100755 (executable)
@@ -1,6 +1,23 @@
+/*
+ * 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.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal interface IRegisterable
     {
     }
 }
index e1132db..f0a38f2 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -11,4 +27,5 @@ namespace Tizen.NUI.Binding
 
         event EventHandler<ResourcesChangedEventArgs> ValuesChanged;
     }
-}
\ No newline at end of file
+}
index 9cbc7e2..39edd58 100755 (executable)
@@ -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.ComponentModel;
 using Tizen.NUI.Binding;
 
@@ -11,3 +27,4 @@ namespace Tizen.NUI.Binding
         ResourceDictionary Resources { get; set; }
     }
 }
index ad52cc1..ffb819f 100755 (executable)
@@ -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.ComponentModel;
 
 namespace Tizen.NUI.Binding
@@ -7,4 +23,5 @@ namespace Tizen.NUI.Binding
     {
         IResourceDictionary GetSystemResources();
     }
-}
\ No newline at end of file
+}
index a3c37c8..66cec30 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Globalization;
 using System.ComponentModel;
 
@@ -12,3 +28,4 @@ namespace Tizen.NUI.Binding
         object ConvertBack(object value, Type targetType, object parameter, CultureInfo culture);
     }
 }
index d5d1fc3..461ad77 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Collections.ObjectModel;
@@ -125,3 +141,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 388f3a8..41979de 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Reflection;
 
 namespace Tizen.NUI.Binding
@@ -63,4 +79,5 @@ namespace Tizen.NUI.Binding
         {
         }
     }
-}
\ No newline at end of file
+}
index 63f0319..44fd0b1 100755 (executable)
@@ -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 Tizen.NUI.Xaml;
 
@@ -96,3 +112,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 74ee0a2..7d4caed 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -48,4 +64,5 @@ namespace Tizen.NUI.Binding
         internal abstract void SetUp(BindableObject bindable);
         internal abstract void TearDown(BindableObject bindable);
     }
-}
\ No newline at end of file
+}
index 2e7e2c8..5d0a3cc 100755 (executable)
@@ -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.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal interface IAttachedObject
@@ -5,4 +21,5 @@ namespace Tizen.NUI.Binding
         void AttachTo(BindableObject bindable);
         void DetachFrom(BindableObject bindable);
     }
-}
\ No newline at end of file
+}
index e25abf6..ec7fd3c 100755 (executable)
@@ -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.Collections.Generic;
 
 namespace Tizen.NUI.Binding
@@ -62,4 +78,5 @@ namespace Tizen.NUI.Binding
                 bindable.SetValue(_aggregatedStateProperty, newState);
         }
     }
-}
\ No newline at end of file
+}
index 241159c..295007f 100755 (executable)
@@ -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 System.ComponentModel;
 using System.Reflection;
@@ -109,4 +125,5 @@ namespace Tizen.NUI.Xaml
             ConditionChanged?.Invoke(bindable, (bool)oldValue, (bool)newValue);
         }
     }
-}
\ No newline at end of file
+}
index 7aa32d7..c0f917f 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -34,4 +50,5 @@ namespace Tizen.NUI.Binding
 
         protected abstract void Invoke(T sender);
     }
-}
\ No newline at end of file
+}
index 6eef482..4e48ca0 100755 (executable)
@@ -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 System.Reflection;
 using System.Collections;
@@ -210,4 +226,5 @@ namespace Tizen.NUI.Binding
             }
         }
     }
-}
\ No newline at end of file
+}
index baafae3..e0b1c1f 100755 (executable)
@@ -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 System.ComponentModel;
 using System.Reflection;
@@ -110,3 +126,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 67c6ff7..45779c2 100755 (executable)
@@ -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.ComponentModel;
 
 namespace Tizen.NUI.Binding.Internals
@@ -12,4 +28,5 @@ namespace Tizen.NUI.Binding.Internals
 
         public string Key { get; private set; }
     }
-}
\ No newline at end of file
+}
index 727cd98..e2e1d3a 100755 (executable)
@@ -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 System.ComponentModel;
 
@@ -8,4 +24,5 @@ namespace Tizen.NUI.Binding.Internals
     {
         Func<object> LoadTemplate { get; set; }
     }
-}
\ No newline at end of file
+}
index 6da4b4c..0a7fcb3 100755 (executable)
@@ -1,3 +1,20 @@
+
+/*
+ * 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 System.ComponentModel;
 using System.Xml;
@@ -13,3 +30,4 @@ namespace Tizen.NUI.Binding.Internals
         [Obsolete]void RegisterName(string name, object scopedElement, IXmlLineInfo xmlLineInfo);
     }
 }
index ff4bbf1..10b2c16 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Binding.Internals
 {
@@ -6,4 +22,5 @@ namespace Tizen.NUI.Binding.Internals
     {
         INameScope NameScope { get; }
     }
-}
\ No newline at end of file
+}
index 9eee776..d9d5a4e 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -58,3 +74,4 @@ namespace Tizen.NUI.Binding.Internals
         }
     }
 }
index 1ff17cb..1d9b7ac 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.ComponentModel;
 
 namespace Tizen.NUI.Binding.Internals
@@ -20,4 +36,5 @@ namespace Tizen.NUI.Binding.Internals
         {
         }
     }
-}
\ No newline at end of file
+}
index a305af3..1c2f675 100755 (executable)
@@ -1,4 +1,21 @@
-using System;
+
+/*
+ * 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 System.IO;
 using System.Reflection;
 using Tizen.NUI.Xaml;
@@ -39,4 +56,5 @@ namespace Tizen.NUI.Binding.Internals
 
         internal static Action<Exception> ExceptionHandler { get; set; }
     }
-}
\ No newline at end of file
+}
index f93f02b..a5d1b5c 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -97,3 +113,4 @@ namespace Tizen.NUI.Binding.Internals
         }
     }
 }
index 1605b17..a5e5408 100755 (executable)
@@ -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.
+ *
+ */
 #define DO_NOT_CHECK_FOR_BINDING_REUSE
 
 using System;
@@ -298,4 +314,5 @@ namespace Tizen.NUI.Binding.Internals
                 _handlers [i].Listener.Unsubscribe();
         }
     }
-}
\ No newline at end of file
+}
index e7327c3..7e3363e 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Linq;
@@ -16,4 +32,5 @@ namespace Tizen.NUI.Binding
             return value.Split(new [] { ',' }, StringSplitOptions.RemoveEmptyEntries).Select(s => s.Trim()).ToList();
         }
     }
-}
\ No newline at end of file
+}
index 205df37..c1f8bac 100755 (executable)
@@ -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.Collections.Generic;
 using System.ComponentModel;
 using Tizen.NUI.Binding.Internals;
@@ -38,4 +54,5 @@ namespace Tizen.NUI.Binding
             return FindByName<T>(elementStack.Peek(), name);
         }
     }
-}
\ No newline at end of file
+}
index 2826045..3470770 100755 (executable)
@@ -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.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal class NullEffect : Effect
@@ -11,3 +27,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 172c8ee..8ff1e83 100755 (executable)
@@ -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 Tizen.NUI.Binding.Internals;
 
 namespace Tizen.NUI.Binding
@@ -33,3 +49,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 7186a7d..ae99683 100755 (executable)
@@ -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 System.Collections.Generic;
 using Tizen.NUI.Xaml;
@@ -89,3 +105,4 @@ namespace Tizen.NUI.Binding
         public object Value { get; set; }
     }
 }
index de2c8bd..f35b3c4 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -12,4 +28,5 @@ namespace Tizen.NUI.Binding
 
         public string Name { get; }
     }
-}
\ No newline at end of file
+}
index 2a2693e..475b825 100755 (executable)
@@ -1,4 +1,20 @@
-using System.ComponentModel;
+/*
+ * 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.ComponentModel;
 using System.Runtime.CompilerServices;
 using System;
 using System.Threading;
@@ -13,3 +29,4 @@ namespace Tizen.NUI
         void Start(string reference, string tag, string path, string member);
     }
 }
index ee075dc..c2d6621 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -282,3 +298,4 @@ namespace Tizen.NUI.Binding.Internals
         }
     }
 }
index 57b3398..1d5036e 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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;
 
 namespace Tizen.NUI.Binding
 {
@@ -12,4 +28,5 @@ namespace Tizen.NUI.Binding
 
         public Type Type { get; }
     }
-}
\ No newline at end of file
+}
index 4320f9a..826372b 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -12,4 +28,5 @@ namespace Tizen.NUI.Binding
 
         internal string ShortName { get; private set; }
     }
-}
\ No newline at end of file
+}
index f96404c..9092775 100755 (executable)
@@ -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 System.Collections;
 using System.Collections.Generic;
@@ -401,3 +417,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 02fc900..e7404e5 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -16,4 +32,5 @@ namespace Tizen.NUI.Binding
 
         public IEnumerable<KeyValuePair<string, object>> Values { get; private set; }
     }
-}
\ No newline at end of file
+}
index c38cae4..baa878c 100755 (executable)
@@ -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 System.Collections.Generic;
 using Tizen.NUI.Binding;
@@ -168,3 +184,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 35acf4f..710dcb6 100755 (executable)
@@ -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.ComponentModel;
 
 namespace Tizen.NUI.Binding
@@ -40,3 +56,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index e485e93..16ac1e7 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Reflection;
@@ -93,3 +109,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index e109904..2a13849 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Reflection;
@@ -183,3 +199,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 1519e5b..a4b2d6e 100755 (executable)
@@ -1,3 +1,20 @@
+
+/*
+ * 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.Runtime.CompilerServices;
 
 namespace Tizen.NUI.StyleSheets
@@ -38,4 +55,5 @@ namespace Tizen.NUI.StyleSheets
                 || char.IsLetterOrDigit(c);
         }
     }
-}
\ No newline at end of file
+}
index 4468a84..6e99a22 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.IO;
@@ -94,4 +110,5 @@ namespace Tizen.NUI.StyleSheets
             }
         }
     }
-}
\ No newline at end of file
+}
index 1cb59e3..a49d335 100755 (executable)
@@ -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 Tizen.NUI.Binding;
 
@@ -11,3 +27,4 @@ namespace Tizen.NUI.StyleSheets
         void UnApply(BindableObject bindable);
     }
 }
index 79c1e08..aa22861 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using Tizen.NUI.Binding;
 
@@ -17,4 +33,5 @@ namespace Tizen.NUI.StyleSheets
     {
         BindableProperty GetProperty(string key, bool inheriting);
     }
-}
\ No newline at end of file
+}
index b49bd38..3255a56 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.StyleSheets
@@ -302,4 +318,5 @@ namespace Tizen.NUI.StyleSheets
             }
         }
     }
-}
\ No newline at end of file
+}
index e2bba1d..8dd961d 100755 (executable)
@@ -1,3 +1,20 @@
+
+/*
+ * 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 System.Collections.Generic;
 using System.Reflection;
@@ -96,3 +113,4 @@ namespace Tizen.NUI.StyleSheets
         }
     }
 }
index 2b906b9..e2ee06c 100755 (executable)
@@ -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 Tizen.NUI.Binding;
 
@@ -21,4 +37,5 @@ namespace Tizen.NUI.StyleSheets
             TargetType = targetType;
         }
     }
-}
\ No newline at end of file
+}
index 99dae5e..0e588b9 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -121,4 +137,5 @@ namespace Tizen.NUI.StyleSheets
             throw new NotImplementedException();
         }
     }
-}
\ No newline at end of file
+}
index ec91d31..22676c8 100755 (executable)
@@ -1,4 +1,20 @@
-using System.Collections.Generic;
+/*
+ * 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.Collections.Generic;
 using Tizen.NUI.Binding;
 using Tizen.NUI.Binding;
 
@@ -16,4 +32,5 @@ namespace Tizen.NUI.StyleSheets
                 yield return styleSheet;
         }
     }
-}
\ No newline at end of file
+}
index 0b8f638..135b292 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 Tizen.NUI.Xaml;
 
 namespace Tizen.NUI.StyleSheets
@@ -36,4 +52,5 @@ namespace Tizen.NUI.StyleSheets
             public bool IgnoreCase => true;
         }
     }
-}
\ No newline at end of file
+}
index f9f8a0b..479b1f2 100755 (executable)
@@ -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 System.IO;
 using System.Linq;
@@ -73,4 +89,5 @@ namespace Tizen.NUI.StyleSheets
             }
         }
     }
-}
\ No newline at end of file
+}
index ee0ce5d..1705761 100755 (executable)
@@ -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.
+ *
+ */
 namespace Tizen.NUI.Binding
 {
     internal enum TargetIdiom
@@ -9,4 +25,5 @@ namespace Tizen.NUI.Binding
         TV,
         Watch
     }
-}
\ No newline at end of file
+}
index 1295dda..b936d6b 100755 (executable)
@@ -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;
 
 namespace Tizen.NUI.Binding
@@ -11,4 +27,5 @@ namespace Tizen.NUI.Binding
         WinPhone,
         Windows
     }
-}
\ No newline at end of file
+}
index e970bbe..0313cd3 100755 (executable)
@@ -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 System.Globalization;
 
@@ -130,3 +146,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index fbd1cb7..fc4154d 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Collections.ObjectModel;
@@ -9,25 +25,6 @@ namespace Tizen.NUI.Binding
     {
         public static async Task<Element> FindTemplatedParentAsync(Element element)
         {
-            //if (element.RealParent is Application)
-            //    return null;
-
-            //var skipCount = 0;
-            //element = await GetRealParentAsync(element);
-            //while (!Application.IsApplicationOrNull(element))
-            //{
-            //    var controlTemplated = element as IControlTemplated;
-            //    //if (controlTemplated?.ControlTemplate != null)
-            //    //{
-            //    //  if (skipCount == 0)
-            //    //      return element;
-            //    //  skipCount--;
-            //    //}
-            //    //  if (element is ContentPresenter)
-            //    //      skipCount++;
-            //    element = await GetRealParentAsync(element);
-            //}
-
             return null;
         }
 
@@ -128,3 +125,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 603a447..339b9f0 100755 (executable)
@@ -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 System.Collections.ObjectModel;
 
@@ -14,3 +30,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index bdc67a8..b0764e1 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Globalization;
 
 namespace Tizen.NUI.Binding
@@ -32,4 +48,5 @@ namespace Tizen.NUI.Binding
 #pragma warning restore
         }
     }
-}
\ No newline at end of file
+}
index 21b51b7..8e8e40a 100755 (executable)
@@ -1,35 +1,19 @@
-//
-// System.ComponentModel.TypeConverterAttribute
-//
-// Authors:
-//  Gonzalo Paniagua Javier (gonzalo@ximian.com)
-//  Andreas Nahr (ClassDevelopment@A-SoftTech.com)
-//
-// (C) 2002 Ximian, Inc (http://www.ximian.com)
-// (C) 2003 Andreas Nahr
-//
-
-//
-// Permission is hereby granted, free of charge, to any person obtaining
-// a copy of this software and associated documentation files (the
-// "Software"), to deal in the Software without restriction, including
-// without limitation the rights to use, copy, modify, merge, publish,
-// distribute, sublicense, and/or sell copies of the Software, and to
-// permit persons to whom the Software is furnished to do so, subject to
-// the following conditions:
-// 
-// The above copyright notice and this permission notice shall be
-// included in all copies or substantial portions of the Software.
-// 
-// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-// MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-// LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-//
-
+/*
+ * 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;
 
 namespace Tizen.NUI.Binding
@@ -72,3 +56,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index fa8f392..fa4b248 100755 (executable)
@@ -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 System.Globalization;
 using Tizen.NUI.Xaml;
@@ -31,3 +47,4 @@ namespace Tizen.NUI.Binding
         }
     }
 }
index 6343b05..448be8b 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Diagnostics;
 using System.ComponentModel;
 
@@ -40,4 +56,5 @@ namespace Tizen.NUI
             Level = level;
         }
     }
-}
\ No newline at end of file
+}
index 4a87f76..b0fd349 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -96,3 +96,4 @@ namespace Tizen.NUI.EXaml
         private EventDefinition eventDef;
     }
 }
index 11957c4..54eafb6 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -70,3 +70,4 @@ namespace Tizen.NUI.EXaml
         }
     }
 }
index ebebba9..a6742e4 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -50,3 +50,4 @@ namespace Tizen.NUI.EXaml
         private object value;
     }
 }
index f5994f3..61feb30 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -50,3 +50,4 @@ namespace Tizen.NUI.EXaml
         private object value;
     }
 }
index 06671c9..3b283c6 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -71,3 +71,4 @@ namespace Tizen.NUI.EXaml
         private object value;
     }
 }
index 8726797..2b3bdad 100755 (executable)
@@ -1,4 +1,20 @@
-using Mono.Cecil;
+/*
+ * 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;
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -44,3 +60,4 @@ namespace Tizen.NUI.EXaml
         private List<object> items;
     }
 }
index 28ec26a..b872363 100755 (executable)
@@ -1,4 +1,20 @@
-using Mono.Cecil;
+/*
+ * 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;
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -33,3 +49,4 @@ namespace Tizen.NUI.EXaml
         private string prefix;
     }
 }
index b09ff29..1dcda13 100755 (executable)
@@ -1,4 +1,20 @@
-using Mono.Cecil;
+/*
+ * 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;
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -32,3 +48,4 @@ namespace Tizen.NUI.EXaml
         }
     }
 }
index c8ad06d..682a0d8 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -357,3 +357,4 @@ namespace Tizen.NUI.EXaml
         private bool isTypeObject = false;
     }
 }
index 7283c13..cc1b480 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -57,3 +57,4 @@ namespace Tizen.NUI.EXaml
         private string propertyName;
     }
 }
index f7fd846..c8258d8 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -67,3 +67,4 @@ namespace Tizen.NUI.EXaml
         internal abstract string Write();
     }
 }
index 4084081..177077a 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -58,3 +58,4 @@ namespace Tizen.NUI.EXaml
         }
     }
 }
index bd0b442..9406f78 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -76,3 +76,4 @@ namespace Tizen.NUI.EXaml
         }
     }
 }
index 1a13d06..27f0ec5 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -77,3 +77,4 @@ namespace Tizen.NUI.EXaml
         }
     }
 }
index 0c5cd36..a1b7c01 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -61,3 +61,4 @@ namespace Tizen.NUI.EXaml
         private string key;
     }
 }
index 1f827a5..d5be6b5 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -110,3 +110,4 @@ namespace Tizen.NUI.EXaml
         private object value;
     }
 }
index 5f809c1..5622e24 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -66,3 +66,4 @@ namespace Tizen.NUI.EXaml
         private EXamlCreateObject converterInstance;
     }
 }
index 7afc838..2c4de0c 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ * 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.
@@ -845,4 +845,5 @@ namespace Tizen.NUI.EXaml.Build.Tasks
             get;
         }
     }
-}
\ No newline at end of file
+}
index b55dd9e..9d76d01 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ * 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.
@@ -706,3 +706,4 @@ namespace Tizen.NUI.EXaml.Build.Tasks
         }
     }
 }
index decc2bb..dc153af 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ * 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.
@@ -223,4 +223,5 @@ namespace Tizen.NUI.EXaml.Build.Tasks
             }
         }
     }
-}
\ No newline at end of file
+}
index 096fe62..d2b74ec 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ * 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.
@@ -81,4 +81,5 @@ namespace Tizen.NUI.EXaml.Build.Tasks
             return false;
         }
     }
-}
\ No newline at end of file
+}
index aef7297..5b3dcbf 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ * 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.
@@ -181,4 +181,5 @@ namespace Tizen.NUI.EXaml.Build.Tasks
             //Context.IL.Append(nop);
         }
     }
-}
\ No newline at end of file
+}
index 97d8e79..737cb84 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ * 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.
@@ -1137,3 +1137,4 @@ namespace Tizen.NUI.EXaml.Build.Tasks
         }
     }
 }
index d6b5b02..e1ee675 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ * 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.
@@ -128,4 +128,5 @@ namespace Tizen.NUI.EXaml.Build.Tasks
             return false;
         }
     }
-}
\ No newline at end of file
+}
index d38c390..b9babbb 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -103,3 +103,4 @@ namespace Tizen.NUI.EXaml.Build.Tasks
         }
     }
 }
index a2ca9a0..f957abf 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -65,3 +65,4 @@ namespace Tizen.NUI.EXaml
         private List<(TypeReference, T)> List = new List<(TypeReference, T)>();
     }
 }
index 4e5c598..60be873 100755 (executable)
@@ -1,4 +1,4 @@
-/*
+/*
  * Copyright(c) 2021 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -51,3 +51,4 @@ namespace Tizen.NUI.EXaml
         MAX
     }
 }
index 6241d8e..fb108d3 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -70,3 +70,4 @@ namespace Tizen.NUI.EXaml
         }
     }
 }
index 41a80ac..1f3e120 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using System.Linq;
 using System.Xml;
@@ -58,4 +74,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return attributes.FirstOrDefault(cad => TypeConverterAttribute.TypeConvertersType.Contains(cad.AttributeType.FullName))?.ConstructorArguments [0].Value as TypeReference;
         }
     }
-}
\ No newline at end of file
+}
index 29aeebc..772301c 100755 (executable)
@@ -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.Collections.Generic;
 using System.Linq;
 using System.Xml;
@@ -105,4 +121,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             return bpRef;
         }
     }
-}
\ No newline at end of file
+}
index e6535b8..669fc38 100755 (executable)
@@ -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.Collections.Generic;
 using Mono.Cecil.Cil;
 
@@ -33,4 +49,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
                 ("mscorlib", "System", "Object")}));
         }
     }
-}
\ No newline at end of file
+}
index a710c6e..b7d1981 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Globalization;
@@ -82,3 +98,4 @@ namespace Tizen.NUI.Xaml.Core.XamlC
         }
     }
 }
index 6500e0e..242d93d 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Globalization;
@@ -219,4 +235,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             }
         }
     }
-}
\ No newline at end of file
+}
index 14769d6..3add459 100755 (executable)
@@ -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.Collections.Generic;
 using System.Data;
 using System.Globalization;
@@ -31,3 +47,4 @@ namespace Tizen.NUI.Xaml.Core.XamlC
         }
     }
 }
index 1431811..2d496d8 100755 (executable)
@@ -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;
 using Mono.Cecil.Cil;
 using System;
@@ -62,3 +78,4 @@ namespace Tizen.NUI.Xaml.Core.XamlC
         }
     }
 }
index c4f4b2c..9df07bb 100755 (executable)
@@ -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.Collections.Generic;
 using Mono.Cecil.Cil;
 using Mono.Cecil;
@@ -26,4 +42,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             yield return Instruction.Create(OpCodes.Ldc_I4_1);
         }
     }
-}
\ No newline at end of file
+}
index 5c8d3d7..18cbef8 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Linq;
@@ -39,4 +55,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             throw new XamlParseException(String.Format("Cannot convert \"{0}\" into LayoutOptions", value), node);
         }
     }
-}
\ No newline at end of file
+}
index 5a17111..8fdd2fa 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Linq;
@@ -38,4 +54,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             }
         }
     }
-}
\ No newline at end of file
+}
index a0a2b6b..715d181 100755 (executable)
@@ -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.Collections.Generic;
 using System.Globalization;
 using System.Linq;
@@ -149,3 +165,4 @@ namespace Tizen.NUI.Xaml.Core.XamlC
         }
     }
 }
index 3aa5e35..8851b75 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 
 using Mono.Cecil;
@@ -75,4 +91,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             return null;
         }
     }
-}
\ No newline at end of file
+}
index a0c25ad..59b19e9 100755 (executable)
@@ -1,4 +1,20 @@
-using System.Collections.Generic;
+/*
+ * 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.Collections.Generic;
 using System.Globalization;
 using System.Linq;
 
@@ -57,4 +73,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
                 ("mscorlib", "System", "Int32")}));
         }
     }
-}
\ No newline at end of file
+}
index 5b8b3bb..cd39e26 100755 (executable)
@@ -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.Collections.Generic;
 using System.Globalization;
 using System.Linq;
@@ -97,3 +113,4 @@ namespace Tizen.NUI.Xaml.Core.XamlC
         }
     }
 }
index aefafc5..77f89b2 100755 (executable)
@@ -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.Collections.Generic;
 using System.Globalization;
 using System.Linq;
@@ -58,4 +74,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
         }
     }
     
-}
\ No newline at end of file
+}
index d5b52aa..4c9df8d 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Xml;
@@ -47,4 +63,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             throw new XamlParseException($"Cannot convert \"{value}\" into {typeof(Type)}", node);
         }
     }
-}
\ No newline at end of file
+}
index 4ceffb3..8d66d2b 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using System.Linq;
 
@@ -31,4 +47,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
                 ("System", "System", "UriKind")}));
         }
     }
-}
\ No newline at end of file
+}
index 736e528..4e5b02f 100755 (executable)
@@ -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.Collections.Generic;
 using Mono.Cecil;
 using Mono.Cecil.Cil;
@@ -77,4 +93,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
 
         private List<object> items;
     }
-}
\ No newline at end of file
+}
index 2bd310d..6c9ad55 100755 (executable)
@@ -1,4 +1,20 @@
-using Mono.Cecil;
+/*
+ * 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;
 using Mono.Cecil.Cil;
 using System.Collections.Generic;
 using Tizen.NUI.EXaml;
@@ -13,4 +29,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
 
         EXamlCreateObject ProvideValue(IElementNode node, ModuleDefinition module, EXamlContext Context);
     }
-}
\ No newline at end of file
+}
index 78b364a..c54d547 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using Mono.Cecil;
 using Mono.Cecil.Cil;
@@ -21,4 +37,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return null;
         }
     }
-}
\ No newline at end of file
+}
index b946f8f..59b97ff 100755 (executable)
@@ -1,4 +1,20 @@
-using System.Collections.Generic;
+/*
+ * 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.Collections.Generic;
 using Mono.Cecil;
 using Mono.Cecil.Cil;
 using Tizen.NUI.Xaml;
@@ -137,3 +153,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index 05df395..af96136 100755 (executable)
@@ -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.Collections.Generic;
 using System.Linq;
 using System.Xml;
@@ -73,4 +89,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return new EXamlCreateObject(context, typeref, module.ImportReference(typeof(TypeReference)));
         }
     }
-}
\ No newline at end of file
+}
index 3e72933..cee4ede 100755 (executable)
@@ -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.Collections.Generic;
 
 using Mono.Cecil;
@@ -10,4 +26,5 @@ namespace Tizen.NUI.Xaml
     {
         IEnumerable<Instruction> ProvideValue(VariableDefinitionReference vardefref, ModuleDefinition module, BaseNode node, ILContext context);
     }
-}
\ No newline at end of file
+}
index 70b5a89..7838409 100755 (executable)
@@ -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.Collections.Generic;
 
 using Mono.Cecil;
@@ -15,4 +31,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             yield break;
         }
     }
-}
\ No newline at end of file
+}
index 401f799..47f6fd4 100755 (executable)
@@ -1,4 +1,20 @@
-using System.Collections.Generic;
+/*
+ * 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.Collections.Generic;
 
 using Mono.Cecil;
 using Mono.Cecil.Cil;
@@ -68,4 +84,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             return context.Variables[firstItem].VariableType.InheritsFromOrImplements(genericType);
         }
     }
-}
\ No newline at end of file
+}
index 6c3758c..def18ab 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 
 using Mono.Cecil;
@@ -85,4 +101,5 @@ namespace Tizen.NUI.Xaml.Core.XamlC
             vardefref.VariableDefinition = vardef;
         }
     }
-}
\ No newline at end of file
+}
index 23a8aa3..02104c5 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Globalization;
@@ -726,3 +742,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index e1440fd..5b3a85b 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -60,4 +76,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return success;
         }
     }
-}
\ No newline at end of file
+}
index 56364e2..d2674af 100755 (executable)
@@ -1,4 +1,20 @@
-using System.CodeDom;
+/*
+ * 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.CodeDom;
 using System.CodeDom.Compiler;
 using System.IO;
 
@@ -94,4 +110,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
                 Provider.GenerateCodeFromCompileUnit(ccu, writer, new CodeGeneratorOptions());
         }
     }
-}
\ No newline at end of file
+}
index 736a85c..d7b2fc1 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.ComponentModel;
@@ -148,3 +164,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index 25da793..2b8c851 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Xml;
@@ -206,4 +222,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             }
         }
     }
-}
\ No newline at end of file
+}
index 2417956..c33aa8f 100755 (executable)
@@ -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
+}
index f3fa577..d7db3bb 100755 (executable)
@@ -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.ComponentModel;
 using Microsoft.Build.Framework;
 using Microsoft.Build.Utilities;
@@ -13,4 +29,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         public override bool Execute()
             => true;
     }
-}
\ No newline at end of file
+}
index 339f317..eae1d25 100755 (executable)
@@ -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 System.Collections.Generic;
 
@@ -43,4 +59,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
 
         public ModuleDefinition Module { get; private set; }
     }
-}
\ No newline at end of file
+}
index f5466c3..5a866eb 100755 (executable)
@@ -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.Collections.Generic;
 using Mono.Cecil.Cil;
 
@@ -11,4 +27,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
                 processor.Append(instruction);
         }
     }
-}
\ No newline at end of file
+}
index 6314906..5d4680f 100755 (executable)
@@ -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.Xml;
 using Mono.Cecil;
 using Tizen.NUI.Xaml;
@@ -13,4 +29,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
 
         public TypeReference TypeReference { get; private set; }
     }
-}
\ No newline at end of file
+}
index 8691494..58f3203 100755 (executable)
@@ -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 System.Xml;
 using System.ComponentModel;
@@ -78,4 +94,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             bufferImportance = MessageImportance.Low;
         }
     }
-}
\ No newline at end of file
+}
index 8313eeb..b4e7644 100755 (executable)
@@ -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.Cil;
 using Mono.Cecil.Rocks;
 using System;
@@ -90,4 +106,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             }
         }
     }
-}
\ No newline at end of file
+}
index 72733f2..934a72c 100755 (executable)
@@ -1,4 +1,20 @@
-using System.Collections.Generic;
+/*
+ * 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.Collections.Generic;
 using Mono.Cecil;
 using Tizen.NUI.EXaml;
 using Tizen.NUI.Xaml;
@@ -76,3 +92,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index 9c16e8f..c3c83e8 100755 (executable)
@@ -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;
 
@@ -59,4 +75,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return reference;
         }
     }
-}
\ No newline at end of file
+}
index 8ec6366..74abd8e 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using System.Linq;
 using Mono.Cecil;
@@ -332,4 +348,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
                 yield return property;
         }
     }
-}
\ No newline at end of file
+}
index 575eda1..7e46b32 100755 (executable)
@@ -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 System.Collections;
 using System.Collections.Generic;
@@ -1023,4 +1039,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             }
         }
     }
-}
\ No newline at end of file
+}
index b57b178..86b47d7 100755 (executable)
@@ -1,4 +1,20 @@
-using System;
+/*
+ * 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 System.Collections.Generic;
 using System.Diagnostics;
 using System.Linq;
@@ -92,3 +108,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index 92c201a..b188511 100755 (executable)
@@ -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;
 
@@ -18,4 +34,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return ((GenericInstanceType)declaringTypeRef).GenericArguments [((GenericParameter)self.PropertyType).Position];
         }
     }
-}
\ No newline at end of file
+}
index 604f64c..17fd90d 100755 (executable)
@@ -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.Linq;
 using Mono.Cecil.Cil;
 using Tizen.NUI.Xaml;
@@ -63,4 +79,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return false;
         }
     }
-}
\ No newline at end of file
+}
index 0ad70c3..c380206 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Linq;
@@ -164,4 +180,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             Context.IL.Append(nop);
         }
     }
-}
\ No newline at end of file
+}
index 385c7f2..1aed1d0 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Linq;
@@ -1528,3 +1544,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index 9da3384..9306ccc 100755 (executable)
@@ -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 System.Collections;
 using System.Linq;
@@ -90,4 +106,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return false;
         }
     }
-}
\ No newline at end of file
+}
index 7a98ee9..1f9ca3f 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Linq;
@@ -82,4 +98,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return method;
         }
     }
-}
\ No newline at end of file
+}
index 457a0ce..4ff87b2 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Linq;
@@ -424,3 +440,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index 75112d0..7fa6c79 100755 (executable)
@@ -1,4 +1,20 @@
-using Mono.Cecil.Cil;
+/*
+ * 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.Cil;
 using System;
 using System.Collections.Generic;
 using System.Text;
@@ -20,3 +36,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index 32833e8..0047749 100755 (executable)
@@ -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
+}
index e611c30..82ef08b 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+ * 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.
@@ -887,3 +887,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index eeb941e..6813ba4 100755 (executable)
@@ -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 System.IO;
 using System.Xml;
@@ -94,3 +110,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index 17dcf21..2e37cea 100755 (executable)
@@ -1,5 +1,5 @@
-/*
- * Copyright(c) 2021 Samsung Electronics Co., Ltd.
+/*
+ * 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.
@@ -574,3 +574,4 @@ namespace Tizen.NUI.Xaml.Build.Tasks
         }
     }
 }
index 272335a..dce3b49 100755 (executable)
@@ -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 System.Collections.Generic;
 using System.Diagnostics;
@@ -183,4 +199,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return null;
         }
     }
-}
\ No newline at end of file
+}
index a1227bf..8941805 100755 (executable)
@@ -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.Collections.Generic;
 using System.Linq;
 using System.Xml;
@@ -240,4 +256,5 @@ namespace Tizen.NUI.Xaml.Build.Tasks
             return module.ImportReference(type);
         }
     }
-}
\ No newline at end of file
+}