~mathieu-jacomy/gephi/forceatlas2-multithread

« back to all changes in this revision

Viewing changes to SpigotPlugin/src/org/gephi/io/spigot/plugin/email/EmailFilterAddressTo.java

  • Committer: Sébastien Heymann
  • Date: 2011-04-10 19:03:28 UTC
  • Revision ID: sebastien.heymann@gmail.com-20110410190328-01y3mxoxbkzymc33
fix bug 756473 by changing licence of remaining files in GPL to AGPL

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
This file is part of Gephi.
7
7
 
8
8
Gephi is free software: you can redistribute it and/or modify
9
 
it under the terms of the GNU General Public License as published by
10
 
the Free Software Foundation, either version 3 of the License, or
11
 
(at your option) any later version.
 
9
it under the terms of the GNU Affero General Public License as
 
10
published by the Free Software Foundation, either version 3 of the
 
11
License, or (at your option) any later version.
12
12
 
13
13
Gephi is distributed in the hope that it will be useful,
14
14
but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16
 
GNU General Public License for more details.
 
16
GNU Affero General Public License for more details.
17
17
 
18
 
You should have received a copy of the GNU General Public License
 
18
You should have received a copy of the GNU Affero General Public License
19
19
along with Gephi.  If not, see <http://www.gnu.org/licenses/>.
20
 
*/
 
20
 */
21
21
package org.gephi.io.spigot.plugin.email;
22
22
 
23
23
import java.util.StringTokenizer;