Skip to content

Commit 56526d2

Browse files
committed
update remaining license headers in the source files to MIT too
1 parent bc2ea1b commit 56526d2

32 files changed

+32
-32
lines changed

src/button.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/canvas.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/dropdown.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/interface_layout.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/interface_widget.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/label.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/layout_canvas.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/layout_column.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/layout_group.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/layout_row.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/menu.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/picture.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/progressbar.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/radio.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/rectangle.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/stack.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/switch.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/textbox.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/tool_align.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/tool_easing.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Leah Lundqvist. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/tool_key.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/tool_mouse.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/transition.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Leah Lundqvist. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/ui.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/ui_darwin.c.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/ui_darwin.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44

55
/*

src/ui_default.c.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/ui_windows.c.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/widget_checkbox.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44
module ui
55

src/window.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.
2+
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
33
module ui
44

55
import gx

webview/webview.v

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2021 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license that can be found in the LICENSE file.
2+
// Use of this source code is governed by a MIT license that can be found in the LICENSE file.
33
module webview
44

55
type NavFinishedFn = fn (url string)

webview/webview_darwin.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Copyright (c) 2020-2021 Alexander Medvednikov. All rights reserved.
2-
// Use of this source code is governed by a GPL license
2+
// Use of this source code is governed by a MIT license
33
// that can be found in the LICENSE file.
44

55
#import <WebKit/WebKit.h>

0 commit comments

Comments
 (0)