mirror of
https://gitlab.com/luk3yx/minetest-flow.git
synced 2025-06-17 07:38:02 +02:00
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
|
-- 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
|
-- it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- Luanti formspec layout engine
|
-- 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
|
-- 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
|
-- it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- Flow: Layout expansion/stretching pass
|
-- 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
|
-- 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
|
-- 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
|
-- 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
|
-- 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
|
local example_form
|
||||||
core.register_chatcommand("flow-example", {
|
core.register_chatcommand("flow-example", {
|
||||||
privs = {server = true},
|
privs = {server = true},
|
||||||
help = S("Shows an example form a"),
|
help = S("Shows an example form"),
|
||||||
func = function(name)
|
func = function(name)
|
||||||
-- Only load example.lua when it's needed
|
-- Only load example.lua when it's needed
|
||||||
if not example_form then
|
if not example_form then
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- Flow: Formspec input processor
|
-- 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
|
-- 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
|
-- it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- Flow: Layouting (initial pass)
|
-- 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
|
-- 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
|
-- 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
|
-- 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
|
-- it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
--
|
--
|
||||||
-- Flow: Widgets
|
-- Flow: Widgets
|
||||||
--
|
--
|
||||||
-- Copyright © 2025 by luk3yx
|
-- Copyright © 2022-2025 by luk3yx
|
||||||
--
|
--
|
||||||
-- This program is free software: you can redistribute it and/or modify
|
-- 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
|
-- it under the terms of the GNU Lesser General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user