# HG changeset patch # User Jaroslav Tulach # Date 1350384120 -7200 # Node ID 346633cd13d6b0c8bea988f0fbfdbbfe291ea557 # Parent 0ac40ea1963df4e72b43961e32aeeb1c8265badb Fixing license in all files diff -r 0ac40ea1963d -r 346633cd13d6 .hgignore --- a/.hgignore Tue Oct 16 12:27:15 2012 +0200 +++ b/.hgignore Tue Oct 16 12:42:00 2012 +0200 @@ -1,4 +1,4 @@ ^target/.* .*/target/.* .*orig$ - +.*~ diff -r 0ac40ea1963d -r 346633cd13d6 COPYING --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/COPYING Tue Oct 16 12:42:00 2012 +0200 @@ -0,0 +1,15 @@ +Back 2 Browser Bytecode Translator +Copyright (C) 2012 Jaroslav Tulach + +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, version 2 of the License. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. Look for COPYING file in the top folder. +If not, see http://opensource.org/licenses/GPL-2.0. diff -r 0ac40ea1963d -r 346633cd13d6 core/src/main/java/org/apidesign/bck2brwsr/core/ExtraJavaScript.java --- a/core/src/main/java/org/apidesign/bck2brwsr/core/ExtraJavaScript.java Tue Oct 16 12:27:15 2012 +0200 +++ b/core/src/main/java/org/apidesign/bck2brwsr/core/ExtraJavaScript.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,3 +1,20 @@ +/** + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. Look for COPYING file in the top folder. + * If not, see http://opensource.org/licenses/GPL-2.0. + */ package org.apidesign.bck2brwsr.core; import java.lang.annotation.ElementType; diff -r 0ac40ea1963d -r 346633cd13d6 core/src/main/java/org/apidesign/bck2brwsr/core/JavaScriptBody.java --- a/core/src/main/java/org/apidesign/bck2brwsr/core/JavaScriptBody.java Tue Oct 16 12:27:15 2012 +0200 +++ b/core/src/main/java/org/apidesign/bck2brwsr/core/JavaScriptBody.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,19 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/** + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. Look for COPYING file in the top folder. + * If not, see http://opensource.org/licenses/GPL-2.0. */ package org.apidesign.bck2brwsr.core; diff -r 0ac40ea1963d -r 346633cd13d6 core/src/main/java/org/apidesign/bck2brwsr/core/NoJavaScript.java --- a/core/src/main/java/org/apidesign/bck2brwsr/core/NoJavaScript.java Tue Oct 16 12:27:15 2012 +0200 +++ b/core/src/main/java/org/apidesign/bck2brwsr/core/NoJavaScript.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,3 +1,20 @@ +/** + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. Look for COPYING file in the top folder. + * If not, see http://opensource.org/licenses/GPL-2.0. + */ package org.apidesign.bck2brwsr.core; import java.lang.annotation.ElementType; diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/pom.xml --- a/htmlpage/pom.xml Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/pom.xml Tue Oct 16 12:42:00 2012 +0200 @@ -51,16 +51,4 @@ test - - - - com.mycila.maven-license-plugin - maven-license-plugin - 1.9.0 - -
../vm/src/header.txt
-
-
-
-
diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/PageProcessor.java --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/PageProcessor.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/PageProcessor.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,6 @@ /** - * Java 4 Browser Bytecode Translator - * Copyright (C) 2012-2012 Jaroslav Tulach + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/ProcessPage.java --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/ProcessPage.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/ProcessPage.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,6 @@ /** - * Java 4 Browser Bytecode Translator - * Copyright (C) 2012-2012 Jaroslav Tulach + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Button.java --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Button.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Button.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,6 @@ /** - * Java 4 Browser Bytecode Translator - * Copyright (C) 2012-2012 Jaroslav Tulach + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Element.java --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Element.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Element.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,6 @@ /** - * Java 4 Browser Bytecode Translator - * Copyright (C) 2012-2012 Jaroslav Tulach + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Input.java --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Input.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Input.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,6 @@ /** - * Java 4 Browser Bytecode Translator - * Copyright (C) 2012-2012 Jaroslav Tulach + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/OnClick.java --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/OnClick.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/OnClick.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,19 @@ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. +/** + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. Look for COPYING file in the top folder. + * If not, see http://opensource.org/licenses/GPL-2.0. */ package org.apidesign.bck2brwsr.htmlpage.api; diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Page.java --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Page.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Page.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,6 @@ /** - * Java 4 Browser Bytecode Translator - * Copyright (C) 2012-2012 Jaroslav Tulach + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,10 +15,6 @@ * along with this program. Look for COPYING file in the top folder. * If not, see http://opensource.org/licenses/GPL-2.0. */ -/* - * To change this template, choose Tools | Templates - * and open the template in the editor. - */ package org.apidesign.bck2brwsr.htmlpage.api; import java.lang.annotation.ElementType; diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Title.java --- a/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Title.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/main/java/org/apidesign/bck2brwsr/htmlpage/api/Title.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,6 @@ /** - * Java 4 Browser Bytecode Translator - * Copyright (C) 2012-2012 Jaroslav Tulach + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/PageController.java --- a/htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/PageController.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/PageController.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,3 +1,20 @@ +/** + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, version 2 of the License. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. Look for COPYING file in the top folder. + * If not, see http://opensource.org/licenses/GPL-2.0. + */ package org.apidesign.bck2brwsr.htmlpage; import org.apidesign.bck2brwsr.htmlpage.api.OnClick; diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java --- a/htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/test/java/org/apidesign/bck2brwsr/htmlpage/ProcessPageTest.java Tue Oct 16 12:42:00 2012 +0200 @@ -1,6 +1,6 @@ /** - * Java 4 Browser Bytecode Translator - * Copyright (C) 2012-2012 Jaroslav Tulach + * Back 2 Browser Bytecode Translator + * Copyright (C) 2012 Jaroslav Tulach * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff -r 0ac40ea1963d -r 346633cd13d6 htmlpage/src/test/resources/org/apidesign/bck2brwsr/htmlpage/TestPage.html --- a/htmlpage/src/test/resources/org/apidesign/bck2brwsr/htmlpage/TestPage.html Tue Oct 16 12:27:15 2012 +0200 +++ b/htmlpage/src/test/resources/org/apidesign/bck2brwsr/htmlpage/TestPage.html Tue Oct 16 12:42:00 2012 +0200 @@ -1,8 +1,8 @@