Changeset 54

Show
Ignore:
Timestamp:
07/08/04 11:39:25 (4 years ago)
Author:
DenisG
Message:

[AprSharp] Cosmetic, fix a word leak :/

Files:

Legend:

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

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprAllocator.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprArgumentException.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprArgumentNullException.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprArgumentOutOfRangeException.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprArray.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprException.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprFile.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprHash.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprHashIndex.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprInvalidOperationException.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprMemNode.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprNullReferenceException.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprPool.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprString.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprThreadMutex.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprTime.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AprTimeExp.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
  • trunk/AprSharp/dev/src/AssemblyInfo.cs

    r52 r54  
    1 //  AprSharp, a C# wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33// 
     
    3636 
    3737[assembly: AssemblyTitle("AprSharp, an APR wrapper")] 
    38 [assembly: AssemblyDescription("A C# wrapper library around the Apache Runtime Library")] 
     38[assembly: AssemblyDescription("A C# wrapper library around the Apache Portable Runtime Library")] 
    3939[assembly: AssemblyConfiguration("")] 
    4040[assembly: AssemblyCompany("SOFTEC sa")] 
  • trunk/AprSharp/dev/src/IAprUnmanaged.cs

    r52 r54  
    1 //  AprSharp, a wrapper library around the Apache Runtime Library 
     1//  AprSharp, a wrapper library around the Apache Portable Runtime Library 
    22//  Copyright (C) 2004 SOFTEC sa. 
    33//