We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d35ce1 commit 4ce2dd2Copy full SHA for 4ce2dd2
1 file changed
src/OpenSilver.ControlsKit.Controls/AdaptiveColumnsPanel.cs
@@ -1,4 +1,16 @@
1
-using System;
+/*===================================================================================
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;
14
using System.Collections.Generic;
15
using System.Linq;
16
using System.Windows;
0 commit comments