forked from Mirrorlandia_minetest/emeraldbank
copyright update
This commit is contained in:
parent
0ddd130cdb
commit
dec4b888e8
4
LICENSE
4
LICENSE
@ -632,7 +632,7 @@ state the exclusion of warranty; and each file should have at least
|
|||||||
the "copyright" line and a pointer to where the full notice is found.
|
the "copyright" line and a pointer to where the full notice is found.
|
||||||
|
|
||||||
Emeraldbank Minetest Mod
|
Emeraldbank Minetest Mod
|
||||||
Copyright (C) 2021 Sandro Del Toro De Ana
|
Copyright (C) 2021 Free Software Foundation
|
||||||
|
|
||||||
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 General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -652,7 +652,7 @@ Also add information on how to contact you by electronic and paper mail.
|
|||||||
If the program does terminal interaction, make it output a short
|
If the program does terminal interaction, make it output a short
|
||||||
notice like this when it starts in an interactive mode:
|
notice like this when it starts in an interactive mode:
|
||||||
|
|
||||||
Emeraldbank Copyright (C) 2021 Sandro Del Toro De Ana
|
Emeraldbank Copyright (C) 2021 Free Software Foundation
|
||||||
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||||
This is free software, and you are welcome to redistribute it
|
This is free software, and you are welcome to redistribute it
|
||||||
under certain conditions; type `show c' for details.
|
under certain conditions; type `show c' for details.
|
||||||
|
@ -50,7 +50,7 @@ This mod is for [MineClone2](https://content.minetest.net/packages/Wuzzy/mineclo
|
|||||||
|
|
||||||
## Copying
|
## Copying
|
||||||
|
|
||||||
> Copyright (C) 2021 Sandro Del Toro De Ana
|
> Copyright (C) 2021 Free Software Foundation
|
||||||
|
|
||||||
> Emeraldbank is free software: you can redistribute it and/or modify
|
> Emeraldbank is free software: you can redistribute it and/or modify
|
||||||
> it under the terms of the GNU General Public License as published by
|
> it under the terms of the GNU General Public License as published by
|
||||||
|
2
bank.lua
2
bank.lua
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
-- Copyright (C) 2021 Sandro Del Toro De Ana
|
-- Copyright (C) 2021 Free Software Foundation
|
||||||
|
|
||||||
-- This file is part of Emeraldbank Minetest Mod.
|
-- This file is part of Emeraldbank Minetest Mod.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
-- Copyright (C) 2021 Sandro Del Toro De Ana
|
-- Copyright (C) 2021 Free Software Foundation
|
||||||
|
|
||||||
-- This file is part of Emeraldbank Minetest Mod.
|
-- This file is part of Emeraldbank Minetest Mod.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
-- Copyright (C) 2021 Sandro Del Toro De Ana
|
-- Copyright (C) 2021 Free Software Foundation
|
||||||
|
|
||||||
-- This file is part of Emeraldbank Minetest Mod.
|
-- This file is part of Emeraldbank Minetest Mod.
|
||||||
|
|
||||||
|
2
init.lua
2
init.lua
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
-- Copyright (C) 2021 Sandro Del Toro De Ana
|
-- Copyright (C) 2021 Free Software Foundation
|
||||||
|
|
||||||
-- This file is part of Emeraldbank Minetest Mod.
|
-- This file is part of Emeraldbank Minetest Mod.
|
||||||
|
|
||||||
|
3
mod.conf
3
mod.conf
@ -1,4 +1,3 @@
|
|||||||
name = emeraldbank
|
name = emeraldbank
|
||||||
author = Nathaniel Freeman
|
depends = mcl_core, mcl_sounds, mcl_inventory, mcl_formspec
|
||||||
depends = mcl_core, mcl_sounds
|
|
||||||
description = Keep your Emeralds in a bank
|
description = Keep your Emeralds in a bank
|
||||||
|
Loading…
Reference in New Issue
Block a user