Added some license headers canvas
authortoni.epple@eppleton.de
Fri, 17 May 2013 14:09:01 +0200
branchcanvas
changeset 111973041c26cf4d
parent 1118 e198f1a3814f
child 1120 b88c003d73e4
Added some license headers
javaquery/canvas/src/main/java/net/java/html/canvas/Canvas.java
javaquery/canvas/src/main/java/net/java/html/canvas/GraphicsEnvironment.java
javaquery/canvas/src/main/java/net/java/html/canvas/Image.java
javaquery/canvas/src/main/java/net/java/html/canvas/ImageData.java
javaquery/canvas/src/main/java/net/java/html/canvas/LinearGradient.java
javaquery/canvas/src/main/java/net/java/html/canvas/Pattern.java
javaquery/canvas/src/main/java/net/java/html/canvas/RadialGradient.java
javaquery/canvas/src/main/java/net/java/html/canvas/TextMetrics.java
     1.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/Canvas.java	Fri May 17 14:05:55 2013 +0200
     1.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/Canvas.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  
     2.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/GraphicsEnvironment.java	Fri May 17 14:05:55 2013 +0200
     2.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/GraphicsEnvironment.java	Fri May 17 14:09:01 2013 +0200
     2.3 @@ -1,6 +1,19 @@
     2.4 -/*
     2.5 - * To change this template, choose Tools | Templates
     2.6 - * and open the template in the editor.
     2.7 +/**
     2.8 + * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     2.9 + * <jaroslav.tulach@apidesign.org>
    2.10 + *
    2.11 + * This program is free software: you can redistribute it and/or modify it under
    2.12 + * the terms of the GNU General Public License as published by the Free Software
    2.13 + * Foundation, version 2 of the License.
    2.14 + *
    2.15 + * This program is distributed in the hope that it will be useful, but WITHOUT
    2.16 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    2.17 + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    2.18 + * details.
    2.19 + *
    2.20 + * You should have received a copy of the GNU General Public License along with
    2.21 + * this program. Look for COPYING file in the top folder. If not, see
    2.22 + * http://opensource.org/licenses/GPL-2.0.
    2.23   */
    2.24  package net.java.html.canvas;
    2.25  
     3.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/Image.java	Fri May 17 14:05:55 2013 +0200
     3.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/Image.java	Fri May 17 14:09:01 2013 +0200
     3.3 @@ -1,6 +1,19 @@
     3.4 -/*
     3.5 - * To change this template, choose Tools | Templates
     3.6 - * and open the template in the editor.
     3.7 +/**
     3.8 + * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     3.9 + * <jaroslav.tulach@apidesign.org>
    3.10 + *
    3.11 + * This program is free software: you can redistribute it and/or modify it under
    3.12 + * the terms of the GNU General Public License as published by the Free Software
    3.13 + * Foundation, version 2 of the License.
    3.14 + *
    3.15 + * This program is distributed in the hope that it will be useful, but WITHOUT
    3.16 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    3.17 + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    3.18 + * details.
    3.19 + *
    3.20 + * You should have received a copy of the GNU General Public License along with
    3.21 + * this program. Look for COPYING file in the top folder. If not, see
    3.22 + * http://opensource.org/licenses/GPL-2.0.
    3.23   */
    3.24  package net.java.html.canvas;
    3.25  
     4.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/ImageData.java	Fri May 17 14:05:55 2013 +0200
     4.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/ImageData.java	Fri May 17 14:09:01 2013 +0200
     4.3 @@ -1,6 +1,19 @@
     4.4 -/*
     4.5 - * To change this template, choose Tools | Templates
     4.6 - * and open the template in the editor.
     4.7 +/**
     4.8 + * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     4.9 + * <jaroslav.tulach@apidesign.org>
    4.10 + *
    4.11 + * This program is free software: you can redistribute it and/or modify it under
    4.12 + * the terms of the GNU General Public License as published by the Free Software
    4.13 + * Foundation, version 2 of the License.
    4.14 + *
    4.15 + * This program is distributed in the hope that it will be useful, but WITHOUT
    4.16 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    4.17 + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    4.18 + * details.
    4.19 + *
    4.20 + * You should have received a copy of the GNU General Public License along with
    4.21 + * this program. Look for COPYING file in the top folder. If not, see
    4.22 + * http://opensource.org/licenses/GPL-2.0.
    4.23   */
    4.24  package net.java.html.canvas;
    4.25  
     5.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/LinearGradient.java	Fri May 17 14:05:55 2013 +0200
     5.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/LinearGradient.java	Fri May 17 14:09:01 2013 +0200
     5.3 @@ -1,6 +1,19 @@
     5.4 -/*
     5.5 - * To change this template, choose Tools | Templates
     5.6 - * and open the template in the editor.
     5.7 +/**
     5.8 + * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     5.9 + * <jaroslav.tulach@apidesign.org>
    5.10 + *
    5.11 + * This program is free software: you can redistribute it and/or modify it under
    5.12 + * the terms of the GNU General Public License as published by the Free Software
    5.13 + * Foundation, version 2 of the License.
    5.14 + *
    5.15 + * This program is distributed in the hope that it will be useful, but WITHOUT
    5.16 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    5.17 + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    5.18 + * details.
    5.19 + *
    5.20 + * You should have received a copy of the GNU General Public License along with
    5.21 + * this program. Look for COPYING file in the top folder. If not, see
    5.22 + * http://opensource.org/licenses/GPL-2.0.
    5.23   */
    5.24  package net.java.html.canvas;
    5.25  
     6.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/Pattern.java	Fri May 17 14:05:55 2013 +0200
     6.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/Pattern.java	Fri May 17 14:09:01 2013 +0200
     6.3 @@ -1,6 +1,19 @@
     6.4 -/*
     6.5 - * To change this template, choose Tools | Templates
     6.6 - * and open the template in the editor.
     6.7 +/**
     6.8 + * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     6.9 + * <jaroslav.tulach@apidesign.org>
    6.10 + *
    6.11 + * This program is free software: you can redistribute it and/or modify it under
    6.12 + * the terms of the GNU General Public License as published by the Free Software
    6.13 + * Foundation, version 2 of the License.
    6.14 + *
    6.15 + * This program is distributed in the hope that it will be useful, but WITHOUT
    6.16 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    6.17 + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    6.18 + * details.
    6.19 + *
    6.20 + * You should have received a copy of the GNU General Public License along with
    6.21 + * this program. Look for COPYING file in the top folder. If not, see
    6.22 + * http://opensource.org/licenses/GPL-2.0.
    6.23   */
    6.24  package net.java.html.canvas;
    6.25  
     7.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/RadialGradient.java	Fri May 17 14:05:55 2013 +0200
     7.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/RadialGradient.java	Fri May 17 14:09:01 2013 +0200
     7.3 @@ -1,6 +1,19 @@
     7.4 -/*
     7.5 - * To change this template, choose Tools | Templates
     7.6 - * and open the template in the editor.
     7.7 +/**
     7.8 + * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     7.9 + * <jaroslav.tulach@apidesign.org>
    7.10 + *
    7.11 + * This program is free software: you can redistribute it and/or modify it under
    7.12 + * the terms of the GNU General Public License as published by the Free Software
    7.13 + * Foundation, version 2 of the License.
    7.14 + *
    7.15 + * This program is distributed in the hope that it will be useful, but WITHOUT
    7.16 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    7.17 + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    7.18 + * details.
    7.19 + *
    7.20 + * You should have received a copy of the GNU General Public License along with
    7.21 + * this program. Look for COPYING file in the top folder. If not, see
    7.22 + * http://opensource.org/licenses/GPL-2.0.
    7.23   */
    7.24  package net.java.html.canvas;
    7.25  
     8.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/TextMetrics.java	Fri May 17 14:05:55 2013 +0200
     8.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/TextMetrics.java	Fri May 17 14:09:01 2013 +0200
     8.3 @@ -1,6 +1,19 @@
     8.4 -/*
     8.5 - * To change this template, choose Tools | Templates
     8.6 - * and open the template in the editor.
     8.7 +/**
     8.8 + * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     8.9 + * <jaroslav.tulach@apidesign.org>
    8.10 + *
    8.11 + * This program is free software: you can redistribute it and/or modify it under
    8.12 + * the terms of the GNU General Public License as published by the Free Software
    8.13 + * Foundation, version 2 of the License.
    8.14 + *
    8.15 + * This program is distributed in the hope that it will be useful, but WITHOUT
    8.16 + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    8.17 + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    8.18 + * details.
    8.19 + *
    8.20 + * You should have received a copy of the GNU General Public License along with
    8.21 + * this program. Look for COPYING file in the top folder. If not, see
    8.22 + * http://opensource.org/licenses/GPL-2.0.
    8.23   */
    8.24  package net.java.html.canvas;
    8.25