diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-09-11 18:32:44 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-09-11 18:32:44 -0400 |
commit | 324c1fae33889ee2c187e4a47f267e23edd96f3e (patch) | |
tree | 9fef6e48d6aa1045274d42244e1482de6c8b4c02 /debian | |
parent | a7545978c76902076b42b774938e6f60b96aa396 (diff) |
changelog and license
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/copyright | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 612792b86..b859c9aef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,8 @@ ikiwiki (3.14159265) UNRELEASED; urgency=low * cvs: Yeah, ikiwiki even supports CVS now. Plugin contributed by Amitai Schlair. * Updated Czech translation from Miroslav Kure. Closes: #546223 + * rsync: New plugin that allows pushing the srcdir to a remote host + via rsync or similar. Thanks, Amitai Schlair. -- Joey Hess <joeyh@debian.org> Wed, 02 Sep 2009 15:01:27 -0400 diff --git a/debian/copyright b/debian/copyright index 8f7d65322..98feffc6f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -140,6 +140,10 @@ Files: wmd.pm, getsource.pm Copyright: © 2009 William Uther License: GPL-2+ +Files: rsync.pm +Copyright: © 2009 Amitai Schlair +License: BSD-C2 + Files: doc/logo/* Copyright: © 2006 Recai Oktaş <roktas@debian.org> License: GPL-2+ |