Changeset 3789

Show
Ignore:
Timestamp:
06/09/11 10:44:00 (12 months ago)
Author:
jeichar
Message:

closes #634 r=jeichar

Location:
print/trunk
Files:
145 modified

Legend:

Unmodified
Added
Removed
  • print/trunk/buildSrc/README

    r3503 r3789  
    1 Several gradle plugins and tasks for Camptocamp projects.  They consist of several plugins for code quality, project layout etc... 
     1Several gradle plugins and tasks for Gradle projects.  They consist of several plugins for code quality, project layout etc... 
     2 
     3All files Licenses under Creative Commons.  Do what you will with these files. 
  • print/trunk/buildSrc/build.gradle

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
     5 
    16import org.apache.ivy.plugins.resolver.* 
    27 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/SSL.groovy

    r3407 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle; 
    26 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/ByteCodeQuality.groovy

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle.plugin; 
    26 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/Camptocamp.groovy

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle.plugin; 
    26 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/CamptocampConvention.groovy

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle.plugin; 
    26 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/Cobertura.groovy

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle.plugin; 
    26 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/AddSecurityProxy.groovy

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle.task; 
    26 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/Filtering.groovy

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle.task; 
    26 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/JettyRunAllWar.groovy

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle.task; 
    26 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/ProjectLayout.groovy

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle.task; 
    26 
  • print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/task/WarProjectLayout.groovy

    r3503 r3789  
     1/** 
     2 * Creative commons license 
     3 * Copyright (C) 2009  Camptocamp 
     4 */ 
    15package com.camptocamp.gradle.task; 
    26 
  • print/trunk/src/main/java/org/ho/yaml/CustomBeanWrapper.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/ho/yaml/CustomYamlConfig.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/ChunkDrawer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/Constants.java

    r3641 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/CustomXPath.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/GetPageSizes.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/InvalidJsonValueException.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/InvalidValueException.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/JsonMissingException.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/MapPrinter.java

    r3650 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/PDFCustomBlocks.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
    5  * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
    15  * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/PDFUtils.java

    r3752 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/PrintException.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/RenderingContext.java

    r3650 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/ShellMapPrinter.java

    r3649 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/TimeLogger.java

    r3647 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/TotalPageNum.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/Transformer.java

    r3787 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/AddressHostMatcher.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/ColorWrapper.java

    r3645 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/Config.java

    r3787 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/CustomEnumWrapper.java

    r3645 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/DnsHostMatcher.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/HostMatcher.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/InetHostMatcher.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/Key.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919package org.mapfish.print.config; 
  • print/trunk/src/main/java/org/mapfish/print/config/LocalHostMatcher.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/AttributesBlock.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/Block.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/BorderConfig.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/CellConfig.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/CellException.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/ColumnDef.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/ColumnDefs.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/ColumnsBlock.java

    r3787 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/Exceptions.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/FontBlock.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/HeaderFooter.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/HorizontalAlign.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/ImageBlock.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/LastPage.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/Layout.java

    r3787 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/Layouts.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/LegendsBlock.java

    r3787 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/MainPage.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/MapBlock.java

    r3787 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
    5  * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
    15  * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/MetaData.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/Page.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/ScalebarBlock.java

    r3750 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/TableConfig.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/TextBlock.java

    r3653 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/TitlePage.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/config/layout/VerticalAlign.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/MapChunkDrawer.java

    r3749 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
    5  * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
    15  * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/MapTileTask.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/ParallelMapTileLoader.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/HTTPMapReader.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/ImageMapReader.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/KaMapCacheMapReader.java

    r3596 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/KaMapMapReader.java

    r3596 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/MapReader.java

    r3776 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/MapServerMapReader.java

    r3745 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/OsmLayerInfo.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/OsmMapReader.java

    r3637 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/TileCacheLayerInfo.java

    r3744 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
    5  * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
    15  * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/TileCacheMapReader.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/TileableMapReader.java

    r3777 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/TmsLayerInfo.java

    r3744 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/TmsMapReader.java

    r3742 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/VectorMapReader.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/WMSMapReader.java

    r3787 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/WMSServerInfo.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/WMTSLayerInfo.java

    r3776 r3789  
    11/* 
    2  * Copyright (C) 2011  Swisstopo 
     2 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/WMTSMapReader.java

    r3777 r3789  
    11/* 
    2  * Copyright (C) 2011  Swisstopo 
     2 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/google/GoogleConfig.java

    r3644 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print.map.readers.google; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/google/GoogleLayerInfo.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/google/GoogleMapReader.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/google/GoogleMapTileReader.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/readers/google/GoogleURLSigner.java

    r3644 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/BitmapTileRenderer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/PDFTileRenderer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/SVGTileRenderer.java

    r3645 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/TileRenderer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/FeaturesRenderer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/GeometriesRenderer.java

    r3758 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/LabelRenderer.java

    r3758 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/LineStringRenderer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/PointRenderer.java

    r3774 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/PolygonRenderer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/StyledMfFeature.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/StyledMfGeoFactory.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/output/AbstractImageFormat.java

    r3650 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print.output; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/output/ImageOutputFactory.java

    r3705 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print.output; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/output/ImageOutputImageMagickFactory.java

    r3775 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print.output; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/output/ImageOutputScalableFactory.java

    r3650 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print.output; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/output/OutputFactory.java

    r3775 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print.output; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/output/OutputFormat.java

    r3649 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print.output; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/output/OutputFormatFactory.java

    r3649 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print.output; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/output/PdfOutput.java

    r3651 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package org.mapfish.print.output; 
    221 
  • print/trunk/src/main/java/org/mapfish/print/scalebar/BarScalebarDrawer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/scalebar/BarSubScalebarDrawer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/scalebar/Direction.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/scalebar/Label.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/scalebar/LineScalebarDrawer.java

    r3645 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/scalebar/ScalebarDrawer.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/scalebar/Type.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/servlet/BaseMapServlet.java

    r3787 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/servlet/MapPrinterServlet.java

    r3787 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/utils/DistanceUnit.java

    r3645 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/utils/PJsonArray.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/utils/PJsonElement.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/main/java/org/mapfish/print/utils/PJsonObject.java

    r3596 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
    5  * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
    15  * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/apps/ListImageIOFormats.java

    r3647 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package apps; 
    221 
  • print/trunk/src/test/java/apps/ListJAIOperations.java

    r3647 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package apps; 
    221 
  • print/trunk/src/test/java/apps/Main.java

    r3647 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package apps; 
    221 
  • print/trunk/src/test/java/apps/MosiacImages.java

    r3647 r3789  
     1/* 
     2 * Copyright (C) 2009  Camptocamp 
     3 * 
     4 * This file is part of MapFish Print 
     5 * 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
     8 * the Free Software Foundation, either version 3 of the License, or 
     9 * (at your option) any later version. 
     10 * 
     11 * MapFish Print is distributed in the hope that it will be useful, 
     12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     14 * GNU General Public License for more details. 
     15 * 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
     18 */ 
     19 
    120package apps; 
    221 
  • print/trunk/src/test/java/integration/HeavyLoad.java

    r3645 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/CustomXPathTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/FakeHttpd.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/PDFUtilsTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/PdfTestCase.java

    r3655 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/PrintTestCase.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/ScalebarTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/TransformerTest.java

    r3546 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/config/AddressHostMatcherTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/config/ColorWrapperTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/config/ConfigTest.java

    r3645 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/config/CustomEnumWrapperTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/config/DnsHostMatcherTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/config/LocalHostMatcherTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/config/layout/ValidationTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/map/readers/WMSServerInfoTest.java

    r3397 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919 
  • print/trunk/src/test/java/org/mapfish/print/utils/DistanceUnitTest.java

    r3645 r3789  
    22 * Copyright (C) 2009  Camptocamp 
    33 * 
    4  * This file is part of MapFish Server 
     4 * This file is part of MapFish Print 
    55 * 
    6  * MapFish Server is free software: you can redistribute it and/or modify 
    7  * it under the terms of the GNU Lesser General Public License as published by 
     6 * MapFish Print is free software: you can redistribute it and/or modify 
     7 * it under the terms of the GNU General Public License as published by 
    88 * the Free Software Foundation, either version 3 of the License, or 
    99 * (at your option) any later version. 
    1010 * 
    11  * MapFish Server is distributed in the hope that it will be useful, 
     11 * MapFish Print is distributed in the hope that it will be useful, 
    1212 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14  * GNU Lesser General Public License for more details. 
     14 * GNU General Public License for more details. 
    1515 * 
    16  * You should have received a copy of the GNU Lesser General Public License 
    17  * along with MapFish Server.  If not, see <http://www.gnu.org/licenses/>. 
     16 * You should have received a copy of the GNU General Public License 
     17 * along with MapFish Print.  If not, see <http://www.gnu.org/licenses/>. 
    1818 */ 
    1919