Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: FIXME
Upstream-Contact: FIXME
Source: FIXME
Disclaimer: Autogenerated by CDBS

Files: Changes
 MANIFEST
 Makefile.PL
 README
 TODO
 ciderwebmail.yml
 debian/README.Debian
 debian/README.source
 debian/compat
 debian/control
 debian/control.in
 debian/etc/ciderwebmail/apache2-uwsgi.conf
 debian/etc/ciderwebmail/ciderwebmail.conf
 debian/etc/ciderwebmail/ciderwebmail.psgi
 debian/etc/uwsgi/apps-available/ciderwebmail.ini
 debian/gbp.conf
 debian/install
 debian/patches/2001_avoid_autoinstall.patch
 debian/patches/series
 debian/postinst
 debian/postrm
 debian/source/format
 debian/watch
 lib/Catalyst/Authentication/Store/IMAP.pm
 lib/Catalyst/Authentication/Store/IMAP/User.pm
 lib/CiderWebmail.pm
 lib/CiderWebmail/Controller/Addressbook.pm
 lib/CiderWebmail/Controller/Mailbox.pm
 lib/CiderWebmail/Controller/Message.pm
 lib/CiderWebmail/Controller/Root.pm
 lib/CiderWebmail/DB.pm
 lib/CiderWebmail/DB/Result/Addressbook.pm
 lib/CiderWebmail/DB/Result/Settings.pm
 lib/CiderWebmail/Header.pm
 lib/CiderWebmail/Headercache.pm
 lib/CiderWebmail/Mailbox.pm
 lib/CiderWebmail/Message.pm
 lib/CiderWebmail/Message/Forwarded.pm
 lib/CiderWebmail/Model/DB.pm
 lib/CiderWebmail/Model/IMAPClient.pm
 lib/CiderWebmail/Part.pm
 lib/CiderWebmail/Part/Attachment.pm
 lib/CiderWebmail/Part/Dummy.pm
 lib/CiderWebmail/Part/ImageJpeg.pm
 lib/CiderWebmail/Part/MessageDeliveryStatus.pm
 lib/CiderWebmail/Part/MultipartAlternative.pm
 lib/CiderWebmail/Part/MultipartGeneric.pm
 lib/CiderWebmail/Part/MultipartMixed.pm
 lib/CiderWebmail/Part/MultipartRelated.pm
 lib/CiderWebmail/Part/MultipartReport.pm
 lib/CiderWebmail/Part/MultipartSigned.pm
 lib/CiderWebmail/Part/RFC822.pm
 lib/CiderWebmail/Part/Root.pm
 lib/CiderWebmail/Part/TextCalendar.pm
 lib/CiderWebmail/Part/TextHtml.pm
 lib/CiderWebmail/Part/TextPlain.pm
 lib/CiderWebmail/Test.pm
 lib/CiderWebmail/Util.pm
 lib/CiderWebmail/View/Petal.pm
 lib/HTML/Cleaner.pm
 root/favicon.ico
 root/locale/CiderWebmail.pot
 root/locale/de/LC_MESSAGES/CiderWebmail.mo
 root/locale/de/LC_MESSAGES/CiderWebmail.po
 root/locale/en/LC_MESSAGES/CiderWebmail.mo
 root/locale/en/LC_MESSAGES/CiderWebmail.po
 root/static/css/IE6.css
 root/static/css/addressbook.css
 root/static/css/base.css
 root/static/css/custom.css
 root/static/css/login.css
 root/static/css/mail/mailbox.css
 root/static/css/mail/message.css
 root/static/css/mail/new.css
 root/static/scripts/base.js
 root/static/scripts/mail/mailbox.js
 root/static/scripts/mail/message.js
 root/static/scripts/mootools-core.js
 root/templates/base/addressbook/edit.xml
 root/templates/base/addressbook/list.xml
 root/templates/base/ajax/layout.xml
 root/templates/base/compose.xml
 root/templates/base/create_mailbox.xml
 root/templates/base/error.xml
 root/templates/base/folder_tree.xml
 root/templates/base/layout.xml
 root/templates/base/login.xml
 root/templates/base/logout.xml
 root/templates/base/mailbox.xml
 root/templates/base/mailboxes.xml
 root/templates/base/message.xml
 root/templates/base/parts/Image.xml
 root/templates/base/parts/RFC822.xml
 root/templates/base/parts/Stub.xml
 root/templates/base/parts/TextCalendar.xml
 root/templates/base/parts/TextHtml.xml
 root/templates/base/parts/TextPlain.xml
 root/templates/de/addressbook/edit.xml
 root/templates/de/addressbook/list.xml
 root/templates/de/ajax/layout.xml
 root/templates/de/compose.xml
 root/templates/de/create_mailbox.xml
 root/templates/de/error.xml
 root/templates/de/folder_tree.xml
 root/templates/de/layout.xml
 root/templates/de/login.xml
 root/templates/de/logout.xml
 root/templates/de/mailbox.xml
 root/templates/de/mailboxes.xml
 root/templates/de/message.xml
 root/templates/de/parts/Image.xml
 root/templates/de/parts/MultipartMixed.xml
 root/templates/de/parts/RFC822.xml
 root/templates/de/parts/Stub.xml
 root/templates/de/parts/TextCalendar.xml
 root/templates/de/parts/TextHtml.xml
 root/templates/de/parts/TextPlain.xml
 root/templates/en/addressbook/edit.xml
 root/templates/en/addressbook/list.xml
 root/templates/en/ajax/layout.xml
 root/templates/en/compose.xml
 root/templates/en/create_mailbox.xml
 root/templates/en/error.xml
 root/templates/en/folder_tree.xml
 root/templates/en/layout.xml
 root/templates/en/login.xml
 root/templates/en/logout.xml
 root/templates/en/mailbox.xml
 root/templates/en/mailboxes.xml
 root/templates/en/message.xml
 root/templates/en/parts/Image.xml
 root/templates/en/parts/MultipartMixed.xml
 root/templates/en/parts/RFC822.xml
 root/templates/en/parts/Stub.xml
 root/templates/en/parts/TextCalendar.xml
 root/templates/en/parts/TextHtml.xml
 root/templates/en/parts/TextPlain.xml
 root/templates/template.pl
 root/var/README
 script/ciderwebmail_cgi.pl
 script/ciderwebmail_create.pl
 script/ciderwebmail_fastcgi.pl
 script/ciderwebmail_server.pl
 script/ciderwebmail_test.pl
 script/update_schema.sh
 t/01app.t
 t/02pod.t
 t/03podcoverage.t
 t/04controller_Root.t
 t/05-have-sent.t
 t/06-send-message.t
 t/99style.t
 t/addressbook.t
 t/ajax.t
 t/controller_Addressbook.t
 t/controller_Mailbox.t
 t/controller_Message.t
 t/deletemessage.t
 t/foldermanagement.t
 t/forwardmessage.t
 t/hebrew.t
 t/html5_validation.t
 t/message_handling.t
 t/model_DB.t
 t/model_IMAPClient.t
 t/movemessage.t
 t/perlcriticrc
 t/read_attachment.t
 t/readmessage.t
 t/render_html.t
 t/render_ical.t
 t/render_image_jpeg.t
 t/render_multipart_alternative.t
 t/render_multipart_related.t
 t/render_multipart_report.t
 t/render_rfc822.t
 t/render_textplain.t
 t/replymessage.t
 t/searchmessage.t
 t/testattachment.txt
 t/testmessages/HTML.mbox
 t/testmessages/ICAL.mbox
 t/testmessages/IMAGE_JPEG.mbox
 t/testmessages/MULTIPART_ALTERNATIVE.mbox
 t/testmessages/MULTIPART_RELATED.mbox
 t/testmessages/MULTIPART_REPORT.mbox
 t/testmessages/TEXT.mbox
 t/utf8.t
 t/view_Petal.t
Copyright: *No copyright*
License: UNKNOWN
 FIXME

Files: debian/rules
Copyright: 2012, Jonas Smedegaard <dr@jones.dk>
License: GPL-2+
 FIXME

Files: LICENSE
Copyright: 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave
  law: that is to say, a work containing the
  of this
  the software, and (2) offer
License: UNKNOWN
 FIXME

