@@ -45,3 +45,42 @@ You can run the unit tests with the following command:
45
45
$ cd path/to/Symfony/Component/CssSelector/
46
46
$ composer install
47
47
$ phpunit
48
+
49
+ License
50
+ -------
51
+
52
+ This component is a port of the Python cssselect library,
53
+ which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect .
54
+
55
+ Copyright (c) 2007-2012 Ian Bicking and contributors. See AUTHORS
56
+ for more details.
57
+
58
+ All rights reserved.
59
+
60
+ Redistribution and use in source and binary forms, with or without
61
+ modification, are permitted provided that the following conditions are
62
+ met:
63
+
64
+ 1 . Redistributions of source code must retain the above copyright
65
+ notice, this list of conditions and the following disclaimer.
66
+
67
+ 2 . Redistributions in binary form must reproduce the above copyright
68
+ notice, this list of conditions and the following disclaimer in
69
+ the documentation and/or other materials provided with the
70
+ distribution.
71
+
72
+ 3 . Neither the name of Ian Bicking nor the names of its contributors may
73
+ be used to endorse or promote products derived from this software
74
+ without specific prior written permission.
75
+
76
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
77
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
78
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
79
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL IAN BICKING OR
80
+ CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
81
+ EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
82
+ PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
83
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
84
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
85
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
86
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 commit comments