Skip to content

Commit 396b904

Browse files
committed
Move licence info in HttpCookie
1 parent 8bfd3b2 commit 396b904

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

library/src/main/java/com/proxerme/library/util/SerializableHttpCookie.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package com.proxerme.library.util;/*
1+
/*
22
* Copyright (c) 2011 James Smith <james@loopj.com>
33
* Copyright (c) 2015 Fran Montiel
44
*
@@ -15,6 +15,8 @@
1515
* limitations under the License.
1616
*/
1717

18+
package com.proxerme.library.util;
19+
1820
import android.util.Log;
1921

2022
import java.io.ByteArrayInputStream;

0 commit comments

Comments
 (0)