gluon-web-autopupdater: migrate to spdx license header

This commit is contained in:
Jan-Niklas Burfeind 2023-01-03 10:14:54 +01:00
parent 2b4d3c1b73
commit 5ccbaed6f5

View File

@ -1,12 +1,5 @@
--[[ -- SPDX-FileCopyrightText: 2013 Nils Schneider <nils@nilsschneider.net>
Copyright 2013 Nils Schneider <nils@nilsschneider.net> -- SPDX-License-Identifier: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
]]--
local uci = require("simple-uci").cursor() local uci = require("simple-uci").cursor()
local autoupdater = uci:get_first("autoupdater", "autoupdater") local autoupdater = uci:get_first("autoupdater", "autoupdater")