Changeset 3789
- Timestamp:
- 06/09/11 10:44:00 (12 months ago)
- Location:
- print/trunk
- Files:
-
- 145 modified
-
buildSrc/README (modified) (1 diff)
-
buildSrc/build.gradle (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/SSL.groovy (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/ByteCodeQuality.groovy (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/Camptocamp.groovy (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/CamptocampConvention.groovy (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/plugin/Cobertura.groovy (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/task/AddSecurityProxy.groovy (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/task/Filtering.groovy (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/task/JettyRunAllWar.groovy (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/task/ProjectLayout.groovy (modified) (1 diff)
-
buildSrc/src/main/groovy/com/camptocamp/gradle/task/WarProjectLayout.groovy (modified) (1 diff)
-
src/main/java/org/ho/yaml/CustomBeanWrapper.java (modified) (1 diff)
-
src/main/java/org/ho/yaml/CustomYamlConfig.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/ChunkDrawer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/Constants.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/CustomXPath.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/GetPageSizes.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/InvalidJsonValueException.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/InvalidValueException.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/JsonMissingException.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/MapPrinter.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/PDFCustomBlocks.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/PDFUtils.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/PrintException.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/RenderingContext.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/ShellMapPrinter.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/TimeLogger.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/TotalPageNum.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/Transformer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/AddressHostMatcher.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/ColorWrapper.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/Config.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/CustomEnumWrapper.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/DnsHostMatcher.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/HostMatcher.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/InetHostMatcher.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/Key.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/LocalHostMatcher.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/AttributesBlock.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/Block.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/BorderConfig.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/CellConfig.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/CellException.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/ColumnDef.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/ColumnDefs.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/ColumnsBlock.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/Exceptions.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/FontBlock.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/HeaderFooter.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/HorizontalAlign.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/ImageBlock.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/LastPage.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/Layout.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/Layouts.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/LegendsBlock.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/MainPage.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/MapBlock.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/MetaData.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/Page.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/ScalebarBlock.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/TableConfig.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/TextBlock.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/TitlePage.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/config/layout/VerticalAlign.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/MapChunkDrawer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/MapTileTask.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/ParallelMapTileLoader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/HTTPMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/ImageMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/KaMapCacheMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/KaMapMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/MapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/MapServerMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/OsmLayerInfo.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/OsmMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/TileCacheLayerInfo.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/TileCacheMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/TileableMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/TmsLayerInfo.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/TmsMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/VectorMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/WMSMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/WMSServerInfo.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/WMTSLayerInfo.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/WMTSMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/google/GoogleConfig.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/google/GoogleLayerInfo.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/google/GoogleMapReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/google/GoogleMapTileReader.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/readers/google/GoogleURLSigner.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/BitmapTileRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/PDFTileRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/SVGTileRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/TileRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/vector/FeaturesRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/vector/GeometriesRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/vector/LabelRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/vector/LineStringRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/vector/PointRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/vector/PolygonRenderer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/vector/StyledMfFeature.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/map/renderers/vector/StyledMfGeoFactory.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/output/AbstractImageFormat.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/output/ImageOutputFactory.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/output/ImageOutputImageMagickFactory.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/output/ImageOutputScalableFactory.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/output/OutputFactory.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/output/OutputFormat.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/output/OutputFormatFactory.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/output/PdfOutput.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/scalebar/BarScalebarDrawer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/scalebar/BarSubScalebarDrawer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/scalebar/Direction.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/scalebar/Label.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/scalebar/LineScalebarDrawer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/scalebar/ScalebarDrawer.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/scalebar/Type.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/servlet/BaseMapServlet.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/servlet/MapPrinterServlet.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/utils/DistanceUnit.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/utils/PJsonArray.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/utils/PJsonElement.java (modified) (1 diff)
-
src/main/java/org/mapfish/print/utils/PJsonObject.java (modified) (1 diff)
-
src/test/java/apps/ListImageIOFormats.java (modified) (1 diff)
-
src/test/java/apps/ListJAIOperations.java (modified) (1 diff)
-
src/test/java/apps/Main.java (modified) (1 diff)
-
src/test/java/apps/MosiacImages.java (modified) (1 diff)
-
src/test/java/integration/HeavyLoad.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/CustomXPathTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/FakeHttpd.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/PDFUtilsTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/PdfTestCase.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/PrintTestCase.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/ScalebarTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/TransformerTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/config/AddressHostMatcherTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/config/ColorWrapperTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/config/ConfigTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/config/CustomEnumWrapperTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/config/DnsHostMatcherTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/config/LocalHostMatcherTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/config/layout/ValidationTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/map/readers/WMSServerInfoTest.java (modified) (1 diff)
-
src/test/java/org/mapfish/print/utils/DistanceUnitTest.java (modified) (1 diff)
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... 1 Several gradle plugins and tasks for Gradle projects. They consist of several plugins for code quality, project layout etc... 2 3 All 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 1 6 import org.apache.ivy.plugins.resolver.* 2 7 -
print/trunk/buildSrc/src/main/groovy/com/camptocamp/gradle/SSL.groovy
r3407 r3789 1 /** 2 * Creative commons license 3 * Copyright (C) 2009 Camptocamp 4 */ 1 5 package com.camptocamp.gradle; 2 6 -
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 */ 1 5 package com.camptocamp.gradle.plugin; 2 6 -
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 */ 1 5 package com.camptocamp.gradle.plugin; 2 6 -
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 */ 1 5 package com.camptocamp.gradle.plugin; 2 6 -
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 */ 1 5 package com.camptocamp.gradle.plugin; 2 6 -
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 */ 1 5 package com.camptocamp.gradle.task; 2 6 -
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 */ 1 5 package com.camptocamp.gradle.task; 2 6 -
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 */ 1 5 package com.camptocamp.gradle.task; 2 6 -
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 */ 1 5 package com.camptocamp.gradle.task; 2 6 -
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 */ 1 5 package com.camptocamp.gradle.task; 2 6 -
print/trunk/src/main/java/org/ho/yaml/CustomBeanWrapper.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/ho/yaml/CustomYamlConfig.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/ChunkDrawer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
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 1 20 package org.mapfish.print; 2 21 -
print/trunk/src/main/java/org/mapfish/print/CustomXPath.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/GetPageSizes.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/InvalidJsonValueException.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/InvalidValueException.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/JsonMissingException.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/MapPrinter.java
r3650 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/PDFCustomBlocks.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by4 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/PDFUtils.java
r3752 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/PrintException.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/RenderingContext.java
r3650 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/ShellMapPrinter.java
r3649 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
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 1 20 package org.mapfish.print; 2 21 -
print/trunk/src/main/java/org/mapfish/print/TotalPageNum.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/Transformer.java
r3787 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/AddressHostMatcher.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/ColorWrapper.java
r3645 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/Config.java
r3787 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/CustomEnumWrapper.java
r3645 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/DnsHostMatcher.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/HostMatcher.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/InetHostMatcher.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/Key.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 package org.mapfish.print.config; -
print/trunk/src/main/java/org/mapfish/print/config/LocalHostMatcher.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/AttributesBlock.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/Block.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/BorderConfig.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/CellConfig.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/CellException.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/ColumnDef.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/ColumnDefs.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/ColumnsBlock.java
r3787 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/Exceptions.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/FontBlock.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/HeaderFooter.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/HorizontalAlign.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/ImageBlock.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/LastPage.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/Layout.java
r3787 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/Layouts.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/LegendsBlock.java
r3787 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/MainPage.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/MapBlock.java
r3787 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by4 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/MetaData.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/Page.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/ScalebarBlock.java
r3750 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/TableConfig.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/TextBlock.java
r3653 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/TitlePage.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/config/layout/VerticalAlign.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/MapChunkDrawer.java
r3749 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by4 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/MapTileTask.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/ParallelMapTileLoader.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/HTTPMapReader.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/ImageMapReader.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/KaMapCacheMapReader.java
r3596 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/KaMapMapReader.java
r3596 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/MapReader.java
r3776 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/MapServerMapReader.java
r3745 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/OsmLayerInfo.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/OsmMapReader.java
r3637 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/TileCacheLayerInfo.java
r3744 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by4 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/TileCacheMapReader.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/TileableMapReader.java
r3777 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/TmsLayerInfo.java
r3744 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/TmsMapReader.java
r3742 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/VectorMapReader.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/WMSMapReader.java
r3787 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/WMSServerInfo.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/WMTSLayerInfo.java
r3776 r3789 1 1 /* 2 * Copyright (C) 20 11 Swisstopo2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/WMTSMapReader.java
r3777 r3789 1 1 /* 2 * Copyright (C) 20 11 Swisstopo2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
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 1 20 package org.mapfish.print.map.readers.google; 2 21 -
print/trunk/src/main/java/org/mapfish/print/map/readers/google/GoogleLayerInfo.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/google/GoogleMapReader.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/google/GoogleMapTileReader.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/readers/google/GoogleURLSigner.java
r3644 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/BitmapTileRenderer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/PDFTileRenderer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/SVGTileRenderer.java
r3645 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/TileRenderer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/FeaturesRenderer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/GeometriesRenderer.java
r3758 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/LabelRenderer.java
r3758 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/LineStringRenderer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/PointRenderer.java
r3774 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/PolygonRenderer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/StyledMfFeature.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/map/renderers/vector/StyledMfGeoFactory.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
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 1 20 package org.mapfish.print.output; 2 21 -
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 1 20 package org.mapfish.print.output; 2 21 -
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 1 20 package org.mapfish.print.output; 2 21 -
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 1 20 package org.mapfish.print.output; 2 21 -
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 1 20 package org.mapfish.print.output; 2 21 -
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 1 20 package org.mapfish.print.output; 2 21 -
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 1 20 package org.mapfish.print.output; 2 21 -
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 1 20 package org.mapfish.print.output; 2 21 -
print/trunk/src/main/java/org/mapfish/print/scalebar/BarScalebarDrawer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/scalebar/BarSubScalebarDrawer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/scalebar/Direction.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/scalebar/Label.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/scalebar/LineScalebarDrawer.java
r3645 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/scalebar/ScalebarDrawer.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/scalebar/Type.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/servlet/BaseMapServlet.java
r3787 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/servlet/MapPrinterServlet.java
r3787 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/utils/DistanceUnit.java
r3645 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/utils/PJsonArray.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/utils/PJsonElement.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/main/java/org/mapfish/print/utils/PJsonObject.java
r3596 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by4 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
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 1 20 package apps; 2 21 -
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 1 20 package apps; 2 21 -
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 1 20 package apps; 2 21 -
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 1 20 package apps; 2 21 -
print/trunk/src/test/java/integration/HeavyLoad.java
r3645 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/CustomXPathTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/FakeHttpd.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/PDFUtilsTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/PdfTestCase.java
r3655 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/PrintTestCase.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/ScalebarTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/TransformerTest.java
r3546 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/config/AddressHostMatcherTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/config/ColorWrapperTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/config/ConfigTest.java
r3645 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/config/CustomEnumWrapperTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/config/DnsHostMatcherTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/config/LocalHostMatcherTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/config/layout/ValidationTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/map/readers/WMSServerInfoTest.java
r3397 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19 -
print/trunk/src/test/java/org/mapfish/print/utils/DistanceUnitTest.java
r3645 r3789 2 2 * Copyright (C) 2009 Camptocamp 3 3 * 4 * This file is part of MapFish Server4 * This file is part of MapFish Print 5 5 * 6 * MapFish Serveris free software: you can redistribute it and/or modify7 * it under the terms of the GNU LesserGeneral Public License as published by6 * 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 8 * the Free Software Foundation, either version 3 of the License, or 9 9 * (at your option) any later version. 10 10 * 11 * MapFish Serveris distributed in the hope that it will be useful,11 * MapFish Print is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * GNU LesserGeneral Public License for more details.14 * GNU General Public License for more details. 15 15 * 16 * You should have received a copy of the GNU LesserGeneral Public License17 * 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/>. 18 18 */ 19 19
