@@ -69,3 +69,36 @@ If your pseudo selector has no args, then it should signal an error if
69
69
a sub-selction-function is passed to it and vice-versa
70
70
71
71
72
+ == Authors ==
73
+ * [http://www.acceleration.net/ Acceleration.net ] - [http://www.acceleration.net/programming/donate-to-acceleration-net/ Donate ]
74
+ ** [http://russ.unwashedmeme.com/blog Russ Tyndall ]
75
+ ** [http://the.unwashedmeme.com/blog Nathan Bird ]
76
+ ** [http://ryepup.unwashedmeme.com/blog Ryan Davis ]
77
+
78
+ <pre>
79
+ ;; Copyright (c) 2011 Russ Tyndall , Acceleration.net http://www.acceleration.net
80
+ ;; All rights reserved.
81
+ ;;
82
+ ;; Redistribution and use in source and binary forms, with or without
83
+ ;; modification, are permitted provided that the following conditions are
84
+ ;; met:
85
+ ;;
86
+ ;; - Redistributions of source code must retain the above copyright
87
+ ;; notice, this list of conditions and the following disclaimer.
88
+ ;;
89
+ ;; - Redistributions in binary form must reproduce the above copyright
90
+ ;; notice, this list of conditions and the following disclaimer in the
91
+ ;; documentation and/or other materials provided with the distribution.
92
+ ;;
93
+ ;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
94
+ ;; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
95
+ ;; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
96
+ ;; A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
97
+ ;; OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
98
+ ;; SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
99
+ ;; LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
100
+ ;; DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
101
+ ;; THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
102
+ ;; (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
103
+ ;; OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
104
+ </pre>
0 commit comments