[Commits] r1956 - in core/trunk/geoext: . build examples lib lib/GeoExt lib/GeoExt/data lib/GeoExt/plugins lib/GeoExt/widgets lib/GeoExt/widgets/form lib/GeoExt/widgets/grid lib/GeoExt/widgets/tips lib/GeoExt/widgets/tree lib/overrides
commits at geoext.org
commits at geoext.org
Fri Mar 12 16:59:48 CET 2010
Author: tschaub
Date: 2010-03-12 16:59:48 +0100 (Fri, 12 Mar 2010)
New Revision: 1956
Modified:
core/trunk/geoext/build/geoext-license.js
core/trunk/geoext/examples/attributes.js
core/trunk/geoext/examples/feature-grid.js
core/trunk/geoext/examples/layercontainer.js
core/trunk/geoext/examples/layeropacityslider.js
core/trunk/geoext/examples/legendpanel.js
core/trunk/geoext/examples/mappanel-div.js
core/trunk/geoext/examples/mappanel-viewport.js
core/trunk/geoext/examples/mappanel-window.js
core/trunk/geoext/examples/popup.js
core/trunk/geoext/examples/print-extent.js
core/trunk/geoext/examples/print-form.js
core/trunk/geoext/examples/print-page.js
core/trunk/geoext/examples/print-preview.js
core/trunk/geoext/examples/renderer.js
core/trunk/geoext/examples/search-form.js
core/trunk/geoext/examples/toolbar.js
core/trunk/geoext/examples/tree.js
core/trunk/geoext/examples/wms-capabilities.js
core/trunk/geoext/examples/zoom-chooser.js
core/trunk/geoext/examples/zoomslider.js
core/trunk/geoext/lib/GeoExt.js
core/trunk/geoext/lib/GeoExt/SingleFile.js
core/trunk/geoext/lib/GeoExt/data/AttributeReader.js
core/trunk/geoext/lib/GeoExt/data/AttributeStore.js
core/trunk/geoext/lib/GeoExt/data/FeatureReader.js
core/trunk/geoext/lib/GeoExt/data/FeatureRecord.js
core/trunk/geoext/lib/GeoExt/data/FeatureStore.js
core/trunk/geoext/lib/GeoExt/data/LayerReader.js
core/trunk/geoext/lib/GeoExt/data/LayerRecord.js
core/trunk/geoext/lib/GeoExt/data/LayerStore.js
core/trunk/geoext/lib/GeoExt/data/PrintPage.js
core/trunk/geoext/lib/GeoExt/data/PrintProvider.js
core/trunk/geoext/lib/GeoExt/data/ProtocolProxy.js
core/trunk/geoext/lib/GeoExt/data/ScaleStore.js
core/trunk/geoext/lib/GeoExt/data/WFSCapabilitiesReader.js
core/trunk/geoext/lib/GeoExt/data/WFSCapabilitiesStore.js
core/trunk/geoext/lib/GeoExt/data/WMCReader.js
core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesReader.js
core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesStore.js
core/trunk/geoext/lib/GeoExt/data/WMSDescribeLayerReader.js
core/trunk/geoext/lib/GeoExt/data/WMSDescribeLayerStore.js
core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js
core/trunk/geoext/lib/GeoExt/plugins/PrintPageField.js
core/trunk/geoext/lib/GeoExt/plugins/PrintProviderField.js
core/trunk/geoext/lib/GeoExt/widgets/Action.js
core/trunk/geoext/lib/GeoExt/widgets/FeatureRenderer.js
core/trunk/geoext/lib/GeoExt/widgets/LayerLegend.js
core/trunk/geoext/lib/GeoExt/widgets/LayerOpacitySlider.js
core/trunk/geoext/lib/GeoExt/widgets/LegendImage.js
core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js
core/trunk/geoext/lib/GeoExt/widgets/Popup.js
core/trunk/geoext/lib/GeoExt/widgets/PrintMapPanel.js
core/trunk/geoext/lib/GeoExt/widgets/UrlLegend.js
core/trunk/geoext/lib/GeoExt/widgets/WMSLegend.js
core/trunk/geoext/lib/GeoExt/widgets/ZoomSlider.js
core/trunk/geoext/lib/GeoExt/widgets/form.js
core/trunk/geoext/lib/GeoExt/widgets/form/BasicForm.js
core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js
core/trunk/geoext/lib/GeoExt/widgets/form/SearchAction.js
core/trunk/geoext/lib/GeoExt/widgets/grid/FeatureSelectionModel.js
core/trunk/geoext/lib/GeoExt/widgets/tips/LayerOpacitySliderTip.js
core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js
core/trunk/geoext/lib/GeoExt/widgets/tips/ZoomSliderTip.js
core/trunk/geoext/lib/GeoExt/widgets/tree/BaseLayerContainer.js
core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js
core/trunk/geoext/lib/GeoExt/widgets/tree/LayerLoader.js
core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js
core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamLoader.js
core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamNode.js
core/trunk/geoext/lib/GeoExt/widgets/tree/OverlayLayerContainer.js
core/trunk/geoext/lib/GeoExt/widgets/tree/RadioButtonMixin.js
core/trunk/geoext/lib/overrides/override-ext-ajax.js
core/trunk/geoext/license.txt
Log:
Copyright update.
Modified: core/trunk/geoext/build/geoext-license.js
===================================================================
--- core/trunk/geoext/build/geoext-license.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/build/geoext-license.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,6 +1,6 @@
/*
-Copyright (c) 2008-2009, The Open Source Geospatial Foundation
+Copyright (c) 2008-2010, The Open Source Geospatial Foundation
All rights reserved.
Redistribution and use in source and binary forms, with or without
Modified: core/trunk/geoext/examples/attributes.js
===================================================================
--- core/trunk/geoext/examples/attributes.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/attributes.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/feature-grid.js
===================================================================
--- core/trunk/geoext/examples/feature-grid.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/feature-grid.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/layercontainer.js
===================================================================
--- core/trunk/geoext/examples/layercontainer.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/layercontainer.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/layeropacityslider.js
===================================================================
--- core/trunk/geoext/examples/layeropacityslider.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/layeropacityslider.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/legendpanel.js
===================================================================
--- core/trunk/geoext/examples/legendpanel.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/legendpanel.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/mappanel-div.js
===================================================================
--- core/trunk/geoext/examples/mappanel-div.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/mappanel-div.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/mappanel-viewport.js
===================================================================
--- core/trunk/geoext/examples/mappanel-viewport.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/mappanel-viewport.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/mappanel-window.js
===================================================================
--- core/trunk/geoext/examples/mappanel-window.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/mappanel-window.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/popup.js
===================================================================
--- core/trunk/geoext/examples/popup.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/popup.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/print-extent.js
===================================================================
--- core/trunk/geoext/examples/print-extent.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/print-extent.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/print-form.js
===================================================================
--- core/trunk/geoext/examples/print-form.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/print-form.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/print-page.js
===================================================================
--- core/trunk/geoext/examples/print-page.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/print-page.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/print-preview.js
===================================================================
--- core/trunk/geoext/examples/print-preview.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/print-preview.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/renderer.js
===================================================================
--- core/trunk/geoext/examples/renderer.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/renderer.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/search-form.js
===================================================================
--- core/trunk/geoext/examples/search-form.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/search-form.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/toolbar.js
===================================================================
--- core/trunk/geoext/examples/toolbar.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/toolbar.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/tree.js
===================================================================
--- core/trunk/geoext/examples/tree.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/tree.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/wms-capabilities.js
===================================================================
--- core/trunk/geoext/examples/wms-capabilities.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/wms-capabilities.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/zoom-chooser.js
===================================================================
--- core/trunk/geoext/examples/zoom-chooser.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/zoom-chooser.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/examples/zoomslider.js
===================================================================
--- core/trunk/geoext/examples/zoomslider.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/examples/zoomslider.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/SingleFile.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/SingleFile.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/SingleFile.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/AttributeReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/AttributeReader.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/AttributeReader.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/AttributeStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/AttributeStore.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/AttributeStore.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/FeatureReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/FeatureReader.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/FeatureReader.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/FeatureRecord.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/FeatureRecord.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/FeatureRecord.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/FeatureStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/FeatureStore.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/FeatureStore.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/LayerReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/LayerReader.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/LayerReader.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/LayerRecord.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/LayerRecord.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/LayerRecord.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/LayerStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/LayerStore.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/LayerStore.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/PrintPage.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/PrintPage.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/PrintPage.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/PrintProvider.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/PrintProvider.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/PrintProvider.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/ProtocolProxy.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/ProtocolProxy.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/ProtocolProxy.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/ScaleStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/ScaleStore.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/ScaleStore.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/WFSCapabilitiesReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/WFSCapabilitiesReader.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/WFSCapabilitiesReader.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/WFSCapabilitiesStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/WFSCapabilitiesStore.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/WFSCapabilitiesStore.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/WMCReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/WMCReader.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/WMCReader.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesReader.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesReader.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesStore.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/WMSCapabilitiesStore.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/WMSDescribeLayerReader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/WMSDescribeLayerReader.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/WMSDescribeLayerReader.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/data/WMSDescribeLayerStore.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/data/WMSDescribeLayerStore.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/data/WMSDescribeLayerStore.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**x
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/plugins/PrintExtent.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/plugins/PrintPageField.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/plugins/PrintPageField.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/plugins/PrintPageField.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/plugins/PrintProviderField.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/plugins/PrintProviderField.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/plugins/PrintProviderField.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/Action.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/Action.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/Action.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/FeatureRenderer.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/FeatureRenderer.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/FeatureRenderer.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/LayerLegend.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/LayerLegend.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/LayerLegend.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/LayerOpacitySlider.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/LayerOpacitySlider.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/LayerOpacitySlider.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2008-2009 The Open Source Geospatial Foundation
+/* Copyright (c) 2008-2010 The Open Source Geospatial Foundation
* Published under the BSD license.
* See http://geoext.org/svn/geoext/core/trunk/license.txt for the full text
* of the license.
Modified: core/trunk/geoext/lib/GeoExt/widgets/LegendImage.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/LegendImage.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/LegendImage.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/LegendPanel.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/MapPanel.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/Popup.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/Popup.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/Popup.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/PrintMapPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/PrintMapPanel.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/PrintMapPanel.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/UrlLegend.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/UrlLegend.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/UrlLegend.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/WMSLegend.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/WMSLegend.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/WMSLegend.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/ZoomSlider.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/ZoomSlider.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/ZoomSlider.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/form/BasicForm.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/form/BasicForm.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/form/BasicForm.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/form/FormPanel.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/form/SearchAction.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/form/SearchAction.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/form/SearchAction.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/form.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/form.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/form.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/grid/FeatureSelectionModel.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/grid/FeatureSelectionModel.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/grid/FeatureSelectionModel.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tips/LayerOpacitySliderTip.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tips/LayerOpacitySliderTip.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tips/LayerOpacitySliderTip.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tips/SliderTip.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tips/ZoomSliderTip.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tips/ZoomSliderTip.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tips/ZoomSliderTip.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/BaseLayerContainer.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/BaseLayerContainer.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/BaseLayerContainer.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerContainer.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerLoader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerLoader.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerLoader.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerNode.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamLoader.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamLoader.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamLoader.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamNode.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamNode.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/LayerParamNode.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/OverlayLayerContainer.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/OverlayLayerContainer.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/OverlayLayerContainer.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt/widgets/tree/RadioButtonMixin.js
===================================================================
--- core/trunk/geoext/lib/GeoExt/widgets/tree/RadioButtonMixin.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt/widgets/tree/RadioButtonMixin.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/GeoExt.js
===================================================================
--- core/trunk/geoext/lib/GeoExt.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/GeoExt.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/lib/overrides/override-ext-ajax.js
===================================================================
--- core/trunk/geoext/lib/overrides/override-ext-ajax.js 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/lib/overrides/override-ext-ajax.js 2010-03-12 15:59:48 UTC (rev 1956)
@@ -1,5 +1,5 @@
/**
- * Copyright (c) 2008-2009 The Open Source Geospatial Foundation
+ * Copyright (c) 2008-2010 The Open Source Geospatial Foundation
*
* Published under the BSD license.
* See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
Modified: core/trunk/geoext/license.txt
===================================================================
--- core/trunk/geoext/license.txt 2010-03-12 15:50:12 UTC (rev 1955)
+++ core/trunk/geoext/license.txt 2010-03-12 15:59:48 UTC (rev 1956)
@@ -7,7 +7,7 @@
License
=======
-Copyright (c) 2008-2009, The Open Source Geospatial Foundation
+Copyright (c) 2008-2010, The Open Source Geospatial Foundation
All rights reserved.
Redistribution and use in source and binary forms, with or without
More information about the Commits
mailing list