From: Simon F. <sim...@us...> - 2005-03-17 04:49:15
|
Update of /cvsroot/jcrypt/JCrypt/cs199mbc/plugins In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22340/cs199mbc/plugins Modified Files: Playfair.java NGramFinder.java DotProduct.java FreqCount.java TextSplitter.java RealPlayfair.java EnigmaUpdated.java WhitespaceEliminator.java AmericanEnglishLang.java Log Message: Added copyright statements Index: EnigmaUpdated.java =================================================================== RCS file: /cvsroot/jcrypt/JCrypt/cs199mbc/plugins/EnigmaUpdated.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** EnigmaUpdated.java 11 Mar 2005 04:31:26 -0000 1.1 --- EnigmaUpdated.java 17 Mar 2005 04:48:47 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + /* + EnigmaUpdated Class + Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + package cs199mbc.plugins; Index: FreqCount.java =================================================================== RCS file: /cvsroot/jcrypt/JCrypt/cs199mbc/plugins/FreqCount.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FreqCount.java 16 Mar 2005 06:57:45 -0000 1.3 --- FreqCount.java 17 Mar 2005 04:48:47 -0000 1.4 *************** *** 1,5 **** /* FreqCount Class ! Copyright (C) 2005 Silas Snider This program is free software; you can redistribute it and/or --- 1,5 ---- /* FreqCount Class ! Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider This program is free software; you can redistribute it and/or Index: Playfair.java =================================================================== RCS file: /cvsroot/jcrypt/JCrypt/cs199mbc/plugins/Playfair.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Playfair.java 14 Mar 2005 23:22:34 -0000 1.2 --- Playfair.java 17 Mar 2005 04:48:46 -0000 1.3 *************** *** 1,4 **** /* ! ${type_name} Class Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider --- 1,4 ---- /* ! Playfair Class Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider Index: TextSplitter.java =================================================================== RCS file: /cvsroot/jcrypt/JCrypt/cs199mbc/plugins/TextSplitter.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** TextSplitter.java 15 Mar 2005 00:27:59 -0000 1.1 --- TextSplitter.java 17 Mar 2005 04:48:47 -0000 1.2 *************** *** 1,5 **** /* TextSplitter Class ! Copyright (C) 2005 Silas Snider This program is free software; you can redistribute it and/or --- 1,5 ---- /* TextSplitter Class ! Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider This program is free software; you can redistribute it and/or Index: DotProduct.java =================================================================== RCS file: /cvsroot/jcrypt/JCrypt/cs199mbc/plugins/DotProduct.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** DotProduct.java 16 Mar 2005 07:45:22 -0000 1.1 --- DotProduct.java 17 Mar 2005 04:48:46 -0000 1.2 *************** *** 1,5 **** /* DotProduct Class ! Copyright (C) 2005 Silas Snider This program is free software; you can redistribute it and/or --- 1,5 ---- /* DotProduct Class ! Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider This program is free software; you can redistribute it and/or Index: AmericanEnglishLang.java =================================================================== RCS file: /cvsroot/jcrypt/JCrypt/cs199mbc/plugins/AmericanEnglishLang.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AmericanEnglishLang.java 16 Mar 2005 07:45:22 -0000 1.1 --- AmericanEnglishLang.java 17 Mar 2005 04:48:47 -0000 1.2 *************** *** 1,2 **** --- 1,21 ---- + /* + AmericanEnglishLang Class + Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + package cs199mbc.plugins; Index: NGramFinder.java =================================================================== RCS file: /cvsroot/jcrypt/JCrypt/cs199mbc/plugins/NGramFinder.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** NGramFinder.java 16 Mar 2005 06:57:45 -0000 1.1 --- NGramFinder.java 17 Mar 2005 04:48:46 -0000 1.2 *************** *** 1,5 **** /* NGramFinder Class ! Copyright (C) 2005 Silas Snider This program is free software; you can redistribute it and/or --- 1,5 ---- /* NGramFinder Class ! Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider This program is free software; you can redistribute it and/or Index: WhitespaceEliminator.java =================================================================== RCS file: /cvsroot/jcrypt/JCrypt/cs199mbc/plugins/WhitespaceEliminator.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** WhitespaceEliminator.java 16 Mar 2005 05:21:08 -0000 1.1 --- WhitespaceEliminator.java 17 Mar 2005 04:48:47 -0000 1.2 *************** *** 1,5 **** /* WhitespaceEliminator Class ! Copyright (C) 2005 Silas Snider This program is free software; you can redistribute it and/or --- 1,5 ---- /* WhitespaceEliminator Class ! Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider This program is free software; you can redistribute it and/or *************** *** 24,31 **** public static final String toName = "WhitespaceEliminator", toString = "Whitespace Eliminator"; - /* - public void setOptionDummy(String s) { ! }*/ public String transform(String inp) { --- 24,32 ---- public static final String toName = "WhitespaceEliminator", toString = "Whitespace Eliminator"; ! /* ! * public void setOptionDummy(String s) { ! * } ! */ public String transform(String inp) { Index: RealPlayfair.java =================================================================== RCS file: /cvsroot/jcrypt/JCrypt/cs199mbc/plugins/RealPlayfair.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RealPlayfair.java 17 Mar 2005 00:09:52 -0000 1.1 --- RealPlayfair.java 17 Mar 2005 04:48:47 -0000 1.2 *************** *** 1,5 **** /* RealPlayfair Class ! Copyright (C) 2005 Silas Snider This program is free software; you can redistribute it and/or --- 1,5 ---- /* RealPlayfair Class ! Copyright (C) 2005 Steven Crowley, Sarah O'Berry, and Silas Snider This program is free software; you can redistribute it and/or |