cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails

This commit is contained in:
Riccardo Mottola 2023-12-23 02:44:50 +01:00
parent 695b650d4a
commit 08858caf29
113 changed files with 223 additions and 156 deletions

View file

@ -2,7 +2,7 @@
Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Rewrite by: Richard Frith-Macdonald <rfm@gnu.org>
Written by: Richard Frith-Macdonald <rfm@gnu.org>
Date: March 1995
This file is part of the GNUstep Base Library.

View file

@ -1,4 +1,4 @@
/* Interface for NSArray for GNUStep
/**Interface for NSArray for GNUStep
Copyright (C) 1995-2015 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>

View file

@ -1,4 +1,4 @@
/* Definition of class NSByteCountFormatter
/** Definition of class NSByteCountFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
Written by: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Interface for NSCache for GNUStep
/** Interface for NSCache for GNUStep
Copyright (C) 2009 Free Software Foundation, Inc.
Written by: David Chisnall <csdavec@swan.ac.uk>

View file

@ -1,4 +1,4 @@
/* Interface for NSComparisonPredicate for GNUStep
/** Interface for NSComparisonPredicate for GNUStep
Copyright (C) 2005 Free Software Foundation, Inc.
Written by: Dr. H. Nikolaus Schaller

View file

@ -1,4 +1,4 @@
/* Interface for NSCompoundPredicate for GNUStep
/** Interface for NSCompoundPredicate for GNUStep
Copyright (C) 2005 Free Software Foundation, Inc.
Written by: Dr. H. Nikolaus Schaller

View file

@ -1,4 +1,4 @@
/* Interface for NSData for GNUStep
/**Interface for NSData for GNUStep
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>

View file

@ -1,4 +1,4 @@
/* Interface for GNU Objective-C version of NSDistantObject
/**Interface for GNU Objective-C version of NSDistantObject
Copyright (C) 1997 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <richard@brainstorm.co.uk>

View file

@ -1,4 +1,4 @@
/* Definition of class NSEnergyFormatter
/** Definition of class NSEnergyFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,7 +1,7 @@
/* Definition of class NSExtensionRequestHandling
/**Definition of class NSExtensionRequestHandling
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
By: Gregory John Casamento <greg.casamento@gmail.com>
Date: Sun Nov 10 04:00:05 EST 2019
This file is part of the GNUstep Library.

View file

@ -1,4 +1,4 @@
/* Definition of class NSFileCoordinator
/** Definition of class NSFileCoordinator
Copyright (C) 2019 Free Software Foundation, Inc.
Implemented by: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,9 +1,9 @@
/* Definition of class NSFilePresenter
/** Definition of class NSFilePresenter
Copyright (C) 2019 Free Software Foundation, Inc.
Implemented by: Gregory Casamento <greg.casamento@gmail.com>
Written by: Gregory Casamento <greg.casamento@gmail.com>
Date: Sep 2019
Original File by: Daniel Ferreira
Written by: Daniel Ferreira
This file is part of the GNUstep Library.

View file

@ -1,4 +1,4 @@
/* Interface for NSGeometry routines for GNUStep
/** Interface for NSGeometry routines for GNUStep
* Copyright (C) 1995 Free Software Foundation, Inc.
*
* Written by: Adam Fedor <fedor@boulder.colorado.edu>

View file

@ -1,7 +1,7 @@
/* Interface for NSHTTPCookie for GNUstep
/** Interface for NSHTTPCookie for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>
Written by: Richard Frith-Macdonald <rfm@gnu.org>
Date: 2006
This file is part of the GNUstep Base Library.

View file

@ -1,7 +1,7 @@
/* Interface for NSHTTPCookieStorage for GNUstep
/** Interface for NSHTTPCookieStorage for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>
Written by: Richard Frith-Macdonald <rfm@gnu.org>
Date: 2006
This file is part of the GNUstep Base Library.

View file

@ -1,4 +1,4 @@
/* Definition of class NSISO8601DateFormatter
/** Definition of class NSISO8601DateFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,7 +1,7 @@
/* Definition of class NSItemProvider
/**Definition of class NSItemProvider
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
By: Gregory Casamento <greg.casamento@gmail.com>
Date: Sun Nov 10 04:00:17 EST 2019
This file is part of the GNUstep Library.

View file

@ -1,7 +1,7 @@
/* Definition of class NSItemProviderReadingWriting
/**Definition of class NSItemProviderReadingWriting
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
By: Gregory Casamento <greg.casamento@gmail.com>
Date: Sun Nov 10 04:00:24 EST 2019
This file is part of the GNUstep Library.

View file

@ -1,3 +1,27 @@
/**Definition of class NSJSONSerialization
Copyright (C) 2011-2021 Free Software Foundation, Inc.
By: David Chisnall <github@theravensnest.org>
Date: Jul 2011
This file is part of the GNUstep Library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110 USA.
*/
#import "Foundation/NSObject.h"
@class NSData;

