summaryrefslogtreecommitdiff
path: root/buildscripts/phing/CREDITS
diff options
context:
space:
mode:
authorxue <>2006-06-19 02:34:25 +0000
committerxue <>2006-06-19 02:34:25 +0000
commitbf41d24477d0d13f2bdb1cc87f645ef9f1f4de7b (patch)
treec37ef0365d620724cf3301b3c8dc9005901d965a /buildscripts/phing/CREDITS
parentb59ab2490b1bb82dc1d0b58d89584182b405d0a0 (diff)
Added phing
Diffstat (limited to 'buildscripts/phing/CREDITS')
-rw-r--r--buildscripts/phing/CREDITS45
1 files changed, 45 insertions, 0 deletions
diff --git a/buildscripts/phing/CREDITS b/buildscripts/phing/CREDITS
new file mode 100644
index 00000000..0aff0706
--- /dev/null
+++ b/buildscripts/phing/CREDITS
@@ -0,0 +1,45 @@
+ _________________________
+ P H I N G
+
+ New PHP5 PHING/2 Development
+ ----------------------------
+
+ Hans Lellelid <hans@xmpl.org>
+ David Giffin <david@giffin.org>
+ Michiel Rook <michiel@trendserver.nl>
+ Sebastian Bergmann <sb@sebastian-bergmann.de>
+
+ If you've done work on phing and you are not listed here, please feel free
+ to add yourself.
+
+ Original PHING/1 Development
+ -----------------------------
+
+ Andreas Aderhold <andi@binarycloud.com>
+ Alex Black <enigma@turingstudio.com>
+ Albert Lash <alash@plateauinnovation.com>
+ Charlie Killian <charlie@tizac.com>
+ Manuel Holtgrewe <grin@gmx.net>
+ Andrzej Nowodworski <a.nowodworski@learn.pl>
+ Jason Hines <jason@greenhell.com>
+ Jesse Estevez <jesseestevez@earthlink.net>
+ Andris Spruds <Andris.Spruds@stud.lba.lv>
+ Ronald TAO <ronaldtao@hotmail.com>
+ Yannick Lecaillez <yl@seasonfive.com>
+ Hans Lellelid <hans@xmpl.org>
+
+ Other libraries/contributions
+ ------------------------------
+
+ Apache ANT Project
+ License: Apache 1.1
+ Phing is a port of the Apache ANT project.
+ http://ant.apache.org/
+
+ TAR Manager Class
+ License: LGPL
+ The Tar archive abstraction class
+ (c) Josh Barger <joshb@npt.com>
+ http://phpclasses.upperdesign.com/browse.html/package/529.html
+
+ --$Id: CREDITS,v 1.6 2005/02/03 13:41:52 mrook Exp $