Skip to content

Commit

Permalink
add copyright and license on header of code file (Samsung#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
hj-na-park authored and GitHub Enterprise committed Apr 6, 2018
1 parent 9032fe1 commit 5233e83
Show file tree
Hide file tree
Showing 98 changed files with 1,659 additions and 92 deletions.
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CheckRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using Xamarin.Forms;
using CircularUI;
using CircularUI.Tizen;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CircleDateTimeSelectorRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using Xamarin.Forms.Platform.Tizen;
using EDateTimeFieldType = ElmSharp.DateTimeFieldType;
using ECircleDateTimeSelector = ElmSharp.Wearable.CircleDateTimeSelector;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CircleListView.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using ElmSharp.Wearable;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using ElmSharp.Wearable;
using System;
using System.Collections.Generic;
using Xamarin.Forms;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CircleListViewRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using ElmSharp;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using ElmSharp;
using System.Collections;
using System.Collections.Specialized;
using Xamarin.Forms;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CirclePageRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using ElmSharp;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using ElmSharp;
using ElmSharp.Wearable;
using System;
using System.Collections.Generic;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CircleProgressBarSurfaceItemImplements.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using ElmSharp;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using ElmSharp;
using System;
using System.Collections.Generic;
using System.ComponentModel;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CircleScrollViewRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using System.ComponentModel;
using System.Threading.Tasks;
using ElmSharp;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CircleSliderSurfaceItemImplements.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using ElmSharp;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using ElmSharp;
using ElmSharp.Wearable;
using System;
using System.Collections.Generic;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CircleStepperRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using ESpinner = ElmSharp.Wearable.CircleSpinner;
using ESize = ElmSharp.Size;
using Xamarin.Forms;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/CircleWidgetRendererExtension.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using Xamarin.Forms;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using Xamarin.Forms;
using Xamarin.Forms.Platform.Tizen;

namespace CircularUI.Tizen
Expand Down
17 changes: 16 additions & 1 deletion src/CircularUI.Tizen/CircularUI.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,19 @@

/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

namespace CircularUI.Tizen
{
public static class CircularUI
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/ConfirmationPopupImplementation.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using Xamarin.Forms;
using TForms = Xamarin.Forms.Platform.Tizen.Forms;
using XForms = Xamarin.Forms;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/ContextPopupImplementation.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.CompilerServices;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/GroupTextCellRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using Xamarin.Forms.Platform.Tizen;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using Xamarin.Forms.Platform.Tizen;

namespace CircularUI.Tizen
{
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/IndexPageRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using CircularUI;
using CircularUI.Tizen;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/InformationPopupImplementation.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using TForms = Xamarin.Forms.Platform.Tizen.Forms;
using Xamarin.Forms;
using XForms = Xamarin.Forms;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/ListViewCache.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using ElmSharp;
using Xamarin.Forms;
Expand Down
18 changes: 17 additions & 1 deletion src/CircularUI.Tizen/RadioRenderer.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
using System;
/*
* Copyright (c) 2018 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/

using System;
using System.Collections.Generic;
using System.Linq;
using CircularUI;
Expand Down
Loading

0 comments on commit 5233e83

Please sign in to comment.