]> git.sur5r.net Git - glabels/commitdiff
Minor Cleanup
authorJim Evins <evins@snaught.com>
Wed, 3 Mar 2010 02:47:27 +0000 (21:47 -0500)
committerJim Evins <evins@snaught.com>
Wed, 3 Mar 2010 02:47:27 +0000 (21:47 -0500)
25 files changed:
COPYING.README_FIRST
README
configure.ac
libglabels/xml-template.c
libglabels/xml-vendor.c
src/cairo-label-path.c
src/cairo-markup-path.c
src/label-line.c
src/label-text.c
src/template-designer.c
templates/avery-iso-templates.xml
templates/avery-other-templates.xml
templates/avery-us-templates.xml
templates/brother-other-templates.xml
templates/categories.xml
templates/dymo-other-templates.xml
templates/maco-us-templates.xml
templates/misc-iso-templates.xml
templates/misc-other-templates.xml
templates/misc-us-templates.xml
templates/paper-sizes.xml
templates/uline-us-templates.xml
templates/vendors.xml
templates/worldlabel-us-templates.xml
templates/zweckform-iso-templates.xml

index 06eea6d51b867af2370c640724932cfd75c38032..005132240cffd8b0d0261686d653cdd00bb23293 100644 (file)
@@ -31,6 +31,7 @@ TEMPLATE DATABASE:
 
    The XML files in the "templates/" subdirectory constitute the glabels
    label database.  No copyright is claimed on the facts contained within
-   the database.  However, to clear up any ambiguity, the files themselves
-   are licensed using the MIT/X license -- see 'COPYING-TEMPLATES' in this
-   directory for details.
+   the database and can be used for any purpose.  However, to clear up any
+   ambiguity, the DTD file that defines the format of these files is
+   licensed using the MIT/X license, as close to public domain as one can
+   get -- see 'COPYING-TEMPLATES' in this directory for details.
diff --git a/README b/README
index aadf245344611c323d15bad80900e2babdf29e63..abb14683f6eb4c2d2772a7f69387fdb13d5932c2 100644 (file)
--- a/README
+++ b/README
@@ -3,10 +3,11 @@ Copyright
 
    Copyright (C) 2001-2009 Jim Evins
 
-   gLabels contains components copyrighted by others -- see the 'AUTHORS' file in
-   this directory.
+   gLabels contains components copyrighted by others -- see the 'AUTHORS' file
+   in this directory.
 
-   For license information see the 'COPYING.README_FIRST' file in this directory.
+   For license information see the 'COPYING.README_FIRST' file in this
+   directory.
 
 
 
