Ignore:
Timestamp:
09/01/14 16:35:54 (10 years ago)
Author:
jts21
Message:

Added license headers to all files, added full GPL3 license file, moved license header generator script to dev/bin/scripts

Location:
trunk/src/org/expeditee/agents
Files:
36 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/agents/Agent.java

    r390 r919  
     1/**
     2 *    Agent.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/ClipboardTree.java

    r80 r919  
     1/**
     2 *    ClipboardTree.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/ComputeTree.java

    r390 r919  
     1/**
     2 *    ComputeTree.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/CopyTree.java

    r298 r919  
     1/**
     2 *    CopyTree.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/DefaultAgent.java

    r390 r919  
     1/**
     2 *    DefaultAgent.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/DisplayComet.java

    r289 r919  
     1/**
     2 *    DisplayComet.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/DisplayGreenstoneSession.java

    r419 r919  
     1/**
     2 *    DisplayGreenstoneSession.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/DisplayTree.java

    r156 r919  
     1/**
     2 *    DisplayTree.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/DisplayTreeLeaves.java

    r4 r919  
     1/**
     2 *    DisplayTreeLeaves.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/ExistingFramesetException.java

    r9 r919  
     1/**
     2 *    ExistingFramesetException.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/Format.java

    r744 r919  
     1/**
     2 *    Format.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/GraphFramesetLinks.java

    r872 r919  
     1/**
     2 *    GraphFramesetLinks.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/HFormat.java

    r744 r919  
     1/**
     2 *    HFormat.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/MailTree.java

    r419 r919  
     1/**
     2 *    MailTree.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/PdfFrameset.java

    r311 r919  
     1/**
     2 *    PdfFrameset.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/ScaleFrameset.java

    r636 r919  
     1/**
     2 *    ScaleFrameset.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchAgent.java

    r376 r919  
     1/**
     2 *    SearchAgent.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchFrameset.java

    r376 r919  
     1/**
     2 *    SearchFrameset.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchFramesetAndReplace.java

    r376 r919  
     1/**
     2 *    SearchFramesetAndReplace.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchFramesetNoResults.java

    r313 r919  
     1/**
     2 *    SearchFramesetNoResults.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchGreenstone.java

    r376 r919  
     1/**
     2 *    SearchGreenstone.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchGreenstoneByDate.java

    r328 r919  
     1/**
     2 *    SearchGreenstoneByDate.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchGreenstoneByPages.java

    r328 r919  
     1/**
     2 *    SearchGreenstoneByPages.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchGreenstoneByTitle.java

    r328 r919  
     1/**
     2 *    SearchGreenstoneByTitle.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchTree.java

    r778 r919  
     1/**
     2 *    SearchTree.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchTreeAndReplace.java

    r376 r919  
     1/**
     2 *    SearchTreeAndReplace.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SearchTreeNoResults.java

    r778 r919  
     1/**
     2 *    SearchTreeNoResults.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/Sort.java

    r185 r919  
     1/**
     2 *    Sort.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SpellcheckTree.java

    r376 r919  
     1/**
     2 *    SpellcheckTree.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/SwitchyardTree.java

    r179 r919  
     1/**
     2 *    SwitchyardTree.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/TreeProcessor.java

    r80 r919  
     1/**
     2 *    TreeProcessor.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/WriteFrame.java

    r4 r919  
     1/**
     2 *    WriteFrame.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/WriteTree.java

    r419 r919  
     1/**
     2 *    WriteTree.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents;
    220
  • trunk/src/org/expeditee/agents/mail/ConnectThread.java

    r242 r919  
     1/**
     2 *    ConnectThread.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents.mail;
    220
  • trunk/src/org/expeditee/agents/mail/MailSession.java

    r735 r919  
     1/**
     2 *    MailSession.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents.mail;
    220
  • trunk/src/org/expeditee/agents/wordprocessing/JSpellChecker.java

    r410 r919  
     1/**
     2 *    JSpellChecker.java
     3 *    Copyright (C) 2010 New Zealand Digital Library, http://expeditee.org
     4 *
     5 *    This program is free software: you can redistribute it and/or modify
     6 *    it under the terms of the GNU General Public License as published by
     7 *    the Free Software Foundation, either version 3 of the License, or
     8 *    (at your option) any later version.
     9 *
     10 *    This program is distributed in the hope that it will be useful,
     11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
     12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 *    GNU General Public License for more details.
     14 *
     15 *    You should have received a copy of the GNU General Public License
     16 *    along with this program.  If not, see <http://www.gnu.org/licenses/>.
     17 */
     18
    119package org.expeditee.agents.wordprocessing;
    220
Note: See TracChangeset for help on using the changeset viewer.