Skip to content

Commit 4ce2dd2

Browse files
committed
Add license header to "AdaptiveColumnsPanel.cs"
1 parent 6d35ce1 commit 4ce2dd2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/OpenSilver.ControlsKit.Controls/AdaptiveColumnsPanel.cs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
using System;
1+
/*===================================================================================
2+
*
3+
* Copyright (c) Userware (OpenSilver.net)
4+
*
5+
* This file is part of the OpenSilver.ControlsKit (https://opensilver.net), which
6+
* is licensed under the MIT license (https://opensource.org/licenses/MIT).
7+
*
8+
* As stated in the MIT license, "the above copyright notice and this permission
9+
* notice shall be included in all copies or substantial portions of the Software."
10+
*
11+
*====================================================================================*/
12+
13+
using System;
214
using System.Collections.Generic;
315
using System.Linq;
416
using System.Windows;

0 commit comments

Comments
 (0)