chaos / powerman

cluster power control
GNU General Public License v2.0
43 stars 19 forks source link

Update license headers to SPDX license identifier #92

Closed chu11 closed 9 months ago

chu11 commented 9 months ago

Problem: All current license headers use a free form written text. This makes the files difficult to parse by code repos looking for license information.

Use the SPDX-License-Identifier for clear parseable license identification.


side notes, whenever there was a "2004-2008" or whatever range, I just put in "2004", as that was the more common thing in powerman.

garlick commented 9 months ago

Great! Prob should add this to the .h files too.