license fixes canvas
authorAnton Epple <toni.epple@eppleton.de>
Thu, 26 Sep 2013 14:26:58 -0700
branchcanvas
changeset 13033d62ad46d744
parent 1302 e67363288df1
child 1304 06c04db2e084
license fixes
javaquery/canvas/src/main/java/net/java/html/canvas/Dimension.java
javaquery/canvas/src/main/java/net/java/html/canvas/GraphicsContext.java
javaquery/canvas/src/main/java/net/java/html/canvas/spi/GraphicsEnvironment.java
javaquery/canvas/src/main/java/net/java/html/canvas/spi/GraphicsUtils.java
javaquery/canvas/src/main/java/org/apidesign/html/canvas/impl/CnvsAccssr.java
javaquery/canvas/src/main/resources/net/java/html/canvas/package.html
javaquery/canvas/src/main/resources/net/java/html/canvas/spi/package.html
     1.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/Dimension.java	Thu Sep 26 14:20:18 2013 -0700
     1.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/Dimension.java	Thu Sep 26 14:26:58 2013 -0700
     1.3 @@ -1,19 +1,19 @@
     1.4  /**
     1.5 - * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     1.6 - * <jaroslav.tulach@apidesign.org>
     1.7 + * Back 2 Browser Bytecode Translator
     1.8 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     1.9   *
    1.10 - * This program is free software: you can redistribute it and/or modify it under
    1.11 - * the terms of the GNU General Public License as published by the Free Software
    1.12 - * Foundation, version 2 of the License.
    1.13 + * This program is free software: you can redistribute it and/or modify
    1.14 + * it under the terms of the GNU General Public License as published by
    1.15 + * the Free Software Foundation, version 2 of the License.
    1.16   *
    1.17 - * This program is distributed in the hope that it will be useful, but WITHOUT
    1.18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    1.19 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    1.20 - * details.
    1.21 + * This program is distributed in the hope that it will be useful,
    1.22 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.23 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.24 + * GNU General Public License for more details.
    1.25   *
    1.26 - * You should have received a copy of the GNU General Public License along with
    1.27 - * this program. Look for COPYING file in the top folder. If not, see
    1.28 - * http://opensource.org/licenses/GPL-2.0.
    1.29 + * You should have received a copy of the GNU General Public License
    1.30 + * along with this program. Look for COPYING file in the top folder.
    1.31 + * If not, see http://opensource.org/licenses/GPL-2.0.
    1.32   */
    1.33  /*
    1.34   * To change this template, choose Tools | Templates
     2.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/GraphicsContext.java	Thu Sep 26 14:20:18 2013 -0700
     2.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/GraphicsContext.java	Thu Sep 26 14:26:58 2013 -0700
     2.3 @@ -1,19 +1,19 @@
     2.4  /**
     2.5 - * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     2.6 - * <jaroslav.tulach@apidesign.org>
     2.7 + * Back 2 Browser Bytecode Translator
     2.8 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     2.9   *
    2.10 - * This program is free software: you can redistribute it and/or modify it under
    2.11 - * the terms of the GNU General Public License as published by the Free Software
    2.12 - * Foundation, version 2 of the License.
    2.13 + * This program is free software: you can redistribute it and/or modify
    2.14 + * it under the terms of the GNU General Public License as published by
    2.15 + * the Free Software Foundation, version 2 of the License.
    2.16   *
    2.17 - * This program is distributed in the hope that it will be useful, but WITHOUT
    2.18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    2.19 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    2.20 - * details.
    2.21 + * This program is distributed in the hope that it will be useful,
    2.22 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.23 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.24 + * GNU General Public License for more details.
    2.25   *
    2.26 - * You should have received a copy of the GNU General Public License along with
    2.27 - * this program. Look for COPYING file in the top folder. If not, see
    2.28 - * http://opensource.org/licenses/GPL-2.0.
    2.29 + * You should have received a copy of the GNU General Public License
    2.30 + * along with this program. Look for COPYING file in the top folder.
    2.31 + * If not, see http://opensource.org/licenses/GPL-2.0.
    2.32   */
    2.33  package net.java.html.canvas;
    2.34  
     3.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/spi/GraphicsEnvironment.java	Thu Sep 26 14:20:18 2013 -0700
     3.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/spi/GraphicsEnvironment.java	Thu Sep 26 14:26:58 2013 -0700
     3.3 @@ -1,19 +1,19 @@
     3.4  /**
     3.5 - * Back 2 Browser Bytecode Translator Copyright (C) 2012 Jaroslav Tulach
     3.6 - * <jaroslav.tulach@apidesign.org>
     3.7 + * Back 2 Browser Bytecode Translator
     3.8 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     3.9   *
    3.10 - * This program is free software: you can redistribute it and/or modify it under
    3.11 - * the terms of the GNU General Public License as published by the Free Software
    3.12 - * Foundation, version 2 of the License.
    3.13 + * This program is free software: you can redistribute it and/or modify
    3.14 + * it under the terms of the GNU General Public License as published by
    3.15 + * the Free Software Foundation, version 2 of the License.
    3.16   *
    3.17 - * This program is distributed in the hope that it will be useful, but WITHOUT
    3.18 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
    3.19 - * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
    3.20 - * details.
    3.21 + * This program is distributed in the hope that it will be useful,
    3.22 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.23 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.24 + * GNU General Public License for more details.
    3.25   *
    3.26 - * You should have received a copy of the GNU General Public License along with
    3.27 - * this program. Look for COPYING file in the top folder. If not, see
    3.28 - * http://opensource.org/licenses/GPL-2.0.
    3.29 + * You should have received a copy of the GNU General Public License
    3.30 + * along with this program. Look for COPYING file in the top folder.
    3.31 + * If not, see http://opensource.org/licenses/GPL-2.0.
    3.32   */
    3.33  package net.java.html.canvas.spi;
    3.34  
     4.1 --- a/javaquery/canvas/src/main/java/net/java/html/canvas/spi/GraphicsUtils.java	Thu Sep 26 14:20:18 2013 -0700
     4.2 +++ b/javaquery/canvas/src/main/java/net/java/html/canvas/spi/GraphicsUtils.java	Thu Sep 26 14:26:58 2013 -0700
     4.3 @@ -1,3 +1,20 @@
     4.4 +/**
     4.5 + * Back 2 Browser Bytecode Translator
     4.6 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     4.7 + *
     4.8 + * This program is free software: you can redistribute it and/or modify
     4.9 + * it under the terms of the GNU General Public License as published by
    4.10 + * the Free Software Foundation, version 2 of the License.
    4.11 + *
    4.12 + * This program is distributed in the hope that it will be useful,
    4.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    4.15 + * GNU General Public License for more details.
    4.16 + *
    4.17 + * You should have received a copy of the GNU General Public License
    4.18 + * along with this program. Look for COPYING file in the top folder.
    4.19 + * If not, see http://opensource.org/licenses/GPL-2.0.
    4.20 + */
    4.21  /*
    4.22   * To change this template, choose Tools | Templates
    4.23   * and open the template in the editor.
     5.1 --- a/javaquery/canvas/src/main/java/org/apidesign/html/canvas/impl/CnvsAccssr.java	Thu Sep 26 14:20:18 2013 -0700
     5.2 +++ b/javaquery/canvas/src/main/java/org/apidesign/html/canvas/impl/CnvsAccssr.java	Thu Sep 26 14:26:58 2013 -0700
     5.3 @@ -1,3 +1,20 @@
     5.4 +/**
     5.5 + * Back 2 Browser Bytecode Translator
     5.6 + * Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     5.7 + *
     5.8 + * This program is free software: you can redistribute it and/or modify
     5.9 + * it under the terms of the GNU General Public License as published by
    5.10 + * the Free Software Foundation, version 2 of the License.
    5.11 + *
    5.12 + * This program is distributed in the hope that it will be useful,
    5.13 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    5.14 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    5.15 + * GNU General Public License for more details.
    5.16 + *
    5.17 + * You should have received a copy of the GNU General Public License
    5.18 + * along with this program. Look for COPYING file in the top folder.
    5.19 + * If not, see http://opensource.org/licenses/GPL-2.0.
    5.20 + */
    5.21  /*
    5.22   * To change this template, choose Tools | Templates
    5.23   * and open the template in the editor.
     6.1 --- a/javaquery/canvas/src/main/resources/net/java/html/canvas/package.html	Thu Sep 26 14:20:18 2013 -0700
     6.2 +++ b/javaquery/canvas/src/main/resources/net/java/html/canvas/package.html	Thu Sep 26 14:26:58 2013 -0700
     6.3 @@ -1,3 +1,22 @@
     6.4 +<!--
     6.5 +
     6.6 +    Back 2 Browser Bytecode Translator
     6.7 +    Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     6.8 +
     6.9 +    This program is free software: you can redistribute it and/or modify
    6.10 +    it under the terms of the GNU General Public License as published by
    6.11 +    the Free Software Foundation, version 2 of the License.
    6.12 +
    6.13 +    This program is distributed in the hope that it will be useful,
    6.14 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
    6.15 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    6.16 +    GNU General Public License for more details.
    6.17 +
    6.18 +    You should have received a copy of the GNU General Public License
    6.19 +    along with this program. Look for COPYING file in the top folder.
    6.20 +    If not, see http://opensource.org/licenses/GPL-2.0.
    6.21 +
    6.22 +-->
    6.23  <html>
    6.24      <body>
    6.25          Universal, flexible, capable, effective, highly efficient Canvas API for any device on the planet (and beyond). 
     7.1 --- a/javaquery/canvas/src/main/resources/net/java/html/canvas/spi/package.html	Thu Sep 26 14:20:18 2013 -0700
     7.2 +++ b/javaquery/canvas/src/main/resources/net/java/html/canvas/spi/package.html	Thu Sep 26 14:26:58 2013 -0700
     7.3 @@ -1,3 +1,22 @@
     7.4 +<!--
     7.5 +
     7.6 +    Back 2 Browser Bytecode Translator
     7.7 +    Copyright (C) 2012 Jaroslav Tulach <jaroslav.tulach@apidesign.org>
     7.8 +
     7.9 +    This program is free software: you can redistribute it and/or modify
    7.10 +    it under the terms of the GNU General Public License as published by
    7.11 +    the Free Software Foundation, version 2 of the License.
    7.12 +
    7.13 +    This program is distributed in the hope that it will be useful,
    7.14 +    but WITHOUT ANY WARRANTY; without even the implied warranty of
    7.15 +    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    7.16 +    GNU General Public License for more details.
    7.17 +
    7.18 +    You should have received a copy of the GNU General Public License
    7.19 +    along with this program. Look for COPYING file in the top folder.
    7.20 +    If not, see http://opensource.org/licenses/GPL-2.0.
    7.21 +
    7.22 +-->
    7.23  <html>
    7.24      <body>
    7.25          SPI for enabling the Canvas API on different platforms.