]> git.pld-linux.org Git - packages/rpm-build-tools.git/commitdiff
- added adapter-like authors section
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 3 Dec 2007 19:25:25 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- one more todo

Changed files:
    pldnotify.awk -> 1.56

pldnotify.awk

index b37ef59437dceab4a03d915dba68797b135ad77c..5cefd6bdc731f360c182b4700093559d4aab2fb2 100644 (file)
@@ -1,6 +1,19 @@
 #!/bin/awk -f
 # $Revision$, $Date$
-# TODO: "SourceXDownload" support (use given URLs if present instead of cut-down SourceX URLs)
+#
+# Copyright (C) 2000-2006 PLD-Team <feedback@pld-linux.org>
+# Authors:
+#      Sebastian Zagrodzki <zagrodzki@pld-linux.org>
+#      Jacek Konieczny <jajcus@pld-linux.org>
+#      Andrzej Krzysztofowicz <ankry@pld-linux.org>
+#      Jakub Bogusz <qboosh@pld-linux.org>
+#      Elan Ruusamäe <glen@pld-linux.org>
+#
+# See cvs log pldnotify.awk for list of contributors
+#
+# TODO:
+# - "SourceXDownload" support (use given URLs if present instead of cut-down SourceX URLs)
+# - "SourceXActiveFTP" support
 
 function fixedsub(s1,s2,t,     ind) {
 # substitutes fixed strings (not regexps)
This page took 0.031099 seconds and 4 git commands to generate.