Changeset 3


Ignore:
Timestamp:
Jul 11, 2011, 11:12:38 AM (14 years ago)
Author:
cla
Message:

rdfint

  • fixed library name in license comments
Location:
php/trunk
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • php/trunk/classes/fdebug.php

    r2 r3  
    11<?PHP
    22
    3 /* RDFInt - RDF Interfaces for PHP
     3/* RDFInt.php - RDF Interfaces for PHP
    44 * Copyright 2011 netlabs.org
    55 * Author: Christian Langanke, Adrian Gschwend
  • php/trunk/classes/rdfa_Data.php

    r2 r3  
    11<?php
    22
    3 /* RDFInt - RDF Interfaces for PHP
     3/* RDFInt.php - RDF Interfaces for PHP
    44 * Copyright 2011 netlabs.org
    55 * Author: Christian Langanke, Adrian Gschwend
  • php/trunk/classes/rdfa_Projection.php

    r2 r3  
    11<?php
    22
    3 /* RDFInt - RDF Interfaces for PHP
     3/* RDFInt.php - RDF Interfaces for PHP
    44 * Copyright 2011 netlabs.org
    55 * Author: Christian Langanke, Adrian Gschwend
  • php/trunk/classes/rdfa_SparqlEndpoint.php

    r2 r3  
    11<?php
    22
    3 /* RDFInt - RDF Interfaces for PHP
     3/* RDFInt.php - RDF Interfaces for PHP
    44 * Copyright 2011 netlabs.org
    55 * Author: Christian Langanke, Adrian Gschwend
  • php/trunk/classes/rdfa_SparqlQuery.php

    r2 r3  
    11<?php
    22
    3 /* RDFInt - RDF Interfaces for PHP
     3/* RDFInt.php - RDF Interfaces for PHP
    44 * Copyright 2011 netlabs.org
    55 * Author: Christian Langanke, Adrian Gschwend
  • php/trunk/doxygen/doclaunch.vbs

    r2 r3  
    11Option Explicit
    22
    3 '  RDFInt - RDF Interfaces for PHP
     3'  RDFInt.php - RDF Interfaces for PHP
    44'  Copyright 2011 netlabs.org
    55'  Author: Christian Langanke, Adrian Gschwend
  • php/trunk/doxygen/help.txt

    r2 r3  
    55
    66   help    - display this help
    7    all     - generate browser and load into browser
     7   all     - generate help and load into browser
     8   ship    - generate help and ship to developers.netlabs.org
    89   showcfg - display the doxygen configuration
    910   clean   - remove config file and generated docs
  • php/trunk/doxygen/makefile

    r2 r3  
    11
    2 #  RDFInt - RDF Interfaces for PHP
     2#  RDFInt.php - RDF Interfaces for PHP
    33#  Copyright 2011 netlabs.org
    44#  Author: Christian Langanke, Adrian Gschwend
     
    1818# CONFIGURE HERE
    1919
    20 LIBNAME=rdfint
     20LIBNAME=rdfint.php
    2121LIBROOT=..
    2222OUTPUTDIR=doc
  • php/trunk/unittest/fdebug_setup.php

    r2 r3  
    11<?PHP
    22
    3 /* RDFInt - RDF Interfaces for PHP
     3/* RDFInt.php - RDF Interfaces for PHP
    44 * Copyright 2011 netlabs.org
    55 * Author: Christian Langanke, Adrian Gschwend
  • php/trunk/unittest/makefile

    r2 r3  
    11
    2 #  RDFInt - RDF Interfaces for PHP
     2#  RDFInt.php - RDF Interfaces for PHP
    33#  Copyright 2011 netlabs.org
    44#  Author: Christian Langanke, Adrian Gschwend
  • php/trunk/unittest/unittest_config.php

    r2 r3  
    11<?PHP
    22
    3 /* RDFInt - RDF Interfaces for PHP
     3/* RDFInt.php - RDF Interfaces for PHP
    44 * Copyright 2011 netlabs.org
    55 * Author: Christian Langanke, Adrian Gschwend
Note: See TracChangeset for help on using the changeset viewer.