@@ -36,8 +37,8 @@ Evolution Data Server 2.28.0+
 Optional Barcode Backends
 =========================
 GNU Barcode 0.98+ (http://www.gnu.org/software/barcode/barcode.html)
-QREncode 3.1.0+ (http://megaui.net/fukuchi/works/qrencode/index.en.html)
-IEC16022 0.2.4+ (http://datenfreihafen.org/projects/iec16022.html)
+QREncode 3.1.0+   (http://megaui.net/fukuchi/works/qrencode/index.en.html)
+IEC16022 0.2.4+   (http://datenfreihafen.org/projects/iec16022.html)
 
 
 
index ec3665b47a2c7a6190d97f66c4c15caa6e095feb..d58f8a532662d6daf55a52b3d3e094a42400e531 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.63)
 
-AC_INIT([glabels],[2.3.pre0svn],[http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116])
+AC_INIT([glabels],[2.3.pre0git],[http://sourceforge.net/tracker/?func=add&group_id=46122&atid=445116])
 AC_CONFIG_SRCDIR(src/glabels.c)
 
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
index 75b6fec415f69de6ea36ed8db08310b1c3ffc5e3..50ae132929f439170077323d66cdabf28bef320d 100644 (file)
@@ -110,7 +110,6 @@ lgl_xml_template_read_templates_from_file (const gchar *utf8_filename)
 {
        gchar      *filename;
        xmlDocPtr   templates_doc;
-       GList      *templates = NULL;
 
        LIBXML_TEST_VERSION;
 
@@ -400,7 +399,6 @@ xml_parse_label_ellipse_node (xmlNodePtr   label_node,
                               lglTemplate *template)
 {
        gchar               *id;
-       gchar               *tmp;
        gdouble              waste;
        gdouble              w, h;
        lglTemplateFrame    *frame;
@@ -682,7 +680,7 @@ static void
 xml_parse_markup_ellipse_node (xmlNodePtr          markup_node,
                                lglTemplateFrame   *frame)
 {
-       gdouble     x1, y1, w, h, r;
+       gdouble     x1, y1, w, h;
        xmlNodePtr  node;
 
        x1 = lgl_xml_get_prop_length (markup_node, "x1", 0);
index 153f935f536a9e63fe54fee853462ef48a2acddb..c6ba9911d699eeb32f7666467c791c4fe3b83c3d 100644 (file)
@@ -148,8 +148,6 @@ lgl_xml_vendor_parse_vendor_node (xmlNodePtr vendor_node)
 {
        lglVendor             *vendor;
        gchar                 *name;
-        gchar                 *url;
-
 
        LIBXML_TEST_VERSION;
 
index 0c8de525fcddd523514edacc78971847ffb926db..9b63aee07aba2a0a1bf8481ed516b4cf33914f7a 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <math.h>
 
+#include "cairo-ellipse-path.h"
+
 #include "debug.h"
 
 
index 78e8a6d04503bd634b33246263031e547cb01685..90ba1888ec451bbb38b18fb085bd120af0980d94 100644 (file)
@@ -24,6 +24,8 @@
 
 #include <math.h>
 
+#include "cairo-ellipse-path.h"
+
 #include "debug.h"
 
 
@@ -204,7 +206,7 @@ gl_cairo_markup_margin_ellipse_path (cairo_t                 *cr,
 {
         const lglTemplate      *template;
         const lglTemplateFrame *frame;
-        gdouble                 w, h, r, m;
+        gdouble                 w, h, m;
 
         gl_debug (DEBUG_PATH, "START");
 
index 30ee7cff607ae22df82b1f59fa957f931e4c88c1..0b58815c5c0437cebd438a720f6246bda85af144 100644 (file)
@@ -208,7 +208,7 @@ set_line_color (glLabelObject *object,
         {
                 if ( checkpoint )
                 {
-                        gl_label_object_get_parent (GL_LABEL_OBJECT (lline));
+                        label = gl_label_object_get_parent (GL_LABEL_OBJECT (lline));
                         gl_label_checkpoint (label, _("Line color"));
                 }
 
index 56270b4396e4560912fd44e215228cba21969e5c..7e6a39cf0c66bab3686714f398d65e748149341f 100644 (file)
@@ -447,8 +447,6 @@ static void
 buffer_changed_cb (GtkTextBuffer *textbuffer,
                    glLabelText   *ltext)
 {
-        glLabel *label;
-
         ltext->priv->size_changed = TRUE;
 
        gl_label_object_emit_changed (GL_LABEL_OBJECT(ltext));
index 95b2162a23f7d7e00b19cb4f95f9b03f4c3d1152..4f2498cbf1f27e2542a47ed74fd4d96cbb54457e 100644 (file)
@@ -1739,6 +1739,9 @@ build_template (glTemplateDesigner      *dialog)
                                                   w/upp, h/upp,
                                                   waste/upp);
                break;
+        default:
+                g_assert_not_reached ();
+               break;
        }
        lgl_template_add_frame (template, frame);
 
index 1e4138721453759fdde245dbb493a0ac52126950..433e255e44c266669e2d09c4df9565f1c7b89c18 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  avery-iso-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index a068b8c31415b633e062c2dfc7c622a0b1e60739..bb21ef6486282bbd9cb65c6e3cbc084ceb21d7d7 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  avery-other-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index f2da68060af7b910d5b39a0822f816c110815e79..3f208203d859d787b540297048dc76d01ee499aa 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  avery-us-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index 7175f7bbfa59994c5c1377f8243ee893549a4476..1c6bc83d60f63af11f9d017a605c73315d128156 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  brother-other-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
   <!--
index 606d05ec41d11b4e41dcab094808da26f5ae4499..6ab40575d37ce9252a26be62e4872d6b3c000142 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  categories.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-categories>
 
   <Category id="label"            _name="Any label"/>
index 49592b505dfe475394f8b81f38e5bfdae214484f..62c0bd99ed917a2c8faa8084ef4c8b64c3f0ebf1 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  dymo-other-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index 6054e5f4411d1e20f10a0c4693ecf561e2db9e38..d48acbd52fe2684c84834d4e1cc5654b0652929e 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  maco-us-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index b24c81883ab921c9bd1da9ea74600e99b5a24baf..ba2d105768ed8fc5c192604979523e74bfe3817d 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  misc-iso-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index b1a1c968661b2c23ecda84df8cce392310e7571a..00f385c767e571d6b8cb0156efdfe0e8e52cf4c0 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  misc-other-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index 4df17aca98947d28762448398472c97b14ed3b88..85b66acd1590e5745decc03c59ff5e010c6cd386 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  misc-us-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index 2d5ac68f0d6b9aec5ea070d1a268ad3512a6d572..e1049d8e0f31e67c932e306ec83ddce6e0ae137d 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  paper-sizes.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-paper-sizes>
 
   <!-- Most popular (at top of list) -->
index f9eca6ee0adeeec84ad11a038c12dd080d8911b7..4fe1246ebcabd9aa77a23a1f7ae45a87152cd6d4 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  uline-us-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index dd8b3cf7f68bb0d9c73d7f299b36c5d2c373d483..f4a2faf793b24264dd3b2a8820ee4fab26277727 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  vendors.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-vendors>
 
   <Vendor name="Avery"          url="http://www.avery.com/"           />
index 6898a212f83bc119b311f99cb904765c125da635..1af2198fe26a4c62e510299be298c40411336f3c 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  worldlabel-us-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>
 
 
index e177230fc6e6733dd61e95cccc95a8c5b8da3f42..0b334f3c0a6a8b9f4ec6bb39d432582dc5dc2602 100644 (file)
@@ -1,33 +1,5 @@
 <?xml version="1.0"?>
 
-<!--
-  zweckform-iso-templates.xml
-  This file is a part of the glabels template database.
-  Copyright (c) 2001-2009 Jim Evins
-  Permission is hereby granted, free of charge, to any person
-  obtaining a copy of this software and associated documentation
-  files (the "Software"), to deal in the Software without
-  restriction, including without limitation the rights to use,
-  copy, modify, merge, publish, distribute, sublicense, and/or sell
-  copies of the Software, and to permit persons to whom the
-  Software is furnished to do so, subject to the following
-  conditions:
-  The above copyright notice and this permission notice shall be
-  included in all copies or substantial portions of the Software.
-  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
-  OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-  NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-  HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-  WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-  OTHER DEALINGS IN THE SOFTWARE.
--->
-
 <Glabels-templates>