forked from your-land-mirror/minetest-flow
Make copyright headers consistent
This commit is contained in:
parent
df077dda95
commit
7bad88cdcd
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
6
init.lua
6
init.lua
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
4
test.lua
4
test.lua
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user