Skip to content
Snippets Groups Projects
Commit b774f6f4 authored by lemoer's avatar lemoer
Browse files

gluon-web-model: migrate to SPDX headers for licensing

parent abd6d641
No related branches found
No related tags found
No related merge requests found
/* /*
Copyright 2008 Steven Barth <steven@midlink.org> SPDX-License-Identifier: Apache-2.0
Copyright 2008-2012 Jo-Philipp Wich <jow@openwrt.org> SPDX-FileCopyrightText: 2008, Steven Barth <steven@midlink.org>
Copyright 2017 Matthias Schiffer <mschiffer@universe-factory.net> SPDX-FileCopyrightText: 2008-2012, Jo-Philipp Wich <jow@openwrt.org>
SPDX-FileCopyrightText: 2017, Matthias Schiffer <mschiffer@universe-factory.net>
Licensed under the Apache License, Version 2.0 (the "License"); SPDX-FileCopyrightText: 2023, Leonardo Mörlein <me@irrelefant.net>
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
*/ */
/* /*
......
-- Copyright 2008 Steven Barth <steven@midlink.org> -- SPDX-License-Identifier: Apache-2.0
-- Copyright 2017-2018 Matthias Schiffer <mschiffer@universe-factory.net> -- SPDX-FileCopyrightText: 2008, Steven Barth <steven@midlink.org>
-- Licensed to the public under the Apache License 2.0. -- SPDX-FileCopyrightText: 2017-2018, Matthias Schiffer <mschiffer@universe-factory.net>
-- SPDX-FileCopyrightText: 2023, Leonardo Mörlein <me@irrelefant.net>
local util = require "gluon.web.util" local util = require "gluon.web.util"
local gluon_util = require "gluon.util" local gluon_util = require "gluon.util"
......
-- Copyright 2010 Jo-Philipp Wich <jow@openwrt.org> -- SPDX-License-Identifier: Apache-2.0
-- Copyright 2017 Matthias Schiffer <mschiffer@universe-factory.net> -- SPDX-FileCopyrightText: 2010, Jo-Philipp Wich <jow@openwrt.org>
-- Licensed to the public under the Apache License 2.0. -- SPDX-FileCopyrightText: 2017, Matthias Schiffer <mschiffer@universe-factory.net>
local M = {} local M = {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment