1
+ ---
2
+ license_expression: apache-1.1
3
+ is_license_text: yes
4
+ ignorable_copyrights:
5
+ - Copyright (c) 2001 The OpenSymphony Group
6
+ ignorable_holders:
7
+ - The OpenSymphony Group
8
+ ignorable_authors:
9
+ - the OpenSymphony Group (http://www.opensymphony.com/)
10
+ ignorable_urls:
11
+ - http://www.apache.org/LICENSE.txt
12
+ - http://www.opensymphony.com/
13
+ ignorable_emails:
14
+
15
+ ---
16
+
17
+ /* ====================================================================
18
+ * The OpenSymphony Software License, Version 1.1
19
+ *
20
+ * (this license is derived and fully compatible with the Apache Software
21
+ * License - see http://www.apache.org/LICENSE.txt)
22
+ *
23
+ * Copyright (c) 2001 The OpenSymphony Group. All rights reserved.
24
+ *
25
+ * Redistribution and use in source and binary forms, with or without
26
+ * modification, are permitted provided that the following conditions
27
+ * are met:
28
+ *
29
+ * 1. Redistributions of source code must retain the above copyright
30
+ * notice, this list of conditions and the following disclaimer.
31
+ *
32
+ * 2. Redistributions in binary form must reproduce the above copyright
33
+ * notice, this list of conditions and the following disclaimer in
34
+ * the documentation and/or other materials provided with the
35
+ * distribution.
36
+ *
37
+ * 3. The end-user documentation included with the redistribution,
38
+ * if any, must include the following acknowledgment:
39
+ * "This product includes software developed by the
40
+ * OpenSymphony Group (http://www.opensymphony.com/)."
41
+ * Alternately, this acknowledgment may appear in the software itself,
42
+ * if and wherever such third-party acknowledgments normally appear.
43
+ *
44
+ * 4. The names "OpenSymphony" and "The OpenSymphony Group"
45
+ * must not be used to endorse or promote products derived from this
46
+ * software without prior written permission. For written
47
+ * permission, please contact
[email protected] .
48
+ *
49
+ * 5. Products derived from this software may not be called "OpenSymphony"
50
+ * or "OSCore", nor may "OpenSymphony" or "OSCore" appear in their
51
+ * name, without prior written permission of the OpenSymphony Group.
52
+ *
53
+ * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
54
+ * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
55
+ * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
56
+ * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
57
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
58
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
59
+ * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
60
+ * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
61
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
62
+ * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
63
+ * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
64
+ * SUCH DAMAGE.
65
+ * ====================================================================
66
+ */
0 commit comments