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/items
Files:
76 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/items/Circle.java

    r870 r919  
    11/**
    2  *
     2 *    Circle.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/>.
    317 */
     18
    419package org.expeditee.items;
    520
  • trunk/src/org/expeditee/items/Constraint.java

    r97 r919  
     1/**
     2 *    Constraint.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.items;
    220
  • trunk/src/org/expeditee/items/Dot.java

    r812 r919  
     1/**
     2 *    Dot.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.items;
    220
  • trunk/src/org/expeditee/items/DotType.java

    r427 r919  
     1/**
     2 *    DotType.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.items;
    220
  • trunk/src/org/expeditee/items/FrameBitmap.java

    r601 r919  
     1/**
     2 *    FrameBitmap.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.items;
    220
  • trunk/src/org/expeditee/items/FrameImage.java

    r601 r919  
     1/**
     2 *    FrameImage.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.items;
    220
  • trunk/src/org/expeditee/items/FramePicture.java

    r601 r919  
     1/**
     2 *    FramePicture.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.items;
    220
  • trunk/src/org/expeditee/items/Item.java

    r906 r919  
     1/**
     2 *    Item.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.items;
    220
  • trunk/src/org/expeditee/items/ItemAppearence.java

    r214 r919  
     1/**
     2 *    ItemAppearence.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.items;
    220
  • trunk/src/org/expeditee/items/ItemParentStateChangedEvent.java

    r450 r919  
     1/**
     2 *    ItemParentStateChangedEvent.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.items;
    220
  • trunk/src/org/expeditee/items/ItemUtils.java

    r841 r919  
     1/**
     2 *    ItemUtils.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.items;
    220
  • trunk/src/org/expeditee/items/JSItem.java

    r899 r919  
     1/**
     2 *    JSItem.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.items;
    220
  • trunk/src/org/expeditee/items/JSPanel.java

    r900 r919  
     1/**
     2 *    JSPanel.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.items;
    220
  • trunk/src/org/expeditee/items/JSThreadable.java

    r900 r919  
     1/**
     2 *    JSThreadable.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.items;
    220
  • trunk/src/org/expeditee/items/Justification.java

    r427 r919  
     1/**
     2 *    Justification.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.items;
    220
  • trunk/src/org/expeditee/items/Line.java

    r917 r919  
     1/**
     2 *    Line.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.items;
    220
  • trunk/src/org/expeditee/items/MagneticConstraint/AttractTextAction.java

    r906 r919  
     1/**
     2 *    AttractTextAction.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.items.MagneticConstraint;
    220
  • trunk/src/org/expeditee/items/MagneticConstraint/MagneticConstraintAction.java

    r906 r919  
     1/**
     2 *    MagneticConstraintAction.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.items.MagneticConstraint;
    220
  • trunk/src/org/expeditee/items/MagneticConstraint/MagneticConstraintActionWithArguments.java

    r906 r919  
     1/**
     2 *    MagneticConstraintActionWithArguments.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.items.MagneticConstraint;
    220
  • trunk/src/org/expeditee/items/MagneticConstraint/MagneticConstraints.java

    r906 r919  
     1/**
     2 *    MagneticConstraints.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.items.MagneticConstraint;
    220
  • trunk/src/org/expeditee/items/MagneticConstraint/NextItemDownAction.java

    r906 r919  
     1/**
     2 *    NextItemDownAction.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.items.MagneticConstraint;
    220
  • trunk/src/org/expeditee/items/MagneticConstraint/NextItemToLeftAction.java

    r906 r919  
     1/**
     2 *    NextItemToLeftAction.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.items.MagneticConstraint;
    220
  • trunk/src/org/expeditee/items/MagneticConstraint/NextItemToRightAction.java

    r906 r919  
     1/**
     2 *    NextItemToRightAction.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.items.MagneticConstraint;
    220
  • trunk/src/org/expeditee/items/MagneticConstraint/NextItemUpAction.java

    r906 r919  
     1/**
     2 *    NextItemUpAction.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.items.MagneticConstraint;
    220
  • trunk/src/org/expeditee/items/MagneticConstraint/RepelTextAction.java

    r906 r919  
     1/**
     2 *    RepelTextAction.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.items.MagneticConstraint;
    220
  • trunk/src/org/expeditee/items/Permission.java

    r427 r919  
     1/**
     2 *    Permission.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.items;
    220
  • trunk/src/org/expeditee/items/PermissionPair.java

    r722 r919  
     1/**
     2 *    PermissionPair.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.items;
    220
  • trunk/src/org/expeditee/items/Picture.java

    r843 r919  
     1/**
     2 *    Picture.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.items;
    220
  • trunk/src/org/expeditee/items/StringUtils.java

    r154 r919  
     1/**
     2 *    StringUtils.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.items;
    220
  • trunk/src/org/expeditee/items/Text.java

    r914 r919  
     1/**
     2 *    Text.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.items;
    220
  • trunk/src/org/expeditee/items/UserAppliedPermission.java

    r449 r919  
     1/**
     2 *    UserAppliedPermission.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.items;
    220
  • trunk/src/org/expeditee/items/XRayable.java

    r875 r919  
     1/**
     2 *    XRayable.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.items;
    220
  • trunk/src/org/expeditee/items/widgets/Browser.java

    r434 r919  
     1/**
     2 *    Browser.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/DataFrameWidget.java

    r376 r919  
     1/**
     2 *    DataFrameWidget.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/DataFrameWidget1.java

    r313 r919  
     1/**
     2 *    DataFrameWidget1.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/HeavyDutyInteractiveWidget.java

    r374 r919  
     1/**
     2 *    HeavyDutyInteractiveWidget.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/InteractiveWidget.java

    r913 r919  
     1/**
     2 *    InteractiveWidget.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/InteractiveWidgetInitialisationFailedException.java

    r198 r919  
     1/**
     2 *    InteractiveWidgetInitialisationFailedException.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/InteractiveWidgetNotAvailableException.java

    r198 r919  
     1/**
     2 *    InteractiveWidgetNotAvailableException.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/JSWidget.java

    r899 r919  
     1/**
     2 *    JSWidget.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/JfxBrowser.java

    r898 r919  
     1/**
     2 *    JfxBrowser.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/JfxMedia.java

    r797 r919  
     1/**
     2 *    JfxMedia.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/MemoryMonitor.java

    r274 r919  
     1/**
     2 *    MemoryMonitor.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/Password.java

    r641 r919  
     1/**
     2 *    Password.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/SampleWidget1.java

    r214 r919  
     1/**
     2 *    SampleWidget1.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/SampleWidget2.java

    r376 r919  
     1/**
     2 *    SampleWidget2.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/SampledHDWidget1.java

    r374 r919  
     1/**
     2 *    SampledHDWidget1.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/WebBrowser.java

    r834 r919  
     1/**
     2 *    WebBrowser.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/WidgetCacheManager.java

    r219 r919  
     1/**
     2 *    WidgetCacheManager.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/WidgetCorner.java

    r913 r919  
     1/**
     2 *    WidgetCorner.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/WidgetEdge.java

    r805 r919  
     1/**
     2 *    WidgetEdge.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.items.widgets;
    220
  • trunk/src/org/expeditee/items/widgets/charts/AbstractCategory.java

    r376 r919  
     1/**
     2 *    AbstractCategory.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/AbstractChart.java

    r778 r919  
     1/**
     2 *    AbstractChart.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/AbstractPie.java

    r311 r919  
     1/**
     2 *    AbstractPie.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/AbstractValueAxis.java

    r279 r919  
     1/**
     2 *    AbstractValueAxis.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/AbstractXY.java

    r242 r919  
     1/**
     2 *    AbstractXY.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Area.java

    r213 r919  
     1/**
     2 *    Area.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Bar.java

    r213 r919  
     1/**
     2 *    Bar.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Bar3D.java

    r213 r919  
     1/**
     2 *    Bar3D.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/CustomRenderer.java

    r221 r919  
     1/**
     2 *    CustomRenderer.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Line.java

    r213 r919  
     1/**
     2 *    Line.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Line3D.java

    r213 r919  
     1/**
     2 *    Line3D.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Pie.java

    r213 r919  
     1/**
     2 *    Pie.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Pie3D.java

    r213 r919  
     1/**
     2 *    Pie3D.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Polar.java

    r279 r919  
     1/**
     2 *    Polar.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Ring.java

    r213 r919  
     1/**
     2 *    Ring.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/ScatterPlot.java

    r213 r919  
     1/**
     2 *    ScatterPlot.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/StackedArea.java

    r213 r919  
     1/**
     2 *    StackedArea.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/StackedBar.java

    r213 r919  
     1/**
     2 *    StackedBar.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/StackedBar3D.java

    r213 r919  
     1/**
     2 *    StackedBar3D.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/TimeSeries.java

    r419 r919  
     1/**
     2 *    TimeSeries.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/Waterfall.java

    r213 r919  
     1/**
     2 *    Waterfall.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/XYArea.java

    r213 r919  
     1/**
     2 *    XYArea.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/XYLine.java

    r213 r919  
     1/**
     2 *    XYLine.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/XYStep.java

    r213 r919  
     1/**
     2 *    XYStep.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.items.widgets.charts;
    220
  • trunk/src/org/expeditee/items/widgets/charts/XYStepArea.java

    r213 r919  
     1/**
     2 *    XYStepArea.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.items.widgets.charts;
    220
Note: See TracChangeset for help on using the changeset viewer.