PuzzleD

D Interface to libpuzzle
git clone git://xatko.vsos.ethz.ch/PuzzleD.git
Log | Files | Refs

commit aa141cae3d35321dbf59e0ff4757a40bad29ed2b
parent b4e417758966802a98459b9ed1c1ffcf06b4587f
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Thu, 27 Aug 2015 13:32:06 +0200

LGPLV3-ify

Diffstat:
README.md | 3+++
src/puzzle.d | 6++++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -1,3 +1,6 @@ PuzzleD ---------------------- A D-Interface to [libpuzzle](http://www.pureftpd.org/project/libpuzzle) + +## License +The Project is licensed under the LGPLV3 diff --git a/src/puzzle.d b/src/puzzle.d @@ -1,3 +1,9 @@ +/** + * A D-Interface to $(LINK2 https://pureftpd.org/project/libpuzzle, Libpuzzle) + * + * License: $(LINK2 https://www.gnu.org/licenses/lgpl.html, LGPLV3) + * Authors: Dominik Schmidt + */ module puzzle; version(unittest){