Skip to content

Commit 7e327db

Browse files
committed
Add Copyright notice
1 parent 5497a5a commit 7e327db

File tree

13 files changed

+652
-1
lines changed

13 files changed

+652
-1
lines changed

contrib/src/java/org/jdom2/contrib/android/TranslateTests.java

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
/*--
2+
3+
Copyright (C) 2011-2014 Jason Hunter & Brett McLaughlin.
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions
8+
are met:
9+
10+
1. Redistributions of source code must retain the above copyright
11+
notice, this list of conditions, and the following disclaimer.
12+
13+
2. Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions, and the disclaimer that follows
15+
these conditions in the documentation and/or other materials
16+
provided with the distribution.
17+
18+
3. The name "JDOM" must not be used to endorse or promote products
19+
derived from this software without prior written permission. For
20+
written permission, please contact <request_AT_jdom_DOT_org>.
21+
22+
4. Products derived from this software may not be called "JDOM", nor
23+
may "JDOM" appear in their name, without prior written permission
24+
from the JDOM Project Management <request_AT_jdom_DOT_org>.
25+
26+
In addition, we request (but do not require) that you include in the
27+
end-user documentation provided with the redistribution and/or in the
28+
software itself an acknowledgement equivalent to the following:
29+
"This product includes software developed by the
30+
JDOM Project (http://www.jdom.org/)."
31+
Alternatively, the acknowledgment may be graphical using the logos
32+
available at http://www.jdom.org/images/logos.
33+
34+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37+
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
38+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41+
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45+
SUCH DAMAGE.
46+
47+
This software consists of voluntary contributions made by many
48+
individuals on behalf of the JDOM Project and was originally
49+
created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
50+
Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information
51+
on the JDOM Project, please see <http://www.jdom.org/>.
52+
53+
*/
54+
155
package org.jdom2.contrib.android;
256

357
import java.io.File;

contrib/src/java/org/jdom2/contrib/dtdaware/AttFilter.java

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
1+
/*--
2+
3+
Copyright (C) 2011-2014 Jason Hunter & Brett McLaughlin.
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions
8+
are met:
9+
10+
1. Redistributions of source code must retain the above copyright
11+
notice, this list of conditions, and the following disclaimer.
12+
13+
2. Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions, and the disclaimer that follows
15+
these conditions in the documentation and/or other materials
16+
provided with the distribution.
17+
18+
3. The name "JDOM" must not be used to endorse or promote products
19+
derived from this software without prior written permission. For
20+
written permission, please contact <request_AT_jdom_DOT_org>.
21+
22+
4. Products derived from this software may not be called "JDOM", nor
23+
may "JDOM" appear in their name, without prior written permission
24+
from the JDOM Project Management <request_AT_jdom_DOT_org>.
25+
26+
In addition, we request (but do not require) that you include in the
27+
end-user documentation provided with the redistribution and/or in the
28+
software itself an acknowledgement equivalent to the following:
29+
"This product includes software developed by the
30+
JDOM Project (http://www.jdom.org/)."
31+
Alternatively, the acknowledgment may be graphical using the logos
32+
available at http://www.jdom.org/images/logos.
33+
34+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37+
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
38+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41+
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45+
SUCH DAMAGE.
46+
47+
This software consists of voluntary contributions made by many
48+
individuals on behalf of the JDOM Project and was originally
49+
created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
50+
Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information
51+
on the JDOM Project, please see <http://www.jdom.org/>.
52+
53+
*/
54+
155
package org.jdom2.contrib.dtdaware;
256

357
import java.util.HashMap;

contrib/src/java/org/jdom2/contrib/ids/doc-files/TestIds.java

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
/*--
2+
3+
Copyright (C) 2002-2014 Jason Hunter & Brett McLaughlin.
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions
8+
are met:
9+
10+
1. Redistributions of source code must retain the above copyright
11+
notice, this list of conditions, and the following disclaimer.
12+
13+
2. Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions, and the disclaimer that follows
15+
these conditions in the documentation and/or other materials
16+
provided with the distribution.
17+
18+
3. The name "JDOM" must not be used to endorse or promote products
19+
derived from this software without prior written permission. For
20+
written permission, please contact <request_AT_jdom_DOT_org>.
21+
22+
4. Products derived from this software may not be called "JDOM", nor
23+
may "JDOM" appear in their name, without prior written permission
24+
from the JDOM Project Management <request_AT_jdom_DOT_org>.
25+
26+
In addition, we request (but do not require) that you include in the
27+
end-user documentation provided with the redistribution and/or in the
28+
software itself an acknowledgement equivalent to the following:
29+
"This product includes software developed by the
30+
JDOM Project (http://www.jdom.org/)."
31+
Alternatively, the acknowledgment may be graphical using the logos
32+
available at http://www.jdom.org/images/logos.
33+
34+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37+
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
38+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41+
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45+
SUCH DAMAGE.
46+
47+
This software consists of voluntary contributions made by many
48+
individuals on behalf of the JDOM Project and was originally
49+
created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
50+
Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information
51+
on the JDOM Project, please see <http://www.jdom.org/>.
52+
53+
*/
154

255

356
import org.jdom2.*;

