Hi Hangbin, On Thu, Aug 10, 2023 at 11:51:35AM +0800, Hangbin Liu wrote: > Hi Jason, > > I'm maintaining the RHEL wireguard-tools rpm. Recently, There is a request to > convert the license tag in the spec file to SPDX format[1]. The current > License > tag in wireguard-tools spec file is GPLv2, which is the same with the COPYING > in upstream. But when I searched the src files, I found there are kinds of > license identifier. e.g. GPL-2.0, LGPL-2.1+, MIT, GPL-2.0 OR MIT, etc. > > Do you know which one I should use at the end? Should we unify the src files?
The license is GPL-2.0. Jason