[Commits] r2858 - extensions/geoext.ux/ux/PrintPreview/lib/locale

commits at geoext.org commits at geoext.org
Thu Oct 20 11:57:01 CEST 2011


Author: fredj
Date: 2011-10-20 11:57:01 +0200 (Thu, 20 Oct 2011)
New Revision: 2858

Modified:
   extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-ca.js
   extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-en.js
   extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-es.js
Log:
Add copyright and missing '@requires'

Modified: extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-ca.js
===================================================================
--- extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-ca.js	2011-10-20 09:36:11 UTC (rev 2857)
+++ extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-ca.js	2011-10-20 09:57:01 UTC (rev 2858)
@@ -1,4 +1,15 @@
+/**
+ * Copyright (c) 2008-2011 The Open Source Geospatial Foundation
+ *
+ * Published under the BSD license.
+ * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
+ * of the license.
+ */
 
+/**
+ * @requires GeoExt/Lang.js
+ */
+
 GeoExt.Lang.add("ca", {
 
     "GeoExt.ux.PrintPreview.prototype": {   
@@ -11,4 +22,4 @@
         creatingPdfText: "Creando PDF..."
     }
     
-});
\ No newline at end of file
+});

Modified: extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-en.js
===================================================================
--- extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-en.js	2011-10-20 09:36:11 UTC (rev 2857)
+++ extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-en.js	2011-10-20 09:57:01 UTC (rev 2858)
@@ -1,4 +1,15 @@
+/**
+ * Copyright (c) 2008-2011 The Open Source Geospatial Foundation
+ *
+ * Published under the BSD license.
+ * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
+ * of the license.
+ */
 
+/**
+ * @requires GeoExt/Lang.js
+ */
+
 GeoExt.Lang.add("en", {
 
     "GeoExt.ux.PrintPreview.prototype": {   
@@ -11,4 +22,4 @@
         creatingPdfText: "Creating PDF..."
     }
     
-});
\ No newline at end of file
+});

Modified: extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-es.js
===================================================================
--- extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-es.js	2011-10-20 09:36:11 UTC (rev 2857)
+++ extensions/geoext.ux/ux/PrintPreview/lib/locale/PrintPreview-es.js	2011-10-20 09:57:01 UTC (rev 2858)
@@ -1,4 +1,15 @@
+/**
+ * Copyright (c) 2008-2011 The Open Source Geospatial Foundation
+ *
+ * Published under the BSD license.
+ * See http://svn.geoext.org/core/trunk/geoext/license.txt for the full text
+ * of the license.
+ */
 
+/**
+ * @requires GeoExt/Lang.js
+ */
+
 GeoExt.Lang.add("es", {
 
     "GeoExt.ux.PrintPreview.prototype": {   
@@ -11,4 +22,4 @@
         creatingPdfText: "Creando PDF..."
     }
     
-});
\ No newline at end of file
+});



More information about the Commits mailing list