Skip to content

Commit 1217e17

Browse files
committed
Fix license
1 parent bc856b1 commit 1217e17

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

src/main/java/com/ning/http/multipart/FilePartStallHandler.java

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
/**
2-
* Copyright (c) 2000-2012 Liferay, Inc. All rights reserved.
1+
/*
2+
* Copyright (c) 2010-2012 Sonatype, Inc. All rights reserved.
33
*
4-
* This library is free software; you can redistribute it and/or modify it under
5-
* the terms of the GNU Lesser General Public License as published by the Free
6-
* Software Foundation; either version 2.1 of the License, or (at your option)
7-
* any later version.
4+
* This program is licensed to you under the Apache License Version 2.0,
5+
* and you may not use this file except in compliance with the Apache License Version 2.0.
6+
* You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/licenses/LICENSE-2.0.
87
*
9-
* This library is distributed in the hope that it will be useful, but WITHOUT
10-
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
11-
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
12-
* details.
8+
* Unless required by applicable law or agreed to in writing,
9+
* software distributed under the Apache License Version 2.0 is distributed on an
10+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11+
* See the Apache License Version 2.0 for the specific language governing permissions and limitations there under.
1312
*/
1413
package com.ning.http.multipart;
1514

0 commit comments

Comments
 (0)