8000 - Fix liscense. · javaee/jstl-api@652d6d6 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 652d6d6

Browse files
author
Kin Man Chung
committed
- Fix liscense.
- Fix a findbug warning. svn path=/trunk/; revision=59
1 parent 9a2397b commit 652d6d6

File tree

4 files changed

+43
-4
lines changed

4 files changed

+43
-4
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
*
6-
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
6+
* Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
77
*
88
* The contents of this file are subject to the terms of either the GNU
99
* General Public License Version 2 only ("GPL") or the Common Development
@@ -80,7 +80,7 @@
8080
<packages>javax.servlet.jsp.jstl</packages>
8181
</group>
8282
</groups>
83-
<bottom>&lt;font size="-1"&gt;Copyright 2003 Sun Microsystems, Inc. All Rights Reserved.&lt;/font&gt;</bottom>
83+
<bottom>&lt;font size="-1"&gt;Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.&lt;/font&gt;</bottom>
8484
</configuration>
8585
</execution>
8686
</executions>

api/src/main/java/javax/servlet/jsp/jstl/core/IteratedExpression.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
* @author Kin-man Chung
7272
* @version $Id: IteratedExpression.java,v 1.6 2006/11/17 19:48:41 jluehe Exp $
7373
*/
74-
public final class IteratedExpression /*implements Serializable*/ {
74+
public final class IteratedExpression implements Serializable {
7575

7676
private static final long serialVersionUID = 1L;
7777
protected final ValueExpression orig;

impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/*
44
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
55
*
6-
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
6+
* Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
77
*
88
* The contents of this file are subject to the terms of either the GNU
99
* General Public License Version 2 only ("GPL") or the Common Development

pom.xml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/*
4+
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
5+
*
6+
* Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved.
7+
*
8+
* The contents of this file are subject to the terms of either the GNU
9+
* General Public License Version 2 only ("GPL") or the Common Development
10+
* and Distribution License("CDDL") (collectively, the "License"). You
11+
* may not use this file except in compliance with the License. You can obtain
12+
* a copy of the License at https://glassfish.dev.java.net/public/CDDL+GPL.html
13+
* or glassfish/bootstrap/legal/LICENSE.txt. See the License for the specific
14+
* language governing permissions and limitations under the License.
15+
*
16+
* When distributing the software, include this License Header Notice in each
17+
* file and include the License file at glassfish/bootstrap/legal/LICENSE.txt.
18+
* Sun designates this particular file as subject to the "Classpath" exception
19+
* as provided by Sun in the GPL Version 2 section of the License file that
20+
* accompanied this code. If applicable, add the following below the License
21+
* Header, with the fields enclosed by brackets [] replaced by your own
22+
* identifying information: "Portions Copyrighted [year]
23+
* [name of copyright owner]"
24+
*
25+
* Contributor(s):
26+
*
27+
* If you wish your version of this file to be governed by only the CDDL or
28+
* only the GPL Version 2, indicate your decision by adding "[Contributor]
29+
* elects to include this software in this distribution under the [CDDL or GPL
30+
* Version 2] license." If you don't indicate a single choice of license, a
31+
* recipient has the option to distribute your version of this file under
32+
* either the CDDL, the GPL Version 2 or to extend the choice of license to
33+
* its licensees as provided above. However, if you add GPL Version 2 code
34+
* and therefore, elected the GPL Version 2 license, then the option applies
35+
* only if the new code is made subject to such option by the copyright
36+
* holder.
37+
*/
38+
-->
39+
140
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/
241
2001/XMLSchema-instance"
342
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apac

0 commit comments

Comments
 (0)
0