Move media author information to README.txt in mod directories
authorPerttu Ahola <celeron55@gmail.com>
Fri, 30 Mar 2012 08:15:01 +0000 (11:15 +0300)
committerPerttu Ahola <celeron55@gmail.com>
Fri, 30 Mar 2012 08:15:01 +0000 (11:15 +0300)
README.txt
mods/bucket/README.txt [new file with mode: 0644]
mods/bucket/init.lua
mods/default/README.txt [new file with mode: 0644]
mods/default/init.lua

index f36017f67c850e272287bc2d2e434d5f11c2dbf0..14bca38b3263a6ef0418409ba678574a13874e55 100644 (file)
@@ -24,6 +24,7 @@ this is not a "real" git repository. (Package maintainers please note!)
 License of source code
 ----------------------
 Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+See README.txt in each mod directory for information about other authors.
 
 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
@@ -42,13 +43,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 License of media (textures and sounds)
 --------------------------------------
 Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+See README.txt in each mod directory for information about other authors.
 
 Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)                                 
 http://creativecommons.org/licenses/by-sa/3.0/
-
-Authors of media files
------------------------
-Everything not mentioned in here - Perttu Ahola <celeron55@gmail.com>
-default_grass_footstep.{1,2,3}.ogg - Modified versions of sounds by kddekadenz/Dogers
-default_dig_crumbly.{1,2}.ogg - Modified versions of sounds by kddekadenz/Dogers
-
+  
diff --git a/mods/bucket/README.txt b/mods/bucket/README.txt
new file mode 100644 (file)
index 0000000..bb898c6
--- /dev/null
@@ -0,0 +1,26 @@
+Minetest 0.4 mod: bucket
+=========================
+
+License of source code:
+-----------------------
+Copyright (C) 2011-2012 Kahrl <kahrl@gmx.net>
+Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+
+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
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+http://www.gnu.org/licenses/gpl-2.0.html
+
+License of media (textures and sounds)
+--------------------------------------
+Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)                                 
+http://creativecommons.org/licenses/by-sa/3.0/
+
+Authors of media files
+-----------------------
+Everything not listed in here:
+Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+
+
index 8ed9da5228de4387ab776db9bcda39db4a8d761f..2bd45d3b2db4fa73d6e6ac17ea92a70aabca9e19 100644 (file)
@@ -1,5 +1,5 @@
--- bucket (Minetest 0.4 mod)
--- A bucket, which can pick up water and lava
+-- Minetest 0.4 mod: bucket
+-- See README.txt for licensing and other information.
 
 minetest.register_alias("bucket", "bucket:bucket_empty")
 minetest.register_alias("bucket_water", "bucket:bucket_water")
diff --git a/mods/default/README.txt b/mods/default/README.txt
new file mode 100644 (file)
index 0000000..bba7afc
--- /dev/null
@@ -0,0 +1,62 @@
+Minetest 0.4 mod: default
+==========================
+
+License of source code:
+-----------------------
+Copyright (C) 2011-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+
+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
+the Free Software Foundation; either version 2 of the License, or
+(at your option) any later version.
+
+http://www.gnu.org/licenses/gpl-2.0.html
+
+License of media (textures and sounds)
+--------------------------------------
+Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)                                 
+http://creativecommons.org/licenses/by-sa/3.0/
+
+Authors of media files
+-----------------------
+Everything not listed in here:
+Copyright (C) 2010-2012 celeron55, Perttu Ahola <celeron55@gmail.com>
+
+Originating from work by kddekadenz/Dogers:
+  default_grass_footstep.{1,2,3}.ogg
+  default_dig_crumbly.{1,2}.ogg
+
+Cisoun's WTFPL texture pack:
+  default_chest_front.png
+  default_chest_lock.png
+  default_chest_side.png
+  default_chest_top.png
+  default_cobble.png
+  default_dirt.png
+  default_grass.png
+  default_grass_side.png
+  default_jungletree.png
+  default_jungletree_top.png
+  default_lava.png
+  default_leaves.png
+  default_mossycobble.png
+  default_sand.png
+  default_sapling.png
+  default_sign_wall.png
+  default_stone.png
+  default_tool_mesepick.png
+  default_tool_steelpick.png
+  default_tool_steelshovel.png
+  default_tool_steelsword.png
+  default_tool_stonepick.png
+  default_tool_stoneshovel.png
+  default_tool_woodpick.png
+  default_tool_woodshovel.png
+  default_torch.png
+  default_torch_on_ceiling.png
+  default_torch_on_floor.png
+  default_tree.png
+  default_tree_top.png
+  default_water.png
+  default_wood.png
+  
index 839306a4598ed0ddc46d650d06cee6eaf2c79f2e..bd17d6869ac12328925b5921d7f26655f241972c 100644 (file)
@@ -1,5 +1,5 @@
--- default (Minetest 0.4 mod)
--- Most default stuff
+-- Minetest 0.4 mod: default
+-- See README.txt for licensing and other information.
 
 -- The API documentation in here was moved into doc/lua_api.txt