doctrine/license-manager

There is no license information available for the latest version (dev-master) of this package.

The "Doctrine License Manager"

dev-master 2013-09-30 20:53 UTC

This package is auto-updated.

Last update: 2024-04-12 02:32:05 UTC


README

A Symfony2 application that helps you switch the license for a Github project.

Build Status

Description

This application allows importing multiple github repositories, extracting each author and their respective commits. The project overview page tracks the approval ratio per imported project.

Administrators can add missing emails for authors as well as mark specific commits as trivial (ie. not requiring specific approval). Administrators can then trigger a mass email to all authors with no yet approved commits which contain a link with a per author hash.

Using this link authors can review each commit and decide to approve/deny the proposed license change.

Installation

Run "composer create-project doctrine/license-manager --stability=dev" and adjust the suggested parameter values as needed when prompted.

Using ruby-fpm and ant you can generate a debian package of this application.