Revision | e557c9ef0cc830903cedbdc589107011147d87f7 (tree) |
---|---|
Time | 2007-10-27 19:17:21 |
Author | henoheno <henoheno> |
Commiter | henoheno |
BugTrack2/61: Added copyright headers
@@ -1,12 +1,12 @@ | ||
1 | 1 | <?php |
2 | -/* | |
3 | - * PukiWiki lsプラグイン | |
4 | - * | |
5 | - * CopyRight 2002 Y.MASUI GPL2 | |
6 | - * http://masui.net/pukiwiki/ masui@masui.net | |
7 | - * | |
8 | - * $Id: ls.inc.php,v 1.9 2004/07/31 03:09:20 henoheno Exp $ | |
9 | - */ | |
2 | +// PukiWiki - Yet another WikiWikiWeb clone. | |
3 | +// $Id: ls.inc.php,v 1.10 2007/10/27 10:17:21 henoheno Exp $ | |
4 | +// Copyright (C) | |
5 | +// 2002-2004 PukiWiki Developers Team | |
6 | +// 2002 Y.MASUI GPL2 http://masui.net/pukiwiki/ masui@masui.net | |
7 | +// License: GPL version 2 | |
8 | +// | |
9 | +// List plugin | |
10 | 10 | |
11 | 11 | function plugin_ls_convert() |
12 | 12 | { |
@@ -1,7 +1,11 @@ | ||
1 | 1 | <?php |
2 | 2 | // PukiWiki - Yet another WikiWikiWeb clone. |
3 | -// | |
4 | -// $Id: ls2.inc.php,v 1.26 2007/10/25 14:51:54 henoheno Exp $ | |
3 | +// $Id: ls2.inc.php,v 1.27 2007/10/27 10:17:21 henoheno Exp $ | |
4 | +// Copyright (C) | |
5 | +// 2002-2006, 2007 PukiWiki Developers Team | |
6 | +// 2002 panda http://home.arino.jp/?ls2.inc.php | |
7 | +// (derivererd from ls.inc.php) | |
8 | +// License: GPL version 2 | |
5 | 9 | // |
6 | 10 | // List plugin 2 |
7 | 11 |