/** * * \file * Contains the list of Chan-SCCP-b Authors * * To report Bugs, Issues and Featuren Request, please do not contact the * developers directly, but always use the Tracker System on Sourceforge: * http://sourceforge.net/tracker/?words=tracker_browse&group_id=186378&atid=917045 * * \note Reworked, but based on chan_sccp code. * The original chan_sccp driver that was made by Zozo which * itself was derived from the chan_skinny driver. * Modified by Jan Czmok and Julien Goodwin * * \page authors Chan-SCCP-b Authors * * Name | Username | Role | E-mail | GPG | Active * ------------------|-----------------|----------------------------------|------------------------------|------------|---------- * Marcello Ceschia | marcelloceschia | Project Admin/Developer (Trunk) | marcelloceschia@users.sf.net | 0xE6F16AD3 | YES * Diederik de Groot | ddegroot | Project Admin/Developer (Trunk) | ddegroot@users.sf.net | 0x0A1BECD6 | YES * David Dederscheck | davidded | Project Admin/Developer (Stable) | davidded@users.sf.net | | NO * Anthony Shaw | anthonyshaw | Project Admin/Developer | anthonyshaw@users.sf.net | | NO * Scotchy | scotchy | Project Admin/Developer | scotchy@users.sf.net | | NO * Andrew Lee | andrewylee | Developer | andrewylee@users.sf.net | | NO * Federico Santulli | fsantulli | Developer | fsantulli@users.sf.net | | NO * Geoff Thornton | gthornton | Developer | gthornton@users.sf.net | | NO * macdiver | macdiver | Developer | macdiver@users.sf.net | | NO * Sebastian Vetter | sebbbl | Doc Writer | sebbbl@users.sf.net | | NO * Romain Bignon | progs | Developer | progs@users.sf.net | | NO */ /** * GPG are embedded in this repository, you can import these gpg keys using: * * > git cat-file blob .gpg_pub_key | gpg --import * * for example: * > git cat-file blob dkgroot.gpg_pub_key | gpg --import * */ /** * Developers: * * To Add your gpg to the repository: * * > gpg --armor --export >pubkey.txt * > git hash-object -w pubkey.txt * > git tag -s username.gpg_pub_key * * See more info: http://365git.tumblr.com/post/2813251228/adding-a-gpg-public-key-to-a-repository */