contrib/src/java/org/jdom2/contrib/perf/DevNull.java

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
/*--
2+
3+
Copyright (C) 2011-2014 Jason Hunter & Brett McLaughlin.
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions
8+
are met:
9+
10+
1. Redistributions of source code must retain the above copyright
11+
notice, this list of conditions, and the following disclaimer.
12+
13+
2. Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions, and the disclaimer that follows
15+
these conditions in the documentation and/or other materials
16+
provided with the distribution.
17+
18+
3. The name "JDOM" must not be used to endorse or promote products
19+
derived from this software without prior written permission. For
20+
written permission, please contact <request_AT_jdom_DOT_org>.
21+
22+
4. Products derived from this software may not be called "JDOM", nor
23+
may "JDOM" appear in their name, without prior written permission
24+
from the JDOM Project Management <request_AT_jdom_DOT_org>.
25+
26+
In addition, we request (but do not require) that you include in the
27+
end-user documentation provided with the redistribution and/or in the
28+
software itself an acknowledgement equivalent to the following:
29+
"This product includes software developed by the
30+
JDOM Project (http://www.jdom.org/)."
31+
Alternatively, the acknowledgment may be graphical using the logos
32+
available at http://www.jdom.org/images/logos.
33+
34+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37+
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
38+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41+
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45+
SUCH DAMAGE.
46+
47+
This software consists of voluntary contributions made by many
48+
individuals on behalf of the JDOM Project and was originally
49+
created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
50+
Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information
51+
on the JDOM Project, please see <http://www.jdom.org/>.
52+
53+
*/
54+
55+
156
package org.jdom2.contrib.perf;
257

358
import java.io.IOException;

contrib/src/java/org/jdom2/contrib/perf/PerfDoc.java

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
/*--
2+
3+
Copyright (C) 2011-2014 Jason Hunter & Brett McLaughlin.
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions
8+
are met:
9+
10+
1. Redistributions of source code must retain the above copyright
11+
notice, this list of conditions, and the following disclaimer.
12+
13+
2. Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions, and the disclaimer that follows
15+
these conditions in the documentation and/or other materials
16+
provided with the distribution.
17+
18+
3. The name "JDOM" must not be used to endorse or promote products
19+
derived from this software without prior written permission. For
20+
written permission, please contact <request_AT_jdom_DOT_org>.
21+
22+
4. Products derived from this software may not be called "JDOM", nor
23+
may "JDOM" appear in their name, without prior written permission
24+
from the JDOM Project Management <request_AT_jdom_DOT_org>.
25+
26+
In addition, we request (but do not require) that you include in the
27+
end-user documentation provided with the redistribution and/or in the
28+
software itself an acknowledgement equivalent to the following:
29+
"This product includes software developed by the
30+
JDOM Project (http://www.jdom.org/)."
31+
Alternatively, the acknowledgment may be graphical using the logos
32+
available at http://www.jdom.org/images/logos.
33+
34+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37+
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
38+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41+
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45+
SUCH DAMAGE.
46+
47+
This software consists of voluntary contributions made by many
48+
individuals on behalf of the JDOM Project and was originally
49+
created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
50+
Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information
51+
on the JDOM Project, please see <http://www.jdom.org/>.
52+
53+
*/
54+
55+
156
package org.jdom2.contrib.perf;
257

358
import java.io.CharArrayReader;

contrib/src/java/org/jdom2/contrib/perf/PerfTest.java

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,58 @@
1+
/*--
2+
3+
Copyright (C) 2011-2014 Jason Hunter & Brett McLaughlin.
4+
All rights reserved.
5+
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions
8+
are met:
9+
10+
1. Redistributions of source code must retain the above copyright
11+
notice, this list of conditions, and the following disclaimer.
12+
13+
2. Redistributions in binary form must reproduce the above copyright
14+
notice, this list of conditions, and the disclaimer that follows
15+
these conditions in the documentation and/or other materials
16+
provided with the distribution.
17+
18+
3. The name "JDOM" must not be used to endorse or promote products
19+
derived from this software without prior written permission. For
20+
written permission, please contact <request_AT_jdom_DOT_org>.
21+
22+
4. Products derived from this software may not be called "JDOM", nor
23+
may "JDOM" appear in their name, without prior written permission
24+
from the JDOM Project Management <request_AT_jdom_DOT_org>.
25+
26+
In addition, we request (but do not require) that you include in the
27+
end-user documentation provided with the redistribution and/or in the
28+
software itself an acknowledgement equivalent to the following:
29+
"This product includes software developed by the
30+
JDOM Project (http://www.jdom.org/)."
31+
Alternatively, the acknowledgment may be graphical using the logos
32+
available at http://www.jdom.org/images/logos.
33+
34+
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
35+
WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
36+
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37+
DISCLAIMED. IN NO EVENT SHALL THE JDOM AUTHORS OR THE PROJECT
38+
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
39+
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
40+
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
41+
USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
42+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
44+
OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
45+
SUCH DAMAGE.
46+
47+
This software consists of voluntary contributions made by many
48+
individuals on behalf of the JDOM Project and was originally
49+
created by Jason Hunter <jhunter_AT_jdom_DOT_org> and
50+
Brett McLaughlin <brett_AT_jdom_DOT_org>. For more information
51+
on the JDOM Project, please see <http://www.jdom.org/>.
52+
53+
*/
54+
55+
156
package org.jdom2.contrib.perf;
257

358
import java.io.File;

0 commit comments

Comments
 (0)