View file

@ -1,4 +1,4 @@
/* Definition of class NSLengthFormatter
/**Definition of class NSLengthFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Definition of class NSLinguisticTagger
/**Definition of class NSLinguisticTagger
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,8 +1,9 @@
/* NSLocale.h
/** NSLocale.h
Copyright (C) 2010 Free Software Foundation, Inc.
Written by: Stefan Bidigaray, Richard Frith-Macdonald
Written by: Stefan Bidigaray
Written by: Richard Frith-Macdonald
Date: June, 2010
This library is free software; you can redistribute it and/or

View file

@ -1,11 +1,10 @@
/* NSMapTable interface for GNUStep.
/**NSMapTable interface for GNUStep.
* Copyright (C) 1994, 1995, 1996, 2002, 2009 Free Software Foundation, Inc.
*
* Author: Albin L. Jones <Albin.L.Jones@Dartmouth.EDU>
* Created: Tue Dec 13 00:05:02 EST 1994
* Updated: Thu Mar 21 15:12:42 EST 1996
* Serial: 96.03.21.05
* Modified by: Richard Frith-Macdonald <rfm@gnu.org>
* Author: Richard Frith-Macdonald <rfm@gnu.org>
* Updated: March 2009
*
* This file is part of the GNUstep Base Library.

View file

@ -1,5 +1,4 @@
/* Definition of class NSMassFormatter
/**Definition of class NSMassFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Definition of class NSMeasurement
/**Definition of class NSMeasurement
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Definition of class NSMeasurementFormatter
/**Definition of class NSMeasurementFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,7 +1,7 @@
/**Interface for NSMetadataQuery for GNUStep
Copyright (C) 2012 Free Software Foundation, Inc.
Written by: Gregory Casamento
Written by: Gregory John Casamento <greg.casamento@gmail.com>
Date: 2012
This file is part of the GNUstep Base Library.

View file

@ -1,4 +1,4 @@
/* Interface for NSNetServices for GNUstep
/**Interface for NSNetServices for GNUstep
Copyright (C) 2006 Free Software Foundation, Inc.
Written by: Chris B. Vetter

View file

@ -1,7 +1,7 @@
/* Definition of class NSObjectScripting
/**Definition of class NSObjectScripting
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
By: Gregory John Casamento <greg.casamento@gmail.com>
Date: Fri Nov 1 00:25:37 EDT 2019
This file is part of the GNUstep Library.

View file

@ -1,7 +1,7 @@
/* Definition of class NSOrthography
/**Definition of class NSOrthography
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
By: Gregory Casamento <greg.casamento@gmail.com>
Date: Tue Nov 5 03:43:39 EST 2019
This file is part of the GNUstep Library.

View file

@ -1,4 +1,4 @@
/* Definition of class NSPersonNameComponents
/**Definition of class NSPersonNameComponents
Copyright (C) 2019 Free Software Foundation, Inc.
Implemented by: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Definition of class NSPersonNameComponents
/**Definition of class NSPersonNameComponents
Copyright (C) 2019 Free Software Foundation, Inc.
Implemented by: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Definition of class NSProgress
/**Definition of class NSProgress
Copyright (C) 2019 Free Software Foundation, Inc.
Written by: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,5 +1,4 @@
/* Definition of class NSRegularExpression
/**Definition of class NSRegularExpression
Copyright (C) 2011 Free Software Foundation, Inc.
This file is part of the GNUstep Library.

View file

@ -1,5 +1,4 @@
/* Definition of class NSScriptCoercionHandler
/**Definition of class NSScriptCoercionHandler
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,5 +1,4 @@
/* Definition of class NSScriptCommand
/**Definition of class NSScriptCommand
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,5 +1,4 @@
/* Definition of class NSScriptCommandDescription
/**Definition of class NSScriptCommandDescription
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,5 +1,4 @@
/* Definition of class NSScriptExecutionContext
/**Definition of class NSScriptExecutionContext
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,5 +1,4 @@
/* Definition of class NSScriptKeyValueCoding
/**Definition of class NSScriptKeyValueCoding
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,5 +1,4 @@
/* Definition of class NSScriptObjectSpecifiers
/**Definition of class NSScriptObjectSpecifiers
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,5 +1,4 @@
/* Definition of class NSScriptStandardSuiteCommands
/**Definition of class NSScriptStandardSuiteCommands
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,5 +1,4 @@
/* Definition of class NSScriptSuiteRegistry
/**Definition of class NSScriptSuiteRegistry
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/*
/**
Global include file for the GNUstep Base Library.
Copyright (C) 1997 Free Software Foundation, Inc.

View file

@ -1,9 +1,9 @@
/* Protocol for NSSerialization for GNUStep
/** Protocol for NSSerialization for GNUStep
Copyright (C) 1995 Free Software Foundation, Inc.
Written by: Andrew Kachites McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
Updated by: Richard Frith-Macdonald <richard@brainstorm.co.uk>
Author: Richard Frith-Macdonald <richard@brainstorm.co.uk>
Date: 1998
This file is part of the GNUstep Base Library.

View file

@ -1,4 +1,4 @@
/* Interface for NSSortDescriptor for GNUStep
/**Interface for NSSortDescriptor for GNUStep
Copyright (C) 2005 Free Software Foundation, Inc.
Written by: Saso Kiselkov <diablos@manga.sk>

View file

@ -1,4 +1,4 @@
/* Copyright (C) 2011 Free Software Foundation, Inc.
/**Copyright (C) 2011 Free Software Foundation, Inc.
This file is part of the GNUstep Library.

View file

@ -1,4 +1,4 @@
/* Interface for NSTimeZone for GNUStep
/**Interface for NSTimeZone for GNUStep
Copyright (C) 1994, 1996, 1999 Free Software Foundation, Inc.
This file is part of the GNUstep Base Library.

View file

@ -1,4 +1,4 @@
/* Interface for NSURLAuthenticationChallenge for GNUstep
/**Interface for NSURLAuthenticationChallenge for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSURLCredential for GNUstep
/**Interface for NSURLCredential for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSURLCredentialStorage for GNUstep
/**Interface for NSURLCredentialStorage for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSURLDownload for GNUstep
/**Interface for NSURLDownload for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSURLProtectionSpace for GNUstep
/**Interface for NSURLProtectionSpace for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSURLProtocol for GNUstep
/**Interface for NSURLProtocol for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSURLRequest for GNUstep
/**Interface for NSURLRequest for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>

View file

@ -1,7 +1,7 @@
/* Interface for NSURLResponse for GNUstep
/** Interface for NSURLResponse for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <frm@gnu.org>
Written by: Richard Frith-Macdonald <rfm@gnu.org>
Date: 2006
This file is part of the GNUstep Base Library.

View file

@ -1,3 +1,33 @@
/**
NSURLSession.h
Copyright (C) 2017-2023 Free Software Foundation, Inc.
Written by: Daniel Ferreira <dtf@stanford.edu>
Date: November 2017
Author: Richard Frith-Macdonald <richard@brainstorm.co.uk>
This file is part of GNUStep-base
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
If you are interested in a warranty or support for this source code,
contact Scott Christley <scottc@net-community.com> for more information.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110 USA.
*/
#ifndef __NSURLSession_h_GNUSTEP_BASE_INCLUDE
#define __NSURLSession_h_GNUSTEP_BASE_INCLUDE

