forked from chan-sccp/chan-sccp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
53 lines (50 loc) · 2.7 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/**
*
* \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 <username>.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 <email@address.to> >pubkey.txt
* > git hash-object -w pubkey.txt
* > git tag -s username.gpg_pub_key <HASH-VALUE-GOTTEN_FROM-PREVIOUS-COMMAND>
*
* See more info: http://365git.tumblr.com/post/2813251228/adding-a-gpg-public-key-to-a-repository
*/