Ignore:
Timestamp:
Oct 30, 2012, 1:11:02 PM (12 years ago)
Author:
Sam Habiel
Message:

Changed license to AGPL. Some clean-up for XINDEX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/C0CXPATH.m

    r1544 r1586  
    11C0CXPATH          ; CCDCCR/GPL - XPATH XML manipulation utilities; 6/1/08
    2         ;;1.2;C0C;;May 11, 2012;Build 47
    3         ;Copyright 2008 George Lilly.  Licensed under the terms of the GNU
    4         ;General Public License See attached copy of the License.
    5         ;
    6         ;This program is free software; you can redistribute it and/or modify
    7         ;it under the terms of the GNU General Public License as published by
    8         ;the Free Software Foundation; either version 2 of the License, or
    9         ;(at your option) any later version.
    10         ;
    11         ;This program is distributed in the hope that it will be useful,
    12         ;but WITHOUT ANY WARRANTY; without even the implied warranty of
    13         ;MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    14         ;GNU General Public License for more details.
    15         ;
    16         ;You should have received a copy of the GNU General Public License along
    17         ;with this program; if not, write to the Free Software Foundation, Inc.,
    18         ;51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
     2        ;;1.2;CCD/CCR GENERATION UTILITIES;;Oct 30, 2012;Build 50
     3        ;Copyright 2008 George Lilly. 
     4        ;
     5        ; This program is free software: you can redistribute it and/or modify
     6        ; it under the terms of the GNU Affero General Public License as
     7        ; published by the Free Software Foundation, either version 3 of the
     8        ; License, or (at your option) any later version.
     9        ;
     10        ; This program is distributed in the hope that it will be useful,
     11        ; but WITHOUT ANY WARRANTY; without even the implied warranty of
     12        ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13        ; GNU Affero General Public License for more details.
     14        ;
     15        ; You should have received a copy of the GNU Affero General Public License
     16        ; along with this program.  If not, see <http://www.gnu.org/licenses/>.
    1917        ;
    2018        W "This is an XML XPATH utility library",!
     
    135133        Q
    136134        ;
    137 DO     
     135DO      ;
    138136        D XPG2XML("^GPL2B","^GPL2A")
    139137        Q
     
    188186        Q
    189187        ;
    190 ZXO(WHAT)       
     188ZXO(WHAT)       ;
    191189        D PUSH("GA",WHAT)
    192190        D PUSH(OUTXML,"<"_WHAT_">")
    193191        Q
    194192        ;
    195 ZXC(WHAT)       
     193ZXC(WHAT)       ;
    196194        D POP("GA",.TMP)
    197195        D PUSH(OUTXML,"</"_WHAT_">")
    198196        Q
    199197        ;
    200 ZXVAL(WHAT,VAL)
     198ZXVAL(WHAT,VAL)  ;
    201199        D PUSH(OUTXML,"<"_WHAT_">"_VAL_"</"_WHAT_">")
    202200        Q
     
    235233        . S LINE=@IZXML@(I)
    236234        . I $D(TEMPLATE) D  ;IF TEMPLATE IS REQUESTED
    237         . . S @TEMPLATE@(I)=$$CLEAN(LINE) 
     235        . . S @TEMPLATE@(I)=$$CLEAN(LINE)
    238236        . ;W LINE,!
    239237        . S FOUND=0  ; INTIALIZED FOUND FLAG
Note: See TracChangeset for help on using the changeset viewer.