sys-file-reader: Tolerate invalid variable names.
[pspp] / glade / psppire.xml
index a02d5fbc2b560c69f478a3190e91eecf95405b12..62c609a3b52210e93cb189bf133c7c5898e787c9 100644 (file)
@@ -1,11 +1,28 @@
 <?xml version="1.0" encoding="UTF-8"?>
+
+<!-- PSPP - a program for statistical analysis. -->
+<!-- Copyright (C) 2017 Free Software Foundation, Inc. -->
+
+<!-- This program is free software: you can redistribute it and/or modify -->
+<!-- it under the terms of the GNU General Public License as published by -->
+<!-- the Free Software Foundation, either version 3 of the License, or -->
+<!-- (at your option) any later version. -->
+
+<!-- This program is distributed in the hope that it will be useful, -->
+<!-- but WITHOUT ANY WARRANTY; without even the implied warranty of -->
+<!-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the -->
+<!-- GNU General Public License for more details. -->
+
+<!-- You should have received a copy of the GNU General Public License -->
+<!-- along with this program.  If not, see <http://www.gnu.org/licenses/>. -->
+
 <glade-catalog name="psppire" library="glade-psppire">
 
   <glade-widget-classes>
 
-    <glade-widget-class name="PsppireDialog" 
-                       generic-name="psppire-dialog" 
-                       toplevel="True" 
+    <glade-widget-class name="PsppireDialog"
+                       generic-name="psppire-dialog"
+                       toplevel="True"
                        default-width="320"
                        default-height="260"
                        title="Dialog Box">
 
     </glade-widget-class>
 
-    <glade-widget-class name="PsppireKeypad" 
-                        get-type-function="psppire_keypad_get_type" 
-                       generic-name="psppire-keypad" 
+    <glade-widget-class name="PsppireKeypad"
+                        get-type-function="psppire_keypad_get_type"
+                       generic-name="psppire-keypad"
                        fixed="True"
                        title="Keypad">
 
 
        <property id="visible" ignore="True" default="True" />
      </properties>
-  
+
     </glade-widget-class>
 
 
         <property id="border-width" default="5" optional-default="True"/>
        <property id="orientation">
          <displayable-values>
-           <value id="PSPPIRE_SOURCE_BEFORE_DEST" 
+           <value id="PSPPIRE_SOURCE_BEFORE_DEST"
               name="Source Before Destination"></value>
-           <value id="PSPPIRE_AFTER_BEFORE_DEST"  
+           <value id="PSPPIRE_AFTER_BEFORE_DEST"
               name="Source After Destination"></value>
-           <value id="PSPPIRE_ABOVE_BEFORE_DEST"  
+           <value id="PSPPIRE_ABOVE_BEFORE_DEST"
               name="Source Above Destination"></value>
-           <value id="PSPPIRE_BELOW_BEFORE_DEST"  
+           <value id="PSPPIRE_BELOW_BEFORE_DEST"
               name="Source Below Destination"></value>
          </displayable-values>
        </property>