vlang / ui

A cross-platform UI library written in V
MIT License
2.32k stars 154 forks source link

Many source files still have GPL header #524

Closed rblath closed 8 months ago

rblath commented 1 year ago

As the main LICENSE has been switched to MIT in commit 8fe7888, many source files still retain the GPL header at the top like this (src/menu.v):

// Copyright (c) 2020-2022 Alexander Medvednikov. All rights reserved.
// Use of this source code is governed by a GPL license
// that can be found in the LICENSE file.

I guess this will be fixed over time.

spytheman commented 8 months ago

Fixed in 56526d2 .