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/io
Files:
43 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/AbstractHTMLWriter.java

    r655 r919  
     1/**
     2 *    AbstractHTMLWriter.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.io;
    220
  • trunk/src/org/expeditee/io/Conversion.java

    r790 r919  
     1/**
     2 *    Conversion.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.io;
    220
  • trunk/src/org/expeditee/io/DefaultFrameReader.java

    r906 r919  
     1/**
     2 *    DefaultFrameReader.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.io;
    220
  • trunk/src/org/expeditee/io/DefaultFrameWriter.java

    r906 r919  
     1/**
     2 *    DefaultFrameWriter.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.io;
    220
  • trunk/src/org/expeditee/io/DefaultFramesetWriter.java

    r311 r919  
     1/**
     2 *    DefaultFramesetWriter.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.io;
    220
  • trunk/src/org/expeditee/io/DefaultTreeWriter.java

    r914 r919  
     1/**
     2 *    DefaultTreeWriter.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.io;
    220
  • trunk/src/org/expeditee/io/DotGraphWriter.java

    r880 r919  
     1/**
     2 *    DotGraphWriter.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.io;
    220
  • trunk/src/org/expeditee/io/ExaReader.java

    r601 r919  
     1/**
     2 *    ExaReader.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.io;
    220
  • trunk/src/org/expeditee/io/ExaWriter.java

    r601 r919  
     1/**
     2 *    ExaWriter.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.io;
    220
  • trunk/src/org/expeditee/io/ExpClipReader.java

    r603 r919  
     1/**
     2 *    ExpClipReader.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.io;
    220
  • trunk/src/org/expeditee/io/ExpClipWriter.java

    r504 r919  
     1/**
     2 *    ExpClipWriter.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.io;
    220
  • trunk/src/org/expeditee/io/ExpReader.java

    r906 r919  
     1/**
     2 *    ExpReader.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.io;
    220
  • trunk/src/org/expeditee/io/ExpWriter.java

    r737 r919  
     1/**
     2 *    ExpWriter.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.io;
    220
  • trunk/src/org/expeditee/io/FrameReader.java

    r584 r919  
     1/**
     2 *    FrameReader.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.io;
    220
  • trunk/src/org/expeditee/io/FrameWriter.java

    r306 r919  
     1/**
     2 *    FrameWriter.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.io;
    220
  • trunk/src/org/expeditee/io/HTMLWriter.java

    r382 r919  
     1/**
     2 *    HTMLWriter.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.io;
    220
  • trunk/src/org/expeditee/io/ItemSelection.java

    r740 r919  
     1/**
     2 *    ItemSelection.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.io;
    220
  • trunk/src/org/expeditee/io/ItemWriter.java

    r286 r919  
     1/**
     2 *    ItemWriter.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.io;
    220
  • trunk/src/org/expeditee/io/JavaWriter.java

    r914 r919  
     1/**
     2 *    JavaWriter.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.io;
    220
  • trunk/src/org/expeditee/io/KMSReader.java

    r661 r919  
     1/**
     2 *    KMSReader.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.io;
    220
  • trunk/src/org/expeditee/io/KMSWriter.java

    r737 r919  
     1/**
     2 *    KMSWriter.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.io;
    220
  • trunk/src/org/expeditee/io/PDF2Writer.java

    r831 r919  
     1/**
     2 *    PDF2Writer.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.io;
    220
  • trunk/src/org/expeditee/io/PDFWriter.java

    r655 r919  
     1/**
     2 *    PDFWriter.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.io;
    220
  • trunk/src/org/expeditee/io/PNGWriter.java

    r121 r919  
     1/**
     2 *    PNGWriter.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.io;
    220
  • trunk/src/org/expeditee/io/PdfFramesetWriter.java

    r655 r919  
     1/**
     2 *    PdfFramesetWriter.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.io;
    220
  • trunk/src/org/expeditee/io/ProxyAuth.java

    r570 r919  
     1/**
     2 *    ProxyAuth.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.io;
    220
  • trunk/src/org/expeditee/io/ProxyWriter.java

    r4 r919  
     1/**
     2 *    ProxyWriter.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.io;
    220
  • trunk/src/org/expeditee/io/StreamGobbler.java

    r458 r919  
     1/**
     2 *    StreamGobbler.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.io;
    220
  • trunk/src/org/expeditee/io/TEXWriter.java

    r306 r919  
     1/**
     2 *    TEXWriter.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.io;
    220
  • trunk/src/org/expeditee/io/TXTWriter.java

    r376 r919  
     1/**
     2 *    TXTWriter.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.io;
    220
  • trunk/src/org/expeditee/io/TexEnvironment.java

    r16 r919  
     1/**
     2 *    TexEnvironment.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.io;
    220
  • trunk/src/org/expeditee/io/TreeWriter.java

    r46 r919  
     1/**
     2 *    TreeWriter.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.io;
    220
  • trunk/src/org/expeditee/io/WebParser.java

    r898 r919  
     1/**
     2 *    WebParser.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.io;
    220
  • trunk/src/org/expeditee/io/flowlayout/AreaPolygon.java

    r911 r919  
     1/**
     2 *    AreaPolygon.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.io.flowlayout;
    220
  • trunk/src/org/expeditee/io/flowlayout/DimensionExtent.java

    r457 r919  
     1/**
     2 *    DimensionExtent.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.io.flowlayout;
    220
  • trunk/src/org/expeditee/io/flowlayout/XGroupItem.java

    r915 r919  
     1/**
     2 *    XGroupItem.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.io.flowlayout;
    220
  • trunk/src/org/expeditee/io/flowlayout/XItem.java

    r914 r919  
     1/**
     2 *    XItem.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.io.flowlayout;
    220
  • trunk/src/org/expeditee/io/flowlayout/XOrderedLine.java

    r457 r919  
     1/**
     2 *    XOrderedLine.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.io.flowlayout;
    220
  • trunk/src/org/expeditee/io/flowlayout/XRawItem.java

    r915 r919  
     1/**
     2 *    XRawItem.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.io.flowlayout;
    220
  • trunk/src/org/expeditee/io/flowlayout/YOverlappingItemsShadow.java

    r457 r919  
     1/**
     2 *    YOverlappingItemsShadow.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.io.flowlayout;
    220
  • trunk/src/org/expeditee/io/flowlayout/YOverlappingItemsSpan.java

    r457 r919  
     1/**
     2 *    YOverlappingItemsSpan.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.io.flowlayout;
    220
  • trunk/src/org/expeditee/io/flowlayout/YOverlappingItemsTopEdge.java

    r457 r919  
     1/**
     2 *    YOverlappingItemsTopEdge.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.io.flowlayout;
    220
  • trunk/src/org/expeditee/io/oldHTMLWriter.java

    r376 r919  
     1/**
     2 *    oldHTMLWriter.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.io;
    220
Note: See TracChangeset for help on using the changeset viewer.