javaquery/canvas/src/main/java/net/java/html/canvas/ImageData.java
branchcanvas
changeset 1119 73041c26cf4d
parent 1111 8c88d0f187d8
     1.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/ImageData.java	Fri May 17 12:06:36 2013 +0200
     1.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/ImageData.java	Fri May 17 14:09:01 2013 +0200
     1.3 @@ -1,6 +1,19 @@
     1.4 -/*
     1.5 - * To change this template, choose Tools | Templates
     1.6 - * and open the template in the editor.
     1.7 +/**
     1.8 + * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     1.9 + * <jaroslav.tulach@apidesign.org>
    1.10 + *
    1.11 + * This program is free software: you can redistribute it and/or modify it under
    1.12 + * the terms of the GNU General Public License as published by the Free Software
    1.13 + * Foundation, version 2 of the License.
    1.14 + *
    1.15 + * This program is distributed in the hope that it will be useful, but WITHOUT
    1.16 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    1.17 + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    1.18 + * details.
    1.19 + *
    1.20 + * You should have received a copy of the GNU General Public License along with
    1.21 + * this program. Look for COPYING file in the top folder. If not, see
    1.22 + * http://opensource.org/licenses/GPL-2.0.
    1.23   */
    1.24  package net.java.html.canvas;
    1.25