Make copyright headers consistent

This commit is contained in:
luk3yx 2025-02-21 16:49:23 +13:00
parent df077dda95
commit 7bad88cdcd
8 changed files with 12 additions and 12 deletions

View File

@ -1,7 +1,7 @@
--
-- Luanti formspec layout engine
-- Flow: Embedded forms
--
-- Copyright © 2022 by luk3yx
-- Copyright © 2022-2025 by luk3yx
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by

View File

@ -1,7 +1,7 @@
--
-- Luanti formspec layout engine
--
-- Copyright © 2022 by luk3yx
-- Copyright © 2022-2025 by luk3yx
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by

View File

@ -1,7 +1,7 @@
--
-- Flow: Layout expansion/stretching pass
--
-- Copyright © 2025 by luk3yx
-- Copyright © 2022-2025 by luk3yx
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by

View File

@ -1,7 +1,7 @@
--
-- Luanti formspec layout engine
-- Flow: Luanti formspec layout engine
--
-- Copyright © 2022 by luk3yx
-- Copyright © 2022-2025 by luk3yx
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by
@ -548,7 +548,7 @@ if core.is_singleplayer() then
local example_form
core.register_chatcommand("flow-example", {
privs = {server = true},
help = S("Shows an example form a"),
help = S("Shows an example form"),
func = function(name)
-- Only load example.lua when it's needed
if not example_form then

View File

@ -1,7 +1,7 @@
--
-- Flow: Formspec input processor
--
-- Copyright © 2025 by luk3yx
-- Copyright © 2022-2025 by luk3yx
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by

View File

@ -1,7 +1,7 @@
--
-- Flow: Layouting (initial pass)
--
-- Copyright © 2025 by luk3yx
-- Copyright © 2022-2025 by luk3yx
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by

View File

@ -1,7 +1,7 @@
--
-- Luanti formspec layout engine
-- Flow: Unit tests
--
-- Copyright © 2022 by luk3yx
-- Copyright © 2022-2025 by luk3yx
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by

View File

@ -1,7 +1,7 @@
--
-- Flow: Widgets
--
-- Copyright © 2025 by luk3yx
-- Copyright © 2022-2025 by luk3yx
--
-- This program is free software: you can redistribute it and/or modify
-- it under the terms of the GNU Lesser General Public License as published by