dew/src/main/java/org/apidesign/bck2brwsr/dew/ClassLoaderFileManager.java
changeset 1326 8ae6a6c42b5f
parent 1325 f7f25ea1bbec
     1.1 --- a/dew/src/main/java/org/apidesign/bck2brwsr/dew/ClassLoaderFileManager.java	Wed Oct 02 22:32:57 2013 +0200
     1.2 +++ b/dew/src/main/java/org/apidesign/bck2brwsr/dew/ClassLoaderFileManager.java	Thu Oct 03 10:02:13 2013 +0200
     1.3 @@ -1,16 +1,26 @@
     1.4 -/*
     1.5 - * To change this license header, choose License Headers in Project Properties.
     1.6 - * To change this template file, choose Tools | Templates
     1.7 - * and open the template in the editor.
     1.8 +/**
     1.9 + * Back 2 Browser Bytecode Translator
    1.10 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
    1.11 + *
    1.12 + * This program is free software: you can redistribute it and/or modify
    1.13 + * it under the terms of the GNU General Public License as published by
    1.14 + * the Free Software Foundation, version 2 of the License.
    1.15 + *
    1.16 + * This program is distributed in the hope that it will be useful,
    1.17 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.18 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.19 + * GNU General Public License for more details.
    1.20 + *
    1.21 + * You should have received a copy of the GNU General Public License
    1.22 + * along with this program. Look for COPYING file in the top folder.
    1.23 + * If not, see http://opensource.org/licenses/GPL-2.0.
    1.24   */
    1.25  
    1.26  package org.apidesign.bck2brwsr.dew;
    1.27  
    1.28 -import java.io.BufferedReader;
    1.29  import java.io.File;
    1.30  import java.io.IOException;
    1.31  import java.io.InputStream;
    1.32 -import java.io.InputStreamReader;
    1.33  import java.net.URL;
    1.34  import java.util.ArrayList;
    1.35  import java.util.Collections;