View file

@ -1,4 +1,4 @@
/* Definition of class NSUnit
/** Definition of class NSUnit
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,7 +1,7 @@
/* Definition of class NSUserActivity
/**Definition of class NSUserActivity
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
By: Gregory John Casamento <greg.casamento@gmail.com>
Date: Fri Nov 1 00:25:47 EDT 2019
This file is part of the GNUstep Library.

View file

@ -1,4 +1,4 @@
/* Interface for NSUserNotification for GNUstep
/**Interface for NSUserNotification for GNUstep
Copyright (C) 2014 Free Software Foundation, Inc.
Written by: Marcus Mueller <znek@mulle-kybernetik.com>

View file

@ -1,5 +1,4 @@
/* Definition of class NSUserScriptTask
/**Definition of class NSUserScriptTask
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,9 +1,9 @@
/* Interface for NSValueTransformer for GNUStep
/**Interface for NSValueTransformer for GNUStep
Copyright (C) 2006 Free Software Foundation, Inc.
Written Dr. H. Nikolaus Schaller
Created on Mon Mar 21 2005.
Updatesd and documented by Richard Frith-Macdonald
Written by:Dr. H. Nikolaus Schaller
Created: Mon Mar 21 2005.
Author: Richard Frith-Macdonald
This file is part of the GNUstep Base Library.

View file

@ -1,4 +1,4 @@
/* Interface for NSXMLDTD for GNUStep
/**Interface for NSXMLDTD for GNUStep
Copyright (C) 2008 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSXMLDTDNode for GNUStep
/**Interface for NSXMLDTDNode for GNUStep
Copyright (C) 2008 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSXMLDocument for GNUStep
/**Interface for NSXMLDocument for GNUStep
Copyright (C) 2008 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSXMLElement for GNUStep
/**Interface for NSXMLElement for GNUStep
Copyright (C) 2008 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Interface for NSXMLNode for GNUStep
/**Interface for NSXMLNode for GNUStep
Copyright (C) 2008 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Definition of class NSXPCConnection
/**Definition of class NSXPCConnection
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -23,7 +23,6 @@
Boston, MA 02111 USA.
<title>NSPathUtilities function reference</title>
$Date$ $Revision$
*/
#import "common.h"

View file

@ -21,8 +21,6 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
$Date$ $Revision$
*/
#import "common.h"

View file

@ -26,7 +26,6 @@
Boston, MA 02111 USA.
<title>GSObjCRuntime function and macro reference</title>
$Date$ $Revision$
*/
#import "common.h"

View file

@ -22,8 +22,6 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
$Date: 2010-02-17 11:47:06 +0000 (Wed, 17 Feb 2010) $ $Revision: 29657 $
*/
#import "common.h"

View file

@ -19,8 +19,6 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02111 USA.
$Date: 2010-02-17 11:47:06 +0000 (Wed, 17 Feb 2010) $ $Revision: 29657 $
*/
#import "common.h"

View file

@ -22,7 +22,6 @@
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110 USA.
$Date$ $Revision$
*/
#import "common.h"

View file

@ -1,4 +1,6 @@
/* GSPrivateHash.m
/**
GSPrivateHash.m
Copyright (C) 2013 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -21,8 +21,6 @@
* License along with this library; if not, write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110 USA.
*
* $Date$ $Revision$
*/
#import "GSSocksParser.h"

View file

@ -1,7 +1,7 @@
/** Implementation of NSArchiver for GNUstep
Copyright (C) 1998,1999 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <richard@brainstorm.co.uk>
Written by: Richard Frith-Macdonald <rfm@gnu.org>
Created: October 1998
This file is part of the GNUstep Base Library.
@ -22,7 +22,6 @@
Boston, MA 02110 USA.
<title>NSArchiver class reference</title>
$Date$ $Revision$
*/
#import "common.h"

View file

@ -28,7 +28,6 @@
<title>NSBundle class reference</title>
$Date$ $Revision$
*/
#define EXPOSE_NSBundle_IVARS 1

View file

@ -1,4 +1,4 @@
/* Definition of class NSByteCountFormatter
/** Definition of class NSByteCountFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
Written by: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Implementation for NSCache for GNUStep
/** Implementation for NSCache for GNUStep
Copyright (C) 2009 Free Software Foundation, Inc.
Written by: David Chisnall <csdavec@swan.ac.uk>

View file

@ -1,4 +1,4 @@
/* Implementation for NSCachedURLResponse for GNUstep
/** Implementation for NSCachedURLResponse for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1,4 +1,4 @@
/* NSCalendar.m
/** NSCalendar.m
Copyright (C) 2010 Free Software Foundation, Inc.

View file

@ -1,4 +1,4 @@
/* Implementation of class NSDateInterval
/** Implementation of class NSDateInterval
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Implementation of class NSDateIntervalFormatter
/** Implementation of class NSDateIntervalFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Implementation of class NSEnergyFormatter
/** Implementation of class NSEnergyFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Implementation of class NSExtensionContext
/** Implementation of class NSExtensionContext
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,7 +1,7 @@
/* Implementation of class NSExtensionItem
/** Implementation of class NSExtensionItem
Copyright (C) 2019 Free Software Foundation, Inc.
By: heron
By: Gregory John Casamento <greg.casamento@gmail.com>
Date: Sun Nov 10 03:59:46 EST 2019
This file is part of the GNUstep Library.

View file

@ -1,4 +1,4 @@
/* Definition of class NSFileCoordinator
/** Definition of class NSFileCoordinator
Copyright (C) 2019 Free Software Foundation, Inc.
Implemented by: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,4 @@
/* Implementation for NSHTTPCookie for GNUstep
/** Implementation for NSHTTPCookie for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Implementation for NSHTTPCookieStorage for GNUstep
/** Implementation for NSHTTPCookieStorage for GNUstep
Copyright (C) 2006 Software Foundation, Inc.
Written by: Richard Frith-Macdonald <rfm@gnu.org>

View file

@ -1,4 +1,4 @@
/* Implementation of class NSISO8601DateFormatter
/** Implementation of class NSISO8601DateFormatter
Copyright (C) 2019 Free Software Foundation, Inc.
By: Gregory John Casamento <greg.casamento@gmail.com>

View file

@ -1,11 +1,33 @@
/**
* NSJSONSerialization.m. This file provides an implementation of the JSON
* reading and writing APIs introduced with OS X 10.7.
*
* The parser is implemented as a simple recursive parser. The JSON is
* unambiguous, so this requires no read-ahead or backtracking. The source of
* data for the parse can be either a static JSON string or some JSON data.
*/
/** Implementation of class NSJSONSerialization
Copyright (C) 2011-2021 Free Software Foundation, Inc.
NSJSONSerialization.m. This file provides an implementation of the JSON
reading and writing APIs introduced with OS X 10.7.
The parser is implemented as a simple recursive parser. The JSON is
unambiguous, so this requires no read-ahead or backtracking. The source of
data for the parse can be either a static JSON string or some JSON data.
By: David Chisnall <github@theravensnest.org>
Date: Jul 2011
This file is part of the GNUstep Library.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110 USA.
*/
#import "common.h"
#import "Foundation/NSArray.h"

View file

@ -1,7 +1,7 @@
/**Interface for NSMetadataQuery for GNUStep
Copyright (C) 2012 Free Software Foundation, Inc.
Written by: Gregory Casamento
Written by: Gregory John Casamento <greg.casamento@gmail.com>
Date: 2012
This file is part of the GNUstep Base Library.

View file

@ -1,7 +1,7 @@
/** Implementation of NSNotificationCenter for GNUstep
Copyright (C) 1999 Free Software Foundation, Inc.
Written by: Richard Frith-Macdonald <richard@brainstorm.co.uk>
Written by: Richard Frith-Macdonald <rfm@gnu.org>
Created: June 1999
Many thanks for the earlier version, (from which this is loosely
@ -26,7 +26,6 @@
Boston, MA 02110 USA.
<title>NSNotificationCenter class reference</title>
$Date$ $Revision$
*/
#import "common.h"

View file

@ -22,7 +22,6 @@
Boston, MA 02110 USA.
<title>NSNull class reference</title>
$Date$ $Revision$
*/
#import "common.h"

View file

@ -22,7 +22,6 @@
Boston, MA 02110 USA.
<title>NSObjCRuntime class reference</title>
$Date$ $Revision$
*/
#import "common.h"

View file

@ -22,7 +22,6 @@
Boston, MA 02110 USA.
<title>NSObject+NSComparisonMethods category reference</title>
$Date: 2008-11-26 04:20:34 -0500 (Wed, 26 Nov 2008) $ $Revision: 27135 $
*/
#import "common.h"

View file

@ -26,7 +26,6 @@
Boston, MA 02110 USA.
<title>NSPathUtilities function reference</title>
$Date$ $Revision$
*/
/**

View file

@ -20,8 +20,6 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110 USA.
$Date$ $Revision$
*/
#import "common.h"

View file

@ -1,4 +1,4 @@
/* Interface for NSPredicate for GNUStep
/** Interface for NSPredicate for GNUStep
Copyright (C) 2005 Free Software Foundation, Inc.
Written by: Dr. H. Nikolaus Schaller

View file

@ -18,8 +18,6 @@
License along with this library; if not, write to the Free
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110 USA.
$Date: 2010-09-18 16:09:58 +0100 (Sat, 18 Sep 2010) $ $Revision: 31371 $
*/

Some files were not shown because too many files have changed in this diff Show more