From 3f22f36aa24e14fab8dbfa4513fa7fedbfe6ac93 Mon Sep 17 00:00:00 2001 From: Lennart K Date: Wed, 6 Apr 2016 16:03:46 +0200 Subject: [PATCH] update year and add author --- .../geosolutions/geoserver/rest/GeoServerRESTPublisher.java | 3 ++- .../geoserver/rest/publisher/GeoserverRESTArcGridTest.java | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/main/java/it/geosolutions/geoserver/rest/GeoServerRESTPublisher.java b/src/main/java/it/geosolutions/geoserver/rest/GeoServerRESTPublisher.java index ddd68c6..8722e38 100644 --- a/src/main/java/it/geosolutions/geoserver/rest/GeoServerRESTPublisher.java +++ b/src/main/java/it/geosolutions/geoserver/rest/GeoServerRESTPublisher.java @@ -1,7 +1,7 @@ /* * GeoServer-Manager - Simple Manager Library for GeoServer * - * Copyright (C) 2007,2015 GeoSolutions S.A.S. + * Copyright (C) 2007,2015,2016 GeoSolutions S.A.S. * http://www.geo-solutions.it * * Permission is hereby granted, free of charge, to any person obtaining a copy @@ -65,6 +65,7 @@ import org.slf4j.LoggerFactory; * * @author ETj (etj at geo-solutions.it) * @author Carlo Cancellieri - carlo.cancellieri@geo-solutions.it + * @author Lennart Karsten - lennart.k@thinking-aloud.eu */ public class GeoServerRESTPublisher { diff --git a/src/test/java/it/geosolutions/geoserver/rest/publisher/GeoserverRESTArcGridTest.java b/src/test/java/it/geosolutions/geoserver/rest/publisher/GeoserverRESTArcGridTest.java index 6eeda36..b068b4a 100644 --- a/src/test/java/it/geosolutions/geoserver/rest/publisher/GeoserverRESTArcGridTest.java +++ b/src/test/java/it/geosolutions/geoserver/rest/publisher/GeoserverRESTArcGridTest.java @@ -1,7 +1,7 @@ /* * GeoServer-Manager - Simple Manager Library for GeoServer * - * Copyright (C) 2007,2011 GeoSolutions S.A.S. + * Copyright (C) 2016 GeoSolutions S.A.S. * http://www.geo-solutions.it * * Permission is hereby granted, free of charge, to any person obtaining a copy @@ -46,7 +46,8 @@ import static org.junit.Assert.*; * We need a running GeoServer to properly run the tests. * If such geoserver instance cannot be contacted, tests will be skipped. * - * @author Carlo Cancellieri - carlo.cancellieri@geo-solutions.it + * @author Lennart Karsten - lennart.k@thinking-aloud.eu + * inspired by: Carlo Cancellieri - carlo.cancellieri@geo-solutions.it */ public class GeoserverRESTArcGridTest extends GeoserverRESTTest {