informace o licenci uvnitř .java souborů
authorFrantišek Kučera <franta-hg@frantovo.cz>
Sat Aug 18 13:27:00 2012 +0200 (2012-08-18)
changeset 19c20edbed09c3
parent 18 907c5c7c20ce
child 20 bf328b110881
informace o licenci uvnitř .java souborů
java/rozsirene-atributy-jedit/src/cz/frantovo/rozsireneAtributy/jedit/DokovatelnyPanel.java
java/rozsirene-atributy-jedit/src/cz/frantovo/rozsireneAtributy/jedit/Plugin.java
java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Atribut.java
java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Startér.java
java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Model.java
java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form
java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.java
     1.1 --- a/java/rozsirene-atributy-jedit/src/cz/frantovo/rozsireneAtributy/jedit/DokovatelnyPanel.java	Sat Aug 18 13:22:45 2012 +0200
     1.2 +++ b/java/rozsirene-atributy-jedit/src/cz/frantovo/rozsireneAtributy/jedit/DokovatelnyPanel.java	Sat Aug 18 13:27:00 2012 +0200
     1.3 @@ -1,3 +1,20 @@
     1.4 +/**
     1.5 + * Rozšířené atributy – program na správu rozšířených atributů souborů
     1.6 + * Copyright © 2012 František Kučera (frantovo.cz)
     1.7 + * 
     1.8 + * This program is free software: you can redistribute it and/or modify
     1.9 + * it under the terms of the GNU General Public License as published by
    1.10 + * the Free Software Foundation, either version 3 of the License, or
    1.11 + * (at your option) any later version.
    1.12 + * 
    1.13 + * This program is distributed in the hope that it will be useful,
    1.14 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.15 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.16 + * GNU General Public License for more details.
    1.17 + * 
    1.18 + * You should have received a copy of the GNU General Public License
    1.19 + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1.20 + */
    1.21  package cz.frantovo.rozsireneAtributy.jedit;
    1.22  
    1.23  import java.util.logging.Level;
     2.1 --- a/java/rozsirene-atributy-jedit/src/cz/frantovo/rozsireneAtributy/jedit/Plugin.java	Sat Aug 18 13:22:45 2012 +0200
     2.2 +++ b/java/rozsirene-atributy-jedit/src/cz/frantovo/rozsireneAtributy/jedit/Plugin.java	Sat Aug 18 13:27:00 2012 +0200
     2.3 @@ -1,3 +1,20 @@
     2.4 +/**
     2.5 + * Rozšířené atributy – program na správu rozšířených atributů souborů
     2.6 + * Copyright © 2012 František Kučera (frantovo.cz)
     2.7 + * 
     2.8 + * This program is free software: you can redistribute it and/or modify
     2.9 + * it under the terms of the GNU General Public License as published by
    2.10 + * the Free Software Foundation, either version 3 of the License, or
    2.11 + * (at your option) any later version.
    2.12 + * 
    2.13 + * This program is distributed in the hope that it will be useful,
    2.14 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    2.15 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    2.16 + * GNU General Public License for more details.
    2.17 + * 
    2.18 + * You should have received a copy of the GNU General Public License
    2.19 + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
    2.20 + */
    2.21  package cz.frantovo.rozsireneAtributy.jedit;
    2.22  
    2.23  import org.gjt.sp.jedit.EBMessage;
     3.1 --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Atribut.java	Sat Aug 18 13:22:45 2012 +0200
     3.2 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Atribut.java	Sat Aug 18 13:27:00 2012 +0200
     3.3 @@ -1,3 +1,20 @@
     3.4 +/**
     3.5 + * Rozšířené atributy – program na správu rozšířených atributů souborů
     3.6 + * Copyright © 2012 František Kučera (frantovo.cz)
     3.7 + * 
     3.8 + * This program is free software: you can redistribute it and/or modify
     3.9 + * it under the terms of the GNU General Public License as published by
    3.10 + * the Free Software Foundation, either version 3 of the License, or
    3.11 + * (at your option) any later version.
    3.12 + * 
    3.13 + * This program is distributed in the hope that it will be useful,
    3.14 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    3.15 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    3.16 + * GNU General Public License for more details.
    3.17 + * 
    3.18 + * You should have received a copy of the GNU General Public License
    3.19 + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
    3.20 + */
    3.21  package cz.frantovo.rozsireneAtributy;
    3.22  
    3.23  import java.nio.ByteBuffer;
     4.1 --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Startér.java	Sat Aug 18 13:22:45 2012 +0200
     4.2 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/Startér.java	Sat Aug 18 13:27:00 2012 +0200
     4.3 @@ -1,3 +1,20 @@
     4.4 +/**
     4.5 + * Rozšířené atributy – program na správu rozšířených atributů souborů
     4.6 + * Copyright © 2012 František Kučera (frantovo.cz)
     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, either version 3 of the License, or
    4.11 + * (at your option) any later version.
    4.12 + * 
    4.13 + * This program is distributed in the hope that it will be useful,
    4.14 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    4.15 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    4.16 + * GNU General Public License for more details.
    4.17 + * 
    4.18 + * You should have received a copy of the GNU General Public License
    4.19 + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
    4.20 + */
    4.21  package cz.frantovo.rozsireneAtributy;
    4.22  
    4.23  import cz.frantovo.rozsireneAtributy.gui.Model;
     5.1 --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Model.java	Sat Aug 18 13:22:45 2012 +0200
     5.2 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Model.java	Sat Aug 18 13:27:00 2012 +0200
     5.3 @@ -1,3 +1,20 @@
     5.4 +/**
     5.5 + * Rozšířené atributy – program na správu rozšířených atributů souborů
     5.6 + * Copyright © 2012 František Kučera (frantovo.cz)
     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, either version 3 of the License, or
    5.11 + * (at your option) any later version.
    5.12 + * 
    5.13 + * This program is distributed in the hope that it will be useful,
    5.14 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    5.15 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    5.16 + * GNU General Public License for more details.
    5.17 + * 
    5.18 + * You should have received a copy of the GNU General Public License
    5.19 + * along with this program.  If not, see <http://www.gnu.org/licenses/>.
    5.20 + */
    5.21  package cz.frantovo.rozsireneAtributy.gui;
    5.22  
    5.23  import cz.frantovo.rozsireneAtributy.Atribut;
     6.1 --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form	Sat Aug 18 13:22:45 2012 +0200
     6.2 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.form	Sat Aug 18 13:27:00 2012 +0200
     6.3 @@ -1,4 +1,4 @@
     6.4 -<?xml version="1.1" encoding="UTF-8" ?>
     6.5 +<?xml version="1.0" encoding="UTF-8" ?>
     6.6  
     6.7  <Form version="1.6" maxVersion="1.7" type="org.netbeans.modules.form.forminfo.JPanelFormInfo">
     6.8    <AuxValues>
     7.1 --- a/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.java	Sat Aug 18 13:22:45 2012 +0200
     7.2 +++ b/java/rozsirene-atributy/src/cz/frantovo/rozsireneAtributy/gui/Panel.java	Sat Aug 18 13:27:00 2012 +0200
     7.3 @@ -1,3 +1,20 @@
     7.4 +/**
     7.5 + * Rozšířené atributy – program na správu rozšířených atributů souborů
     7.6 + * Copyright © 2012 František Kučera (frantovo.cz)
     7.7 + * 
     7.8 + * This program is free software: you can redistribute it and/or modify
     7.9 + * it under the terms of the GNU General Public License as published by
    7.10 + * the Free Software Foundation, either version 3 of the License, or
    7.11 + * (at your option) any later version.
    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.  If not, see <http://www.gnu.org/licenses/>.
    7.20 + */
    7.21  package cz.frantovo.rozsireneAtributy.gui;
    7.22  
    7.23  import cz.frantovo.rozsireneAtributy.Atribut;