[DRE-commits] r2942 - packages-wip/redmine/trunk/debian

rnhurt-guest at alioth.debian.org rnhurt-guest at alioth.debian.org
Wed Aug 13 14:10:14 UTC 2008


Author: rnhurt-guest
Date: 2008-08-13 14:10:09 +0000 (Wed, 13 Aug 2008)
New Revision: 2942

Removed:
   packages-wip/redmine/trunk/debian/control.good
   packages-wip/redmine/trunk/debian/copyright.full
Log:
Removed old, unecessary files.


Deleted: packages-wip/redmine/trunk/debian/control.good
===================================================================
--- packages-wip/redmine/trunk/debian/control.good	2008-08-11 19:11:35 UTC (rev 2941)
+++ packages-wip/redmine/trunk/debian/control.good	2008-08-13 14:10:09 UTC (rev 2942)
@@ -1,35 +0,0 @@
-Source: redmine
-Section: web
-Priority: optional
-Maintainer: Richard Hurt <rnhurt at kangaroobox.com>
-Build-Depends: debhelper (>= 7), cdbs
-Standards-Version: 3.8.0
-Vcs-Svn: svn://rubyforge.org/var/svn/redmine/trunk redmine
-Vcs-Browser: http://www.redmine.org/repositories/show/redmine
-Homepage: http://www.redmine.org
-
-Package: redmine
-Architecture: all
-Depends: ruby, rails (=2.0.2-2), libjs-prototype (= 1.6.0.2-4), httpd-cgi, libdbd-pg-ruby | libdbd-mysql-ruby
-Recommends: libfcgi-ruby, libapache2-mod-fcgid, postgresql (>= 8) | mysql-server (>= 4) | sqlite (>= 3)
-Suggests: libsvn-ruby (>= 1.3) , librmagick-ruby
-Description: flexible project management web application
- Redmine is a flexible project management web application. Written using Ruby
- on Rails framework, it is cross-platform and cross-database.
- .
- Features
-    * Multiple projects support
-    * Flexible role based access control.
-    * Flexible issue tracking system
-    * Gantt chart and calendar
-    * News, documents & files management
-    * Feeds & email notifications.
-    * Per project wiki
-    * Per project forums
-    * Simple time tracking functionality
-    * Custom fields for issues, projects and users
-    * SCM integration (SVN, CVS, Mercurial, Bazaar and Darcs)
-    * Multiple LDAP authentication support
-    * User self-registration support
-    * Multilanguage support
-    * Multiple databases support

Deleted: packages-wip/redmine/trunk/debian/copyright.full
===================================================================
--- packages-wip/redmine/trunk/debian/copyright.full	2008-08-11 19:11:35 UTC (rev 2941)
+++ packages-wip/redmine/trunk/debian/copyright.full	2008-08-13 14:10:09 UTC (rev 2942)
@@ -1,315 +0,0 @@
-Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Name: redmine
-Upstream-Maintainer: Jean-Philippe Lang <jp_lang @nospam@ yahoo.fr>
-Upstream-Source: http://www.redmine.org
-
-Files: *
-Copyright: Copyright 2006-08 Jean-Philippe Lang <jp_lang @nospam@ yahoo.fr>
-License: GPL-2
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
-Files: app/models/repository/git.rb
-Copyright: Copyright 2006-2007 Jean-Philippe Lang / 2007 Patrick Aljord patcito@ŋmail.com
-License: GPL-2+
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Files:app/apis/sys_api.rb, app/controllers/account_controller.rb, app/controllers/application.rb, app/controllers/attachments_controller.rb, app/controllers/boards_controller.rb, app/controllers/documents_controller.rb, app/controllers/issue_relations_controller.rb, app/controllers/issues_controller.rb, app/controllers/messages_controller.rb, app/controllers/projects_controller.rb, app/controllers/queries_controller.rb, app/controllers/repositories_controller.rb, app/controllers/settings_controller.rb, app/controllers/sys_controller.rb, app/controllers/timelog_controller.rb, app/controllers/users_controller.rb, app/controllers/watchers_controller.rb, app/controllers/wiki_controller.rb, app/controllers/wikis_controller.rb, app/helpers/application_helper.rb, app/helpers/attachments_helper.rb, app/helpers/boards_helper.rb, app/helpers/issue_relations_helper.rb, app/helpers/messages_helper.rb, app/helpers/queries_helper.rb, app/helpers/search_helper.rb, app/helpers/settings_helper.rb, app/helpers/watchers_helper.rb, app/helpers/wiki_helper.rb, app/models/attachment.rb, app/models/board.rb, app/models/change.rb, app/models/changeset.rb, app/models/enabled_module.rb, app/models/issue.rb, app/models/issue_relation.rb, app/models/mailer.rb, app/models/mail_handler.rb, app/models/message_observer.rb, app/models/message.rb, app/models/query.rb, app/models/repository/bazaar.rb, app/models/repository/cvs.rb, app/models/repository/darcs.rb, app/models/repository/mercurial.rb, app/models/repository.rb, app/models/repository/subversion.rb, app/models/setting.rb, app/models/user.rb, app/models/watcher.rb, app/models/wiki_content.rb, app/models/wiki_page.rb, app/models/wiki.rb, app/models/wiki_redirect.rb, lib/redmine/access_control.rb, lib/redmine/default_data/loader.rb, lib/redmine/helpers/calendar.rb, lib/redmine/menu_manager.rb, lib/redmine/mime_type.rb, lib/redmine/plugin.rb, lib/redmine/scm/adapters/abstract_adapter.rb, lib/redmine/scm/adapters/bazaar_adapter.rb, lib/redmine/scm/adapters/cvs_adapter.rb, lib/redmine/scm/adapters/darcs_adapter.rb, lib/redmine/scm/adapters/git_adapter.rb, lib/redmine/scm/adapters/mercurial_adapter.rb, lib/redmine/scm/adapters/subversion_adapter.rb, lib/redmine/themes.rb, lib/redmine/wiki_formatting/macros.rb, lib/redmine/wiki_formatting.rb, lib/tabular_form_builder.rb, test/functional/account_controller_test.rb, test/functional/admin_controller_test.rb, test/functional/application_controller_test.rb, test/functional/boards_controller_test.rb, test/functional/documents_controller_test.rb, test/functional/issues_controller_test.rb, test/functional/messages_controller_test.rb, test/functional/my_controller_test.rb, test/functional/news_controller_test.rb, test/functional/projects_controller_test.rb, test/functional/repositories_controller_test.rb, test/functional/roles_controller_test.rb, test/functional/settings_controller_test.rb, test/functional/timelog_controller_test.rb, test/functional/users_controller_test.rb, test/functional/versions_controller_test.rb, test/functional/welcome_controller_test.rb, test/functional/wiki_controller_test.rb, test/functional/wikis_controller_test.rb, test/integration/account_test.rb, test/integration/projects_test.rb, test/unit/attachment_test.rb, test/unit/calendar_test.rb, test/unit/changeset_test.rb, test/unit/comment_test.rb, test/unit/custom_field_test.rb, test/unit/custom_value_test.rb, test/unit/helpers/application_helper_test.rb, test/unit/helpers/projects_helper_test.rb, test/unit/issue_category_test.rb, test/unit/issue_status_test.rb, test/unit/issue_test.rb, test/unit/journal_test.rb, test/unit/mailer_test.rb, test/unit/mail_handler_test.rb, test/unit/project_test.rb, test/unit/repository_bazaar_test.rb, test/unit/repository_cvs_test.rb, test/unit/repository_git_test.rb, test/unit/repository_mercurial_test.rb, test/unit/repository_subversion_test.rb, test/unit/repository_test.rb, test/unit/setting_test.rb, test/unit/token_test.rb, test/unit/user_preference_test.rb, test/unit/watcher_test.rb, test/unit/wiki_content_test.rb, test/unit/wiki_page_test.rb, test/unit/wiki_redirect_test.rb, test/unit/wiki_test.rb
-vendor/plugins/acts_as_event/lib/acts_as_event.rb, vendor/plugins/acts_as_searchable/lib/acts_as_searchable.rb, app/controllers/journals_controller.rb, app/helpers/journals_helper.rb, app/models/time_entry.rb, lib/ar_condition.rb, lib/redmine/access_keys.rb, test/functional/journals_controller_test.rb, test/functional/queries_controller_test.rb, test/functional/repositories_bazaar_controller_test.rb, test/functional/repositories_cvs_controller_test.rb, test/functional/repositories_darcs_controller_test.rb, test/functional/repositories_git_controller_test.rb, test/functional/repositories_mercurial_controller_test.rb, test/functional/repositories_subversion_controller_test.rb, test/integration/application_test.rb, test/unit/query_test.rb, test/unit/repository_darcs_test.rb, test/unit/role_test.rb, test/unit/time_entry_test.rb, test/unit/tracker_test.rb
-app/controllers/admin_controller.rb, app/controllers/auth_sources_controller.rb, app/controllers/custom_fields_controller.rb, app/controllers/enumerations_controller.rb, app/controllers/issue_categories_controller.rb, app/controllers/issue_statuses_controller.rb, app/controllers/members_controller.rb, app/controllers/my_controller.rb, app/controllers/news_controller.rb, app/controllers/reports_controller.rb, app/controllers/roles_controller.rb, app/controllers/search_controller.rb, app/controllers/trackers_controller.rb, app/controllers/versions_controller.rb, app/controllers/welcome_controller.rb, app/helpers/account_helper.rb, app/helpers/admin_helper.rb, app/helpers/auth_sources_helper.rb, app/helpers/custom_fields_helper.rb, app/helpers/documents_helper.rb, app/helpers/enumerations_helper.rb, app/helpers/ifpdf_helper.rb, app/helpers/issue_categories_helper.rb, app/helpers/issues_helper.rb, app/helpers/issue_statuses_helper.rb, app/helpers/members_helper.rb, app/helpers/my_helper.rb, app/helpers/news_helper.rb, app/helpers/projects_helper.rb, app/helpers/reports_helper.rb, app/helpers/repositories_helper.rb, app/helpers/roles_helper.rb, app/helpers/timelog_helper.rb, app/helpers/trackers_helper.rb, app/helpers/users_helper.rb, app/helpers/versions_helper.rb, app/helpers/welcome_helper.rb, app/models/auth_source_ldap.rb, app/models/auth_source.rb, app/models/comment.rb, app/models/custom_field.rb, app/models/custom_value.rb, app/models/document.rb, app/models/enumeration.rb, app/models/issue_category.rb, app/models/issue_custom_field.rb, app/models/issue_status.rb, app/models/journal_detail.rb, app/models/journal.rb, app/models/member.rb, app/models/news.rb, app/models/project_custom_field.rb, app/models/project.rb, app/models/role.rb, app/models/token.rb, app/models/tracker.rb, app/models/user_custom_field.rb, app/models/user_preference.rb, app/models/version.rb, app/models/workflow.rb, db/migrate/001_setup.rb, test/integration/admin_test.rb, test/test_helper.rb, test/unit/member_test.rb, test/unit/user_test.rb, lib/redmine/core_ext/string/conversions.rb
-Copyright: Copyright 2006-2008 Jean-Philippe Lang 
-License: GPL-2+ 
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Files:vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ber.rb, vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/dataset.rb, vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/entry.rb, vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/filter.rb, vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/pdu.rb, vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap/psw.rb, vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldif.rb 
-Copyright: Copyright 2006 by Francis Cianfrocca
-License: GPL-2+
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Files: extra/svn/reposman.pl
-Copyright: none
-License: GPL-2+
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Files: vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/info.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/address.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/base64.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/config.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/encode.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/facade.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/header.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/interface.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mailbox.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/mail.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/net.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/obsolete.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/port.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/scanner_r.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/stringio.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/utils.rb, vendor/rails/actionmailer/lib/action_mailer/vendor/tmail-1.1.0/tmail/version.rb
-Copyright: Copyright 1998-2003 Minero Aoki <aamine at loveruby.net> 
-License: MIT 
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-Files: vendor/rails/actionmailer/lib/action_mailer.rb, vendor/rails/actionpack/lib/action_controller.rb, vendor/rails/actionpack/lib/action_pack.rb, vendor/rails/actionpack/lib/action_view.rb, vendor/rails/activerecord/lib/active_record.rb, vendor/rails/railties/lib/dispatcher.rb, vendor/plugins/classic_pagination/init.rb, vendor/rails/activesupport/lib/active_support.rb, vendor/rails/activeresource/lib/active_resource.rb
-Copyright: Copyright 2004-2007 David Heinemeier Hansson 
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-Files: vendor/rails/railties/lib/rails_generator.rb
-Copyright: Copyright 2004 Jeremy Kemper 
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-Files: vendor/plugins/acts_as_versioned/lib/acts_as_versioned.rb
-Copyright: Copyright 2005 Rick Olson 
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-Files: vendor/plugins/actionwebservice/setup.rb
-Copyright: Copyright 2000-2004 Minero Aoki 
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-Files: vendor/plugins/actionwebservice/lib/action_web_service.rb
-Copyright: Copyright 2005 Leon Breedt
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-Files: vendor/rails/activerecord/lib/active_record/locking/pessimistic.rb
-Copyright: Copyright 2006 Shugo Maeda <shugo at ruby-lang.org>
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-Files: vendor/plugins/rfpdf/lib/rfpdf/chinese.rb, vendor/plugins/rfpdf/lib/rfpdf/japanese.rb, vendor/plugins/rfpdf/lib/rfpdf/korean.rb, vendor/plugins/rfpdf/lib/rfpdf.rb, vendor/plugins/rfpdf/lib/rfpdf/view.rb 
-Copyright: Copyright 2006 4ssoM LLC <www.4ssoM.com>
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-Files: vendor/rails/actionmailer/lib/action_mailer/vendor/text-format-0.6.3/text/format.rb
-Copyright: Copyright 2002-2003 Austin Ziegler
-License: GPL-2+
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Files: vendor/rails/activerecord/lib/active_record/vendor/mysql.rb
-Copyright: Copyright 2003-2005 TOMITA Masahiro
-License: none
-
-Files: vendor/rails/activesupport/lib/active_support/vendor/xml-simple-1.0.11/xmlsimple.rb
-Copyright: Copyright 2003-2006 Maik Schmidt <contact at maik-schmidt.de>
-License: GPL
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Files: vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlmarkup.rb, vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/blankslate.rb, vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/blankslate.rb
-Copyright: Copyright 2004, 2005 by Jim Weirich <jim at weirichhouse.org>
-License: none
-
-Files: vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder.rb, vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/xmlevents.rb
-Copyright: Copyright 2004 by Jim Weirich <jim at weirichhouse.org>
-License: none
-
-Files: lib/SVG/Graph/BarBase.rb, lib/SVG/Graph/BarHorizontal.rb lib/SVG/Graph/Graph.rb lib/SVG/Graph/Pie.rb 
-Copyright: Copyright 2004 Sean E. Russell <serATgermaneHYPHENsoftwareDOTcom>
-License: GPL
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Files: vendor/plugins/gloc-1.1.0/init.rb, vendor/plugins/gloc-1.1.0/lib/gloc-config.rb, vendor/plugins/gloc-1.1.0/lib/gloc-dev.rb, vendor/plugins/gloc-1.1.0/lib/gloc-helpers.rb, vendor/plugins/gloc-1.1.0/lib/gloc-internal.rb, vendor/plugins/gloc-1.1.0/lib/gloc-rails.rb, vendor/plugins/gloc-1.1.0/lib/gloc-rails-text.rb, vendor/plugins/gloc-1.1.0/lib/gloc.rb, vendor/plugins/gloc-1.1.0/lib/gloc-ruby.rb, vendor/plugins/gloc-1.1.0/test/gloc_rails_test.rb, vendor/plugins/gloc-1.1.0/test/gloc_test.rb 
-Copyright: Copyright 2005-2006 David Barri
-License: none
-
-Files: vendor/plugins/rfpdf/lib/rfpdf/fpdf.rb
-Copyright: Copyright 2005 Brian Ollenberger
-License: none
-
-Files: vendor/rails/railties/lib/commands/plugin.rb
-Copyright: Copyright 2005 by Ryan Tomayko <rtomayko at gmail.com>
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-Files: vendor/rails/activesupport/lib/active_support/vendor/builder-2.1.2/builder/css.rb
-Copyright: Copyright 2004, 2005 by Jim Weirich  <jim at weirichhouse.org>
- Copyright 2005 by Scott Barron <scott at elitists.net>
-License: other
- Permission is granted for use, copying, modification, distribution,
- and distribution of modified versions of this work as long as the
- above copyright notice is included.
-
-Files: vendor/rails/actionpack/lib/action_controller/assertions/selector_assertions.rb, vendor/rails/actionpack/lib/action_controller/vendor/html-scanner/html/selector.rb, vendor/rails/actionpack/test/controller/assert_select_test.rb, vendor/rails/actionpack/test/controller/selector_test.rb 
-Copyright: Copyright 2006 Assaf Arkin (http://labnotes.org)
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy
- of this software and associated documentation files (the "Software"), to deal
- in the Software without restriction, including without limitation the rights
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- copies of the Software, and to permit persons to whom the Software is
- furnished to do so, subject to the following conditions:
-
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
-
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- THE SOFTWARE.
-
-
-Files: vendor/plugins/ruby-net-ldap-0.0.4/lib/net/ldap.rb
-Copyright: Copyright 2006 by Francis Cianfrocca
-License: GPL
- On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
-
-Files: vendor/plugins/coderay-0.7.6.227/lib/coderay/helpers/file_type.rb, vendor/plugins/coderay-0.7.6.227/lib/coderay/helpers/word_list.rb
-Copyright: Copyright 2006 by murphy (Kornelius Kalnbach) <murphy rubychan de>
-License: LGPL
- On Debian systems, the complete text of the GNU Lesser General
- Public License can be found in `/usr/share/common-licenses/LGPL'.
-
-Files: lib/redcloth.rb
-Copyright: Copyright 2004 why the lucky stiff (and his puppet organizations.)
-License: BSD
- On Debian systems, the complete text of the BSD license
- can be found in `/usr/share/common-licenses/BSD'.
-
-Files: lib/diff.rb
-Copyright: Copyright 2001 Lars Christensen
-License: none




More information about the Pkg-ruby-extras-commits mailing list