Skip to content

Commit

Permalink
Added GPL text to source
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisleung committed Jan 31, 2008
1 parent 0d9cc29 commit 9d99714
Show file tree
Hide file tree
Showing 23 changed files with 435 additions and 62 deletions.
19 changes: 19 additions & 0 deletions GPL.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
This file is part of Power Reader.

Power Reader 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, either version 3 of the License, or
(at your option) any later version.

Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.

This software was developed by members of Project:Possibility, a software
collaboration for the disabled.

For more information, visit http://projectpossibility.org
3 changes: 3 additions & 0 deletions nbproject/private/private.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
application.args=
file.reference.j3dcore.jar=C:\\Program Files\\Java\\Java3D\\1.5.1\\lib\\ext\\j3dcore.jar
file.reference.j3dutils.jar=C:\\Program Files\\Java\\Java3D\\1.5.1\\lib\\ext\\j3dutils.jar
file.reference.lib-freetts=/Users/cleung/Desktop/project possibility/projects/lunartuner/lib/freetts
file.reference.lib-freetts-1=/Users/cleung/Desktop/usc/CSCI 588/Final Project/PowerReader/lib/freetts
file.reference.stanford-parser.jar=C:\\Documents and Settings\\Christopher Leung\\My Documents\\ItsDeductible2006
file.reference.vecmath.jar=C:\\Program Files\\Java\\Java3D\\1.5.1\\lib\\ext\\vecmath.jar
javac.debug=true
javadoc.preview=true
user.properties.file=C:\\Documents and Settings\\Christopher Leung\\.netbeans\\5.5.1\\build.properties
8 changes: 7 additions & 1 deletion nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@ file.reference.cmutimelex.jar=lib/freetts/cmutimelex.jar
file.reference.en_us.jar=lib/freetts/en_us.jar
file.reference.flickrapi-1.0b5.jar=lib/flickr/flickrapi-1.0b5.jar
file.reference.freetts.jar=lib/freetts/freetts.jar
file.reference.j3dcore.jar=../../../../Program Files/Java/Java3D/1.5.1/lib/ext/j3dcore.jar
file.reference.j3dutils.jar=../../../../Program Files/Java/Java3D/1.5.1/lib/ext/j3dutils.jar
file.reference.lib-freetts=../../../../project possibility/projects/lunartuner/lib/freetts
file.reference.lib-freetts-1=lib/freetts
file.reference.vecmath.jar=../../../../Program Files/Java/Java3D/1.5.1/lib/ext/vecmath.jar
jar.compress=false
javac.classpath=\
${libs.swing-layout.classpath}:\
Expand All @@ -36,7 +39,10 @@ javac.classpath=\
${file.reference.cmutimelex.jar}:\
${file.reference.en_us.jar}:\
${file.reference.freetts.jar}:\
${file.reference.flickrapi-1.0b5.jar}
${file.reference.flickrapi-1.0b5.jar}:\
${file.reference.j3dcore.jar}:\
${file.reference.j3dutils.jar}:\
${file.reference.vecmath.jar}
# Space-separated list of extra javac options
javac.compilerargs=
javac.deprecation=false
Expand Down
25 changes: 19 additions & 6 deletions src/dictionary/DictionaryLookup.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/*
* DictionaryLookup.java
*
* Created on December 2, 2007, 9:45 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package dictionary;
Expand Down
25 changes: 19 additions & 6 deletions src/dictionary/Wiktionary.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/*
* Wiktionary.java
*
* Created on December 2, 2007, 10:06 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package dictionary;
Expand Down
25 changes: 19 additions & 6 deletions src/dictionary/WordNetDictionary.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/*
* WordNetDictionary.java
*
* Created on December 2, 2007, 9:48 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package dictionary;
Expand Down
25 changes: 19 additions & 6 deletions src/image/FlickrImageFetcher.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/*
* FlickrImageFetcher.java
*
* Created on December 2, 2007, 12:18 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package image;
Expand Down
25 changes: 19 additions & 6 deletions src/image/GoogleImageFetcher.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/*
* GoogleImageFetcher.java
*
* Created on December 2, 2007, 8:31 AM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package image;
Expand Down
25 changes: 19 additions & 6 deletions src/image/ImageFetcher.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/*
* ImageFetcher.java
*
* Created on December 2, 2007, 8:29 AM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package image;
Expand Down
25 changes: 19 additions & 6 deletions src/image/YahooImageFetcher.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/*
* YahooImageFetcher.java
*
* Created on December 2, 2007, 8:51 AM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package image;
Expand Down
21 changes: 21 additions & 0 deletions src/misc/ErrorDialog.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
/*
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/
package misc;

import java.awt.*;
Expand Down
22 changes: 22 additions & 0 deletions src/misc/Log.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package misc;

import java.text.DateFormat;
Expand Down
22 changes: 22 additions & 0 deletions src/powerreader/ConfigurationManager.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
/*
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

/*
* ConfigurationManager.java
*
Expand Down
25 changes: 19 additions & 6 deletions src/powerreader/Main.java
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
/*
* Main.java
*
* Created on November 24, 2007, 7:09 PM
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package powerreader;
Expand Down
22 changes: 19 additions & 3 deletions src/powerreader/OptionsUI.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
/*
* OptionsUI.java
*
* Created on December 15, 2007, 12:10 AM
This file is part of Power Reader.
Power Reader 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, either version 3 of the License, or
(at your option) any later version.
Power Reader 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 Power Reader. If not, see <http://www.gnu.org/licenses/>.
This software was developed by members of Project:Possibility, a software
collaboration for the disabled.
For more information, visit http://www.projectpossibility.org
*/

package powerreader;
Expand Down
Loading

0 comments on commit 9d99714

Please sign in to comment.