[mapguide-commits] r5532 - in trunk/MgDev: . Doc/headers_and_footers Doc/samples/phpsamples Doc/samples/phpsamples/analyzing_features Doc/samples/phpsamples/common Doc/samples/phpsamples/custom_output Doc/samples/phpsamples/digitizing_features Doc/samples/phpsamples/hello_map Doc/samples/phpsamples/hello_viewer Doc/samples/phpsamples/interacting_with_layers Doc/samples/phpsamples/modifying_maps_and_layers Doc/samples/phpsamples/styles Doc/samples/phpsamples/working_with_feature_data

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Sat Feb 5 06:58:18 EST 2011


Author: waltweltonlair
Date: 2011-02-05 03:58:18 -0800 (Sat, 05 Feb 2011)
New Revision: 5532

Modified:
   trunk/MgDev/Doc/headers_and_footers/copyright.html
   trunk/MgDev/Doc/samples/phpsamples/analyzing_features/bufferfunctions.php
   trunk/MgDev/Doc/samples/phpsamples/analyzing_features/createbuffer.php
   trunk/MgDev/Doc/samples/phpsamples/analyzing_features/selectfeaturesinbuffer.php
   trunk/MgDev/Doc/samples/phpsamples/analyzing_features/task_pane.php
   trunk/MgDev/Doc/samples/phpsamples/common/common.php
   trunk/MgDev/Doc/samples/phpsamples/common/pageLoadFunctions.js
   trunk/MgDev/Doc/samples/phpsamples/common/title.php
   trunk/MgDev/Doc/samples/phpsamples/common/viewsource.php
   trunk/MgDev/Doc/samples/phpsamples/custom_output/createmapimage.php
   trunk/MgDev/Doc/samples/phpsamples/custom_output/emap.php
   trunk/MgDev/Doc/samples/phpsamples/custom_output/eplot.php
   trunk/MgDev/Doc/samples/phpsamples/custom_output/multiplot.php
   trunk/MgDev/Doc/samples/phpsamples/custom_output/property_report.php
   trunk/MgDev/Doc/samples/phpsamples/custom_output/task_pane.php
   trunk/MgDev/Doc/samples/phpsamples/digitizing_features/clear_lines.php
   trunk/MgDev/Doc/samples/phpsamples/digitizing_features/draw_line.php
   trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane.php
   trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane_digitizing.php
   trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane_redlining.php
   trunk/MgDev/Doc/samples/phpsamples/hello_map/display_spatial_reference.php
   trunk/MgDev/Doc/samples/phpsamples/hello_map/task_pane.php
   trunk/MgDev/Doc/samples/phpsamples/hello_viewer/gotopoint.php
   trunk/MgDev/Doc/samples/phpsamples/hello_viewer/task_pane.php
   trunk/MgDev/Doc/samples/phpsamples/index.php
   trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/layer_visibility.php
   trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/task_pane.php
   trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/toggle_roads_label.php
   trunk/MgDev/Doc/samples/phpsamples/main.php
   trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/change_layers_via_dom.php
   trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_line_layer_definition.php
   trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_point_layer_definition.php
   trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_squarefootage_layer_definition.php
   trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/layer_functions.php
   trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/maindwf.php
   trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/task_pane.php
   trunk/MgDev/Doc/samples/phpsamples/styles/globalStyles.css
   trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/listselection.php
   trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/queryfeatures.php
   trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/selectfeatures.php
   trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/task_pane.php
   trunk/MgDev/License.html
   trunk/MgDev/License.txt
Log:
Update copyright year to 2011

Modified: trunk/MgDev/Doc/headers_and_footers/copyright.html
===================================================================
--- trunk/MgDev/Doc/headers_and_footers/copyright.html	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/headers_and_footers/copyright.html	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,5 +1,5 @@
 <span style="font-size:x-small">
-  <b>Copyright &copy; 2006-2010 by Autodesk, Inc.</b> 
+  <b>Copyright &copy; 2006-2011 by Autodesk, Inc.</b> 
   <br>
   This work is licensed under the Creative Commons Attribution-ShareAlike 2.5 License. You are free to: (i) copy, distribute, display and perform
   the work; (ii) make derivative works; and (iii) make commercial use of the work, each under the conditions set forth in the license set forth at:

Modified: trunk/MgDev/Doc/samples/phpsamples/analyzing_features/bufferfunctions.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/analyzing_features/bufferfunctions.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/analyzing_features/bufferfunctions.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <?php
 
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/analyzing_features/createbuffer.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/analyzing_features/createbuffer.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/analyzing_features/createbuffer.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/analyzing_features/selectfeaturesinbuffer.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/analyzing_features/selectfeaturesinbuffer.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/analyzing_features/selectfeaturesinbuffer.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/analyzing_features/task_pane.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/analyzing_features/task_pane.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/analyzing_features/task_pane.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/common/common.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/common/common.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/common/common.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,5 +1,5 @@
 <?php
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/common/pageLoadFunctions.js
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/common/pageLoadFunctions.js	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/common/pageLoadFunctions.js	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,4 +1,4 @@
-//  Copyright (C) 2007-2010 by Autodesk, Inc.
+//  Copyright (C) 2007-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/common/title.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/common/title.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/common/title.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/common/viewsource.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/common/viewsource.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/common/viewsource.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,5 +1,5 @@
 <?php
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/custom_output/createmapimage.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/custom_output/createmapimage.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/custom_output/createmapimage.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,7 +1,7 @@
 <?php
 
 //
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/custom_output/emap.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/custom_output/emap.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/custom_output/emap.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,7 +1,7 @@
 <?php
 
 //
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/custom_output/eplot.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/custom_output/eplot.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/custom_output/eplot.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,7 +1,7 @@
 <?php
 
 //
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/custom_output/multiplot.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/custom_output/multiplot.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/custom_output/multiplot.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,7 +1,7 @@
 <?php
 
 //
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/custom_output/property_report.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/custom_output/property_report.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/custom_output/property_report.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,7 +1,7 @@
 <?php
 
 //
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/custom_output/task_pane.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/custom_output/task_pane.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/custom_output/task_pane.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/digitizing_features/clear_lines.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/digitizing_features/clear_lines.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/digitizing_features/clear_lines.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/digitizing_features/draw_line.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/digitizing_features/draw_line.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/digitizing_features/draw_line.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,7 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser
@@ -16,6 +15,7 @@
 //  License along with this library; if not, write to the Free Software
 //  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 -->
+<html>
 <head>
   <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
   <title>Draw a Line</title>

Modified: trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane_digitizing.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane_digitizing.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane_digitizing.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane_redlining.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane_redlining.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/digitizing_features/task_pane_redlining.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/hello_map/display_spatial_reference.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/hello_map/display_spatial_reference.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/hello_map/display_spatial_reference.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/hello_map/task_pane.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/hello_map/task_pane.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/hello_map/task_pane.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/hello_viewer/gotopoint.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/hello_viewer/gotopoint.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/hello_viewer/gotopoint.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,7 +1,7 @@
 <?php
 
 //
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/hello_viewer/task_pane.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/hello_viewer/task_pane.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/hello_viewer/task_pane.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/index.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/index.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/index.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,5 +1,5 @@
 <!--
-  Copyright (C) 2004-2010 by Autodesk, Inc.
+  Copyright (C) 2004-2011 by Autodesk, Inc.
   This library is free software; you can redistribute it and/or
   modify it under the terms of version 2.1 of the GNU Lesser
   General Public License as published by the Free Software Foundation.

Modified: trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/layer_visibility.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/layer_visibility.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/layer_visibility.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/task_pane.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/task_pane.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/task_pane.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/toggle_roads_label.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/toggle_roads_label.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/interacting_with_layers/toggle_roads_label.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/main.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/main.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/main.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/change_layers_via_dom.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/change_layers_via_dom.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/change_layers_via_dom.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_line_layer_definition.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_line_layer_definition.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_line_layer_definition.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_point_layer_definition.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_point_layer_definition.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_point_layer_definition.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_squarefootage_layer_definition.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_squarefootage_layer_definition.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/create_new_squarefootage_layer_definition.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/layer_functions.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/layer_functions.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/layer_functions.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,5 +1,5 @@
 <?php
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/maindwf.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/maindwf.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/maindwf.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/task_pane.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/task_pane.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/modifying_maps_and_layers/task_pane.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/styles/globalStyles.css
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/styles/globalStyles.css	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/styles/globalStyles.css	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2004-2010 by Autodesk, Inc.
+Copyright (C) 2004-2011 by Autodesk, Inc.
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/listselection.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/listselection.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/listselection.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/queryfeatures.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/queryfeatures.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/queryfeatures.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/selectfeatures.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/selectfeatures.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/selectfeatures.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/task_pane.php
===================================================================
--- trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/task_pane.php	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/Doc/samples/phpsamples/working_with_feature_data/task_pane.php	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!--
-//  Copyright (C) 2004-2010 by Autodesk, Inc.
+//  Copyright (C) 2004-2011 by Autodesk, Inc.
 //
 //  This library is free software; you can redistribute it and/or
 //  modify it under the terms of version 2.1 of the GNU Lesser

Modified: trunk/MgDev/License.html
===================================================================
--- trunk/MgDev/License.html	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/License.html	2011-02-05 11:58:18 UTC (rev 5532)
@@ -86,7 +86,7 @@
 
 <p class=MsoNormal><o:p>&nbsp;</o:p></p>
 
-<p class=MsoNormal>Copyright (C) 2004-2010 by Autodesk, Inc.<o:p></o:p></p>
+<p class=MsoNormal>Copyright (C) 2004-2011 by Autodesk, Inc.<o:p></o:p></p>
 
 <p class=MsoNormal><o:p>&nbsp;</o:p></p>
 

Modified: trunk/MgDev/License.txt
===================================================================
--- trunk/MgDev/License.txt	2011-02-05 11:00:52 UTC (rev 5531)
+++ trunk/MgDev/License.txt	2011-02-05 11:58:18 UTC (rev 5532)
@@ -1,6 +1,6 @@
 Copyright and Licensing Information for MapGuide Open Source
 
-Copyright (C) 2004-2010 by Autodesk, Inc.
+Copyright (C) 2004-2011 by Autodesk, Inc.
 
   MapGuide Open Source is free software; you can redistribute it
   and/or modify it under the terms of version 2.1 of the GNU Lesser



More information about the mapguide-commits mailing list