diff --git a/stand/lua/cli.lua b/stand/lua/cli.lua index 757f11c4f7c..46430d33244 100644 --- a/stand/lua/cli.lua +++ b/stand/lua/cli.lua @@ -1,4 +1,6 @@ -- +-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +-- -- Copyright (c) 2018 Kyle Evans -- All rights reserved. -- diff --git a/stand/lua/color.lua b/stand/lua/color.lua index a17c8079179..ea8760b6742 100644 --- a/stand/lua/color.lua +++ b/stand/lua/color.lua @@ -1,4 +1,6 @@ -- +-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +-- -- Copyright (c) 2015 Pedro Souza -- All rights reserved. -- diff --git a/stand/lua/config.lua b/stand/lua/config.lua index b8b1e8e0d8f..afc5c42f15b 100644 --- a/stand/lua/config.lua +++ b/stand/lua/config.lua @@ -1,4 +1,6 @@ -- +-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +-- -- Copyright (c) 2015 Pedro Souza -- Copyright (C) 2018 Kyle Evans -- All rights reserved. diff --git a/stand/lua/core.lua b/stand/lua/core.lua index 43c5f15f42d..c7676d99e9d 100644 --- a/stand/lua/core.lua +++ b/stand/lua/core.lua @@ -1,4 +1,6 @@ -- +-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +-- -- Copyright (c) 2015 Pedro Souza -- All rights reserved. -- diff --git a/stand/lua/drawer.lua b/stand/lua/drawer.lua index b5c48b71f37..936b813fd43 100644 --- a/stand/lua/drawer.lua +++ b/stand/lua/drawer.lua @@ -1,4 +1,6 @@ -- +-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +-- -- Copyright (c) 2015 Pedro Souza -- Copyright (c) 2018 Kyle Evans -- All rights reserved. diff --git a/stand/lua/loader.lua b/stand/lua/loader.lua index 1b272fe8480..68afb9f8a6a 100644 --- a/stand/lua/loader.lua +++ b/stand/lua/loader.lua @@ -1,4 +1,6 @@ -- +-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +-- -- Copyright (c) 2015 Pedro Souza -- Copyright (c) 2018 Kyle Evans -- All rights reserved. diff --git a/stand/lua/menu.lua b/stand/lua/menu.lua index 953e8146183..acd2dbaa762 100644 --- a/stand/lua/menu.lua +++ b/stand/lua/menu.lua @@ -1,4 +1,6 @@ -- +-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +-- -- Copyright (c) 2015 Pedro Souza -- Copyright (C) 2018 Kyle Evans -- All rights reserved. diff --git a/stand/lua/password.lua b/stand/lua/password.lua index 77ece36aa5b..e1325fd6359 100644 --- a/stand/lua/password.lua +++ b/stand/lua/password.lua @@ -1,4 +1,6 @@ -- +-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +-- -- Copyright (c) 2015 Pedro Souza -- Copyright (C) 2018 Kyle Evans -- All rights reserved. diff --git a/stand/lua/screen.lua b/stand/lua/screen.lua index f3cc52d0f09..360306e8c27 100644 --- a/stand/lua/screen.lua +++ b/stand/lua/screen.lua @@ -1,4 +1,6 @@ -- +-- SPDX-License-Identifier: BSD-2-Clause-FreeBSD +-- -- Copyright (c) 2015 Pedro Souza -- All rights reserved. --