Changeset 51

Show
Ignore:
Timestamp:
07/08/04 01:19:05 (4 years ago)
Author:
DenisG
Message:

[AprSharp] Apply LGPL licence, may be relaxed later

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/AprSharp/dev/src/Apr.cs

    r41 r51  
    1 // 
    2 // Softec 
    3 // 
    4 // Contact: Support@softec.st 
    5 // 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
    8 // 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
     3// 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
     8// 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
     13// 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     17// 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprAllocator.cs

    r45 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprArgumentException.cs

    r29 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
    1022// 
    11  
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
     26// 
    1227using System; 
    1328using System.Runtime.Serialization; 
  • trunk/AprSharp/dev/src/AprArgumentNullException.cs

    r29 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
    1022// 
    11  
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
     26// 
    1227using System; 
    1328using System.Runtime.Serialization; 
  • trunk/AprSharp/dev/src/AprArgumentOutOfRangeException.cs

    r29 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
    1022// 
    11  
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
     26// 
    1227using System; 
    1328using System.Runtime.Serialization; 
  • trunk/AprSharp/dev/src/AprArray.cs

    r49 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprException.cs

    r4 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
    1022// 
    11  
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
     26// 
    1227using System; 
    1328using System.Runtime.Serialization; 
  • trunk/AprSharp/dev/src/AprFile.cs

    r45 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprHash.cs

    r45 r51  
    1 // 
    2 // Softec 
    3 // 
    4 // Contact: Support@softec.st 
    5 // 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
    8 // 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
     3// 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
     8// 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
     13// 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     17// 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprHashIndex.cs

    r45 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprInvalidOperationException.cs

    r29 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
    1022// 
    11  
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
     26// 
    1227using System; 
    1328using System.Runtime.Serialization; 
  • trunk/AprSharp/dev/src/AprMemNode.cs

    r45 r51  
    1 // 
    2 // Softec 
    3 // 
    4 // Contact: Support@softec.st 
    5 // 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
    8 // 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
     3// 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
     8// 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
     13// 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     17// 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprNullReferenceException.cs

    r29 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
    1022// 
    11  
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
     26// 
    1227using System; 
    1328using System.Runtime.Serialization; 
  • trunk/AprSharp/dev/src/AprPool.cs

    r45 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprString.cs

    r48 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprThreadMutex.cs

    r45 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprTime.cs

    r10 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AprTimeExp.cs

    r45 r51  
    1 // 
    2 // Softec 
    3 // 
    4 // Contact: Support@softec.st 
    5 // 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
    8 // 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
     3// 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
     8// 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
     13// 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     17// 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
  • trunk/AprSharp/dev/src/AssemblyInfo.cs

    r1 r51  
     1//  AprSharp, a C# wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System; 
     
    1935// you compile. 
    2036 
    21 [assembly: AssemblyTitle("Wrapper classes for APR")] 
    22 [assembly: AssemblyDescription("Encapsulate APR pools and other APR utility classes")] 
     37[assembly: AssemblyTitle("AprSharp, an APR wrapper")] 
     38[assembly: AssemblyDescription("A C# wrapper library around the Apache Runtime Library")] 
    2339[assembly: AssemblyConfiguration("")] 
    2440[assembly: AssemblyCompany("SOFTEC sa")] 
    2541[assembly: AssemblyProduct("AprSharp")] 
    26 [assembly: AssemblyCopyright("Copyright 2004 by SOFTEC. All rights reserved.")] 
     42[assembly: AssemblyCopyright( 
     43@"  Copyright 2004 by SOFTEC sa 
     44 
     45  This library is free software; you can redistribute it and/or 
     46  modify it under the terms of the GNU Lesser General Public 
     47  License as published by the Free Software Foundation; either 
     48  version 2.1 of the License, or (at your option) any later version. 
     49 
     50  This library is distributed in the hope that it will be useful, 
     51  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     52  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     53  Lesser General Public License for more details. 
     54 
     55  You should have received a copy of the GNU Lesser General Public 
     56  License along with this library; if not, write to the Free Software 
     57  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA")] 
    2758[assembly: AssemblyTrademark("")] 
    2859[assembly: AssemblyCulture("")] 
  • trunk/AprSharp/dev/src/IAprUnmanaged.cs

    r45 r51  
     1//  AprSharp, a wrapper library around the Apache Runtime Library 
     2//  Copyright (C) 2004 SOFTEC sa. 
    13// 
    2 // Softec 
     4//  This library is free software; you can redistribute it and/or 
     5//  modify it under the terms of the GNU Lesser General Public 
     6//  License as published by the Free Software Foundation; either 
     7//  version 2.1 of the License, or (at your option) any later version. 
    38// 
    4 // Contact: Support@softec.st 
     9//  This library is distributed in the hope that it will be useful, 
     10//  but WITHOUT ANY WARRANTY; without even the implied warranty of 
     11//  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 
     12//  Lesser General Public License for more details. 
    513// 
    6 // Designed by Denis Gervalle and Olivier Desaive 
    7 // Written by Denis Gervalle 
     14//  You should have received a copy of the GNU Lesser General Public 
     15//  License along with this library; if not, write to the Free Software 
     16//  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
    817// 
    9 // Copyright 2004 by SOFTEC. All rights reserved. 
     18//  Sources, support options and lastest version of the complete library 
     19//  is available from: 
     20//      http://www.softec.st/ClrProjects/AprSharp 
     21//      Support@softec.st 
     22// 
     23//  Initial authors :  
     24//      Denis Gervalle 
     25//      Olivier Desaive 
    1026// 
    1127using System;