From 08858caf29dcc176ef4418fead609055ccc144f4 Mon Sep 17 00:00:00 2001 From: Riccardo Mottola Date: Sat, 23 Dec 2023 02:44:50 +0100 Subject: [PATCH] cleanup biolerplate comments, enable autogsdoc comments, cleanup some old RCS/CVS tags, fix emails --- Headers/Foundation/NSArchiver.h | 2 +- Headers/Foundation/NSArray.h | 2 +- Headers/Foundation/NSByteCountFormatter.h | 2 +- Headers/Foundation/NSCache.h | 2 +- Headers/Foundation/NSComparisonPredicate.h | 2 +- Headers/Foundation/NSCompoundPredicate.h | 2 +- Headers/Foundation/NSData.h | 2 +- Headers/Foundation/NSDistantObject.h | 2 +- Headers/Foundation/NSEnergyFormatter.h | 2 +- .../Foundation/NSExtensionRequestHandling.h | 4 +- Headers/Foundation/NSFileCoordinator.h | 2 +- Headers/Foundation/NSFilePresenter.h | 6 +-- Headers/Foundation/NSGeometry.h | 2 +- Headers/Foundation/NSHTTPCookie.h | 4 +- Headers/Foundation/NSHTTPCookieStorage.h | 4 +- Headers/Foundation/NSISO8601DateFormatter.h | 2 +- Headers/Foundation/NSItemProvider.h | 4 +- .../Foundation/NSItemProviderReadingWriting.h | 4 +- Headers/Foundation/NSJSONSerialization.h | 24 ++++++++++++ Headers/Foundation/NSLengthFormatter.h | 2 +- Headers/Foundation/NSLinguisticTagger.h | 2 +- Headers/Foundation/NSLocale.h | 5 ++- Headers/Foundation/NSMapTable.h | 5 +-- Headers/Foundation/NSMassFormatter.h | 3 +- Headers/Foundation/NSMeasurement.h | 2 +- Headers/Foundation/NSMeasurementFormatter.h | 2 +- Headers/Foundation/NSMetadata.h | 2 +- Headers/Foundation/NSNetServices.h | 2 +- Headers/Foundation/NSObjectScripting.h | 4 +- Headers/Foundation/NSOrthography.h | 4 +- Headers/Foundation/NSPersonNameComponents.h | 2 +- .../NSPersonNameComponentsFormatter.h | 2 +- Headers/Foundation/NSProgress.h | 2 +- Headers/Foundation/NSRegularExpression.h | 3 +- Headers/Foundation/NSScriptCoercionHandler.h | 3 +- Headers/Foundation/NSScriptCommand.h | 3 +- .../Foundation/NSScriptCommandDescription.h | 3 +- Headers/Foundation/NSScriptExecutionContext.h | 3 +- Headers/Foundation/NSScriptKeyValueCoding.h | 3 +- Headers/Foundation/NSScriptObjectSpecifiers.h | 3 +- .../NSScriptStandardSuiteCommands.h | 3 +- Headers/Foundation/NSScriptSuiteRegistry.h | 3 +- Headers/Foundation/NSScriptWhoseTests.h | 2 +- Headers/Foundation/NSSerialization.h | 4 +- Headers/Foundation/NSSortDescriptor.h | 2 +- Headers/Foundation/NSTextCheckingResult.h | 2 +- Headers/Foundation/NSTimeZone.h | 2 +- .../Foundation/NSURLAuthenticationChallenge.h | 2 +- Headers/Foundation/NSURLCredential.h | 2 +- Headers/Foundation/NSURLCredentialStorage.h | 2 +- Headers/Foundation/NSURLDownload.h | 2 +- Headers/Foundation/NSURLProtectionSpace.h | 2 +- Headers/Foundation/NSURLProtocol.h | 2 +- Headers/Foundation/NSURLRequest.h | 2 +- Headers/Foundation/NSURLResponse.h | 4 +- Headers/Foundation/NSURLSession.h | 30 +++++++++++++++ Headers/Foundation/NSUnit.h | 2 +- Headers/Foundation/NSUserActivity.h | 4 +- Headers/Foundation/NSUserNotification.h | 2 +- Headers/Foundation/NSUserScriptTask.h | 3 +- Headers/Foundation/NSValueTransformer.h | 8 ++-- Headers/Foundation/NSXMLDTD.h | 2 +- Headers/Foundation/NSXMLDTDNode.h | 2 +- Headers/Foundation/NSXMLDocument.h | 2 +- Headers/Foundation/NSXMLElement.h | 2 +- Headers/Foundation/NSXMLNode.h | 2 +- Headers/Foundation/NSXPCConnection.h | 2 +- Source/Additions/GSFunctions.m | 1 - Source/Additions/GSLock.m | 2 - Source/Additions/GSObjCRuntime.m | 1 - Source/Additions/NSDebug+GNUstepBase.m | 2 - Source/Additions/NSPropertyList+GNUstepBase.m | 2 - Source/GSArray.m | 1 - Source/GSPrivateHash.m | 4 +- Source/GSSocksParser/GSSocks4Parser.h | 2 - Source/NSArchiver.m | 3 +- Source/NSBundle.m | 1 - Source/NSByteCountFormatter.m | 2 +- Source/NSCache.m | 2 +- Source/NSCachedURLResponse.m | 2 +- Source/NSCalendar.m | 2 +- Source/NSDateInterval.m | 2 +- Source/NSDateIntervalFormatter.m | 2 +- Source/NSEnergyFormatter.m | 2 +- Source/NSExtensionContext.m | 2 +- Source/NSExtensionItem.m | 4 +- Source/NSFileCoordinator.m | 2 +- Source/NSHTTPCookie.m | 2 +- Source/NSHTTPCookieStorage.m | 2 +- Source/NSISO8601DateFormatter.m | 2 +- Source/NSJSONSerialization.m | 38 +++++++++++++++---- Source/NSMetadata.m | 2 +- Source/NSNotificationCenter.m | 3 +- Source/NSNull.m | 1 - Source/NSObjCRuntime.m | 1 - Source/NSObject+NSComparisonMethods.m | 1 - Source/NSPathUtilities.m | 1 - Source/NSPipe.m | 2 - Source/NSPredicate.m | 2 +- Source/NSRegularExpression.m | 2 - Source/NSScriptClassDescription.m | 3 +- Source/NSSerializer.m | 1 - Source/NSString.m | 1 - Source/NSTask.m | 1 - Source/NSThread.m | 1 - Source/NSURL.m | 1 - Source/NSURLCache.m | 2 +- Source/NSURLResponse.m | 2 +- Source/NSURLSession.m | 30 +++++++++++++++ Source/NSUnarchiver.m | 2 +- Source/NSUndoManager.m | 1 - Source/NSUnit.m | 2 +- Source/win32/NSMessagePortNameServer.m | 1 - 113 files changed, 223 insertions(+), 156 deletions(-) diff --git a/Headers/Foundation/NSArchiver.h b/Headers/Foundation/NSArchiver.h index 171c24be60..c2c07e6859 100644 --- a/Headers/Foundation/NSArchiver.h +++ b/Headers/Foundation/NSArchiver.h @@ -2,7 +2,7 @@ Copyright (C) 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Written by: Andrew Kachites McCallum - Rewrite by: Richard Frith-Macdonald + Written by: Richard Frith-Macdonald Date: March 1995 This file is part of the GNUstep Base Library. diff --git a/Headers/Foundation/NSArray.h b/Headers/Foundation/NSArray.h index 6c492568ae..543c304fee 100644 --- a/Headers/Foundation/NSArray.h +++ b/Headers/Foundation/NSArray.h @@ -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 diff --git a/Headers/Foundation/NSByteCountFormatter.h b/Headers/Foundation/NSByteCountFormatter.h index e8abf6462b..344a8c1c8e 100644 --- a/Headers/Foundation/NSByteCountFormatter.h +++ b/Headers/Foundation/NSByteCountFormatter.h @@ -1,4 +1,4 @@ -/* Definition of class NSByteCountFormatter +/** Definition of class NSByteCountFormatter Copyright (C) 2019 Free Software Foundation, Inc. Written by: Gregory Casamento diff --git a/Headers/Foundation/NSCache.h b/Headers/Foundation/NSCache.h index fedd277ebd..93b81ae704 100644 --- a/Headers/Foundation/NSCache.h +++ b/Headers/Foundation/NSCache.h @@ -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 diff --git a/Headers/Foundation/NSComparisonPredicate.h b/Headers/Foundation/NSComparisonPredicate.h index 8f5a04d131..895f10fe97 100644 --- a/Headers/Foundation/NSComparisonPredicate.h +++ b/Headers/Foundation/NSComparisonPredicate.h @@ -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 diff --git a/Headers/Foundation/NSCompoundPredicate.h b/Headers/Foundation/NSCompoundPredicate.h index b087cb0ceb..dcdbee2c78 100644 --- a/Headers/Foundation/NSCompoundPredicate.h +++ b/Headers/Foundation/NSCompoundPredicate.h @@ -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 diff --git a/Headers/Foundation/NSData.h b/Headers/Foundation/NSData.h index f9eda8ea71..05c3a7a07a 100644 --- a/Headers/Foundation/NSData.h +++ b/Headers/Foundation/NSData.h @@ -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 diff --git a/Headers/Foundation/NSDistantObject.h b/Headers/Foundation/NSDistantObject.h index ba11ab074c..c15b2c62af 100644 --- a/Headers/Foundation/NSDistantObject.h +++ b/Headers/Foundation/NSDistantObject.h @@ -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 diff --git a/Headers/Foundation/NSEnergyFormatter.h b/Headers/Foundation/NSEnergyFormatter.h index e0eb47bb84..1c1c27e87b 100644 --- a/Headers/Foundation/NSEnergyFormatter.h +++ b/Headers/Foundation/NSEnergyFormatter.h @@ -1,4 +1,4 @@ -/* Definition of class NSEnergyFormatter +/** Definition of class NSEnergyFormatter Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSExtensionRequestHandling.h b/Headers/Foundation/NSExtensionRequestHandling.h index ad6b2c137f..7bb4bdf92b 100644 --- a/Headers/Foundation/NSExtensionRequestHandling.h +++ b/Headers/Foundation/NSExtensionRequestHandling.h @@ -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 Date: Sun Nov 10 04:00:05 EST 2019 This file is part of the GNUstep Library. diff --git a/Headers/Foundation/NSFileCoordinator.h b/Headers/Foundation/NSFileCoordinator.h index 31279f0d8a..10fe0fc85c 100644 --- a/Headers/Foundation/NSFileCoordinator.h +++ b/Headers/Foundation/NSFileCoordinator.h @@ -1,4 +1,4 @@ -/* Definition of class NSFileCoordinator +/** Definition of class NSFileCoordinator Copyright (C) 2019 Free Software Foundation, Inc. Implemented by: Gregory Casamento diff --git a/Headers/Foundation/NSFilePresenter.h b/Headers/Foundation/NSFilePresenter.h index 2e43eea21e..2454cb76b7 100644 --- a/Headers/Foundation/NSFilePresenter.h +++ b/Headers/Foundation/NSFilePresenter.h @@ -1,9 +1,9 @@ -/* Definition of class NSFilePresenter +/** Definition of class NSFilePresenter Copyright (C) 2019 Free Software Foundation, Inc. - Implemented by: Gregory Casamento + Written by: Gregory Casamento Date: Sep 2019 - Original File by: Daniel Ferreira + Written by: Daniel Ferreira This file is part of the GNUstep Library. diff --git a/Headers/Foundation/NSGeometry.h b/Headers/Foundation/NSGeometry.h index 69ca8e58b9..4bddb843cc 100644 --- a/Headers/Foundation/NSGeometry.h +++ b/Headers/Foundation/NSGeometry.h @@ -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 diff --git a/Headers/Foundation/NSHTTPCookie.h b/Headers/Foundation/NSHTTPCookie.h index adc58df52a..1edf5c2af5 100644 --- a/Headers/Foundation/NSHTTPCookie.h +++ b/Headers/Foundation/NSHTTPCookie.h @@ -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 + Written by: Richard Frith-Macdonald Date: 2006 This file is part of the GNUstep Base Library. diff --git a/Headers/Foundation/NSHTTPCookieStorage.h b/Headers/Foundation/NSHTTPCookieStorage.h index b60b988803..f269ea8fc9 100644 --- a/Headers/Foundation/NSHTTPCookieStorage.h +++ b/Headers/Foundation/NSHTTPCookieStorage.h @@ -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 + Written by: Richard Frith-Macdonald Date: 2006 This file is part of the GNUstep Base Library. diff --git a/Headers/Foundation/NSISO8601DateFormatter.h b/Headers/Foundation/NSISO8601DateFormatter.h index 4c692a29fd..c0e5a423b2 100644 --- a/Headers/Foundation/NSISO8601DateFormatter.h +++ b/Headers/Foundation/NSISO8601DateFormatter.h @@ -1,4 +1,4 @@ -/* Definition of class NSISO8601DateFormatter +/** Definition of class NSISO8601DateFormatter Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSItemProvider.h b/Headers/Foundation/NSItemProvider.h index bfe879eff5..9e5c969630 100644 --- a/Headers/Foundation/NSItemProvider.h +++ b/Headers/Foundation/NSItemProvider.h @@ -1,7 +1,7 @@ -/* Definition of class NSItemProvider +/**Definition of class NSItemProvider Copyright (C) 2019 Free Software Foundation, Inc. - By: heron + By: Gregory Casamento Date: Sun Nov 10 04:00:17 EST 2019 This file is part of the GNUstep Library. diff --git a/Headers/Foundation/NSItemProviderReadingWriting.h b/Headers/Foundation/NSItemProviderReadingWriting.h index 9bb5ec0f2e..fe2c6640b3 100644 --- a/Headers/Foundation/NSItemProviderReadingWriting.h +++ b/Headers/Foundation/NSItemProviderReadingWriting.h @@ -1,7 +1,7 @@ -/* Definition of class NSItemProviderReadingWriting +/**Definition of class NSItemProviderReadingWriting Copyright (C) 2019 Free Software Foundation, Inc. - By: heron + By: Gregory Casamento Date: Sun Nov 10 04:00:24 EST 2019 This file is part of the GNUstep Library. diff --git a/Headers/Foundation/NSJSONSerialization.h b/Headers/Foundation/NSJSONSerialization.h index 7b477d8c6c..c151725b61 100644 --- a/Headers/Foundation/NSJSONSerialization.h +++ b/Headers/Foundation/NSJSONSerialization.h @@ -1,3 +1,27 @@ +/**Definition of class NSJSONSerialization + Copyright (C) 2011-2021 Free Software Foundation, Inc. + + By: David Chisnall + 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; diff --git a/Headers/Foundation/NSLengthFormatter.h b/Headers/Foundation/NSLengthFormatter.h index 4fd57adaaa..db703d0cc1 100644 --- a/Headers/Foundation/NSLengthFormatter.h +++ b/Headers/Foundation/NSLengthFormatter.h @@ -1,4 +1,4 @@ -/* Definition of class NSLengthFormatter +/**Definition of class NSLengthFormatter Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSLinguisticTagger.h b/Headers/Foundation/NSLinguisticTagger.h index b0d95c6922..877b3f1f0c 100644 --- a/Headers/Foundation/NSLinguisticTagger.h +++ b/Headers/Foundation/NSLinguisticTagger.h @@ -1,4 +1,4 @@ -/* Definition of class NSLinguisticTagger +/**Definition of class NSLinguisticTagger Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSLocale.h b/Headers/Foundation/NSLocale.h index 2741d6e023..ff547078a3 100644 --- a/Headers/Foundation/NSLocale.h +++ b/Headers/Foundation/NSLocale.h @@ -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 diff --git a/Headers/Foundation/NSMapTable.h b/Headers/Foundation/NSMapTable.h index fcd845ea71..4241185264 100644 --- a/Headers/Foundation/NSMapTable.h +++ b/Headers/Foundation/NSMapTable.h @@ -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 * 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 + * Author: Richard Frith-Macdonald * Updated: March 2009 * * This file is part of the GNUstep Base Library. diff --git a/Headers/Foundation/NSMassFormatter.h b/Headers/Foundation/NSMassFormatter.h index 7f55b8dcf6..4a15a9acc5 100644 --- a/Headers/Foundation/NSMassFormatter.h +++ b/Headers/Foundation/NSMassFormatter.h @@ -1,5 +1,4 @@ - -/* Definition of class NSMassFormatter +/**Definition of class NSMassFormatter Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSMeasurement.h b/Headers/Foundation/NSMeasurement.h index 6fb9083a65..71d34e3598 100644 --- a/Headers/Foundation/NSMeasurement.h +++ b/Headers/Foundation/NSMeasurement.h @@ -1,4 +1,4 @@ -/* Definition of class NSMeasurement +/**Definition of class NSMeasurement Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSMeasurementFormatter.h b/Headers/Foundation/NSMeasurementFormatter.h index cc0faf1471..a430b392be 100644 --- a/Headers/Foundation/NSMeasurementFormatter.h +++ b/Headers/Foundation/NSMeasurementFormatter.h @@ -1,4 +1,4 @@ -/* Definition of class NSMeasurementFormatter +/**Definition of class NSMeasurementFormatter Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSMetadata.h b/Headers/Foundation/NSMetadata.h index 580bd902fc..91ea6e5a91 100644 --- a/Headers/Foundation/NSMetadata.h +++ b/Headers/Foundation/NSMetadata.h @@ -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 Date: 2012 This file is part of the GNUstep Base Library. diff --git a/Headers/Foundation/NSNetServices.h b/Headers/Foundation/NSNetServices.h index a22a322f75..68d2416710 100644 --- a/Headers/Foundation/NSNetServices.h +++ b/Headers/Foundation/NSNetServices.h @@ -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 diff --git a/Headers/Foundation/NSObjectScripting.h b/Headers/Foundation/NSObjectScripting.h index fa2dc8178d..baff5cda93 100644 --- a/Headers/Foundation/NSObjectScripting.h +++ b/Headers/Foundation/NSObjectScripting.h @@ -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 Date: Fri Nov 1 00:25:37 EDT 2019 This file is part of the GNUstep Library. diff --git a/Headers/Foundation/NSOrthography.h b/Headers/Foundation/NSOrthography.h index e0cd2d6d86..4fa8b6e25c 100644 --- a/Headers/Foundation/NSOrthography.h +++ b/Headers/Foundation/NSOrthography.h @@ -1,7 +1,7 @@ -/* Definition of class NSOrthography +/**Definition of class NSOrthography Copyright (C) 2019 Free Software Foundation, Inc. - By: heron + By: Gregory Casamento Date: Tue Nov 5 03:43:39 EST 2019 This file is part of the GNUstep Library. diff --git a/Headers/Foundation/NSPersonNameComponents.h b/Headers/Foundation/NSPersonNameComponents.h index 30226b4e21..209274fdeb 100644 --- a/Headers/Foundation/NSPersonNameComponents.h +++ b/Headers/Foundation/NSPersonNameComponents.h @@ -1,4 +1,4 @@ -/* Definition of class NSPersonNameComponents +/**Definition of class NSPersonNameComponents Copyright (C) 2019 Free Software Foundation, Inc. Implemented by: Gregory Casamento diff --git a/Headers/Foundation/NSPersonNameComponentsFormatter.h b/Headers/Foundation/NSPersonNameComponentsFormatter.h index 2e8be798d6..873fe0ba8f 100644 --- a/Headers/Foundation/NSPersonNameComponentsFormatter.h +++ b/Headers/Foundation/NSPersonNameComponentsFormatter.h @@ -1,4 +1,4 @@ -/* Definition of class NSPersonNameComponents +/**Definition of class NSPersonNameComponents Copyright (C) 2019 Free Software Foundation, Inc. Implemented by: Gregory Casamento diff --git a/Headers/Foundation/NSProgress.h b/Headers/Foundation/NSProgress.h index ada9d61ee4..23d321a95d 100644 --- a/Headers/Foundation/NSProgress.h +++ b/Headers/Foundation/NSProgress.h @@ -1,4 +1,4 @@ -/* Definition of class NSProgress +/**Definition of class NSProgress Copyright (C) 2019 Free Software Foundation, Inc. Written by: Gregory Casamento diff --git a/Headers/Foundation/NSRegularExpression.h b/Headers/Foundation/NSRegularExpression.h index 9e03dec692..37af0ae476 100644 --- a/Headers/Foundation/NSRegularExpression.h +++ b/Headers/Foundation/NSRegularExpression.h @@ -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. diff --git a/Headers/Foundation/NSScriptCoercionHandler.h b/Headers/Foundation/NSScriptCoercionHandler.h index a729716bfa..3411223131 100644 --- a/Headers/Foundation/NSScriptCoercionHandler.h +++ b/Headers/Foundation/NSScriptCoercionHandler.h @@ -1,5 +1,4 @@ - -/* Definition of class NSScriptCoercionHandler +/**Definition of class NSScriptCoercionHandler Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSScriptCommand.h b/Headers/Foundation/NSScriptCommand.h index addb45d22c..ef6c542b97 100644 --- a/Headers/Foundation/NSScriptCommand.h +++ b/Headers/Foundation/NSScriptCommand.h @@ -1,5 +1,4 @@ - -/* Definition of class NSScriptCommand +/**Definition of class NSScriptCommand Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSScriptCommandDescription.h b/Headers/Foundation/NSScriptCommandDescription.h index 0ddca7f15c..9eaf404626 100644 --- a/Headers/Foundation/NSScriptCommandDescription.h +++ b/Headers/Foundation/NSScriptCommandDescription.h @@ -1,5 +1,4 @@ - -/* Definition of class NSScriptCommandDescription +/**Definition of class NSScriptCommandDescription Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSScriptExecutionContext.h b/Headers/Foundation/NSScriptExecutionContext.h index 748e04f37f..0f7475ab12 100644 --- a/Headers/Foundation/NSScriptExecutionContext.h +++ b/Headers/Foundation/NSScriptExecutionContext.h @@ -1,5 +1,4 @@ - -/* Definition of class NSScriptExecutionContext +/**Definition of class NSScriptExecutionContext Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSScriptKeyValueCoding.h b/Headers/Foundation/NSScriptKeyValueCoding.h index ca9553ad68..80217e2b2b 100644 --- a/Headers/Foundation/NSScriptKeyValueCoding.h +++ b/Headers/Foundation/NSScriptKeyValueCoding.h @@ -1,5 +1,4 @@ - -/* Definition of class NSScriptKeyValueCoding +/**Definition of class NSScriptKeyValueCoding Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSScriptObjectSpecifiers.h b/Headers/Foundation/NSScriptObjectSpecifiers.h index 3d6c9c1e7c..e00deb5ce2 100644 --- a/Headers/Foundation/NSScriptObjectSpecifiers.h +++ b/Headers/Foundation/NSScriptObjectSpecifiers.h @@ -1,5 +1,4 @@ - -/* Definition of class NSScriptObjectSpecifiers +/**Definition of class NSScriptObjectSpecifiers Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSScriptStandardSuiteCommands.h b/Headers/Foundation/NSScriptStandardSuiteCommands.h index def75be003..55464e035a 100644 --- a/Headers/Foundation/NSScriptStandardSuiteCommands.h +++ b/Headers/Foundation/NSScriptStandardSuiteCommands.h @@ -1,5 +1,4 @@ - -/* Definition of class NSScriptStandardSuiteCommands +/**Definition of class NSScriptStandardSuiteCommands Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSScriptSuiteRegistry.h b/Headers/Foundation/NSScriptSuiteRegistry.h index c0f2c77a17..78a82dd1c3 100644 --- a/Headers/Foundation/NSScriptSuiteRegistry.h +++ b/Headers/Foundation/NSScriptSuiteRegistry.h @@ -1,5 +1,4 @@ - -/* Definition of class NSScriptSuiteRegistry +/**Definition of class NSScriptSuiteRegistry Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSScriptWhoseTests.h b/Headers/Foundation/NSScriptWhoseTests.h index 2e773b0436..1f45cabd08 100644 --- a/Headers/Foundation/NSScriptWhoseTests.h +++ b/Headers/Foundation/NSScriptWhoseTests.h @@ -1,4 +1,4 @@ -/* +/** Global include file for the GNUstep Base Library. Copyright (C) 1997 Free Software Foundation, Inc. diff --git a/Headers/Foundation/NSSerialization.h b/Headers/Foundation/NSSerialization.h index 05428cbb2a..5714e4fb47 100644 --- a/Headers/Foundation/NSSerialization.h +++ b/Headers/Foundation/NSSerialization.h @@ -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 Date: 1995 - Updated by: Richard Frith-Macdonald + Author: Richard Frith-Macdonald Date: 1998 This file is part of the GNUstep Base Library. diff --git a/Headers/Foundation/NSSortDescriptor.h b/Headers/Foundation/NSSortDescriptor.h index c330a3a1a6..5786d0b163 100644 --- a/Headers/Foundation/NSSortDescriptor.h +++ b/Headers/Foundation/NSSortDescriptor.h @@ -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 diff --git a/Headers/Foundation/NSTextCheckingResult.h b/Headers/Foundation/NSTextCheckingResult.h index 52ad3805de..3b88715932 100644 --- a/Headers/Foundation/NSTextCheckingResult.h +++ b/Headers/Foundation/NSTextCheckingResult.h @@ -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. diff --git a/Headers/Foundation/NSTimeZone.h b/Headers/Foundation/NSTimeZone.h index fb7098da86..851cf8f348 100644 --- a/Headers/Foundation/NSTimeZone.h +++ b/Headers/Foundation/NSTimeZone.h @@ -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. diff --git a/Headers/Foundation/NSURLAuthenticationChallenge.h b/Headers/Foundation/NSURLAuthenticationChallenge.h index 73bae2804f..8edcf0abe5 100644 --- a/Headers/Foundation/NSURLAuthenticationChallenge.h +++ b/Headers/Foundation/NSURLAuthenticationChallenge.h @@ -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 diff --git a/Headers/Foundation/NSURLCredential.h b/Headers/Foundation/NSURLCredential.h index d0c1804662..bf727e4d18 100644 --- a/Headers/Foundation/NSURLCredential.h +++ b/Headers/Foundation/NSURLCredential.h @@ -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 diff --git a/Headers/Foundation/NSURLCredentialStorage.h b/Headers/Foundation/NSURLCredentialStorage.h index b44ea8bc9e..841203e4f1 100644 --- a/Headers/Foundation/NSURLCredentialStorage.h +++ b/Headers/Foundation/NSURLCredentialStorage.h @@ -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 diff --git a/Headers/Foundation/NSURLDownload.h b/Headers/Foundation/NSURLDownload.h index ff4fb95ca6..da0ae275c6 100644 --- a/Headers/Foundation/NSURLDownload.h +++ b/Headers/Foundation/NSURLDownload.h @@ -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 diff --git a/Headers/Foundation/NSURLProtectionSpace.h b/Headers/Foundation/NSURLProtectionSpace.h index 4bc2a02bf8..07ba809fea 100644 --- a/Headers/Foundation/NSURLProtectionSpace.h +++ b/Headers/Foundation/NSURLProtectionSpace.h @@ -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 diff --git a/Headers/Foundation/NSURLProtocol.h b/Headers/Foundation/NSURLProtocol.h index 7f85d40e97..e46779d89b 100644 --- a/Headers/Foundation/NSURLProtocol.h +++ b/Headers/Foundation/NSURLProtocol.h @@ -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 diff --git a/Headers/Foundation/NSURLRequest.h b/Headers/Foundation/NSURLRequest.h index 2d8ad67d6b..da536c1b4d 100644 --- a/Headers/Foundation/NSURLRequest.h +++ b/Headers/Foundation/NSURLRequest.h @@ -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 diff --git a/Headers/Foundation/NSURLResponse.h b/Headers/Foundation/NSURLResponse.h index 1e97193fff..c82ee61334 100644 --- a/Headers/Foundation/NSURLResponse.h +++ b/Headers/Foundation/NSURLResponse.h @@ -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 + Written by: Richard Frith-Macdonald Date: 2006 This file is part of the GNUstep Base Library. diff --git a/Headers/Foundation/NSURLSession.h b/Headers/Foundation/NSURLSession.h index 02275405d9..ad549a63ba 100644 --- a/Headers/Foundation/NSURLSession.h +++ b/Headers/Foundation/NSURLSession.h @@ -1,3 +1,33 @@ +/** + NSURLSession.h + + Copyright (C) 2017-2023 Free Software Foundation, Inc. + + Written by: Daniel Ferreira + Date: November 2017 + Author: Richard Frith-Macdonald + + 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 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 diff --git a/Headers/Foundation/NSUnit.h b/Headers/Foundation/NSUnit.h index 61a9449a14..e26a9f5201 100644 --- a/Headers/Foundation/NSUnit.h +++ b/Headers/Foundation/NSUnit.h @@ -1,4 +1,4 @@ -/* Definition of class NSUnit +/** Definition of class NSUnit Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSUserActivity.h b/Headers/Foundation/NSUserActivity.h index a567a7a57f..cf4772dd23 100644 --- a/Headers/Foundation/NSUserActivity.h +++ b/Headers/Foundation/NSUserActivity.h @@ -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 Date: Fri Nov 1 00:25:47 EDT 2019 This file is part of the GNUstep Library. diff --git a/Headers/Foundation/NSUserNotification.h b/Headers/Foundation/NSUserNotification.h index 788829d226..347ee6cbcf 100644 --- a/Headers/Foundation/NSUserNotification.h +++ b/Headers/Foundation/NSUserNotification.h @@ -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 diff --git a/Headers/Foundation/NSUserScriptTask.h b/Headers/Foundation/NSUserScriptTask.h index ff5a92d2cb..becc48875b 100644 --- a/Headers/Foundation/NSUserScriptTask.h +++ b/Headers/Foundation/NSUserScriptTask.h @@ -1,5 +1,4 @@ - -/* Definition of class NSUserScriptTask +/**Definition of class NSUserScriptTask Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Headers/Foundation/NSValueTransformer.h b/Headers/Foundation/NSValueTransformer.h index 7ae5c0f444..f19cf0e692 100644 --- a/Headers/Foundation/NSValueTransformer.h +++ b/Headers/Foundation/NSValueTransformer.h @@ -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. diff --git a/Headers/Foundation/NSXMLDTD.h b/Headers/Foundation/NSXMLDTD.h index 95afc459da..64e0acec8f 100644 --- a/Headers/Foundation/NSXMLDTD.h +++ b/Headers/Foundation/NSXMLDTD.h @@ -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 diff --git a/Headers/Foundation/NSXMLDTDNode.h b/Headers/Foundation/NSXMLDTDNode.h index 26b92947c2..79bbae99f5 100644 --- a/Headers/Foundation/NSXMLDTDNode.h +++ b/Headers/Foundation/NSXMLDTDNode.h @@ -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 diff --git a/Headers/Foundation/NSXMLDocument.h b/Headers/Foundation/NSXMLDocument.h index f4d23bd8d6..8d707fd76e 100644 --- a/Headers/Foundation/NSXMLDocument.h +++ b/Headers/Foundation/NSXMLDocument.h @@ -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 diff --git a/Headers/Foundation/NSXMLElement.h b/Headers/Foundation/NSXMLElement.h index 9b0ec28953..0dcfee352a 100644 --- a/Headers/Foundation/NSXMLElement.h +++ b/Headers/Foundation/NSXMLElement.h @@ -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 diff --git a/Headers/Foundation/NSXMLNode.h b/Headers/Foundation/NSXMLNode.h index f454af0db6..996c8a86ec 100644 --- a/Headers/Foundation/NSXMLNode.h +++ b/Headers/Foundation/NSXMLNode.h @@ -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 diff --git a/Headers/Foundation/NSXPCConnection.h b/Headers/Foundation/NSXPCConnection.h index e0db9d594b..524140673a 100644 --- a/Headers/Foundation/NSXPCConnection.h +++ b/Headers/Foundation/NSXPCConnection.h @@ -1,4 +1,4 @@ -/* Definition of class NSXPCConnection +/**Definition of class NSXPCConnection Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory Casamento diff --git a/Source/Additions/GSFunctions.m b/Source/Additions/GSFunctions.m index 0eccdba1d8..bd7d48a347 100644 --- a/Source/Additions/GSFunctions.m +++ b/Source/Additions/GSFunctions.m @@ -23,7 +23,6 @@ Boston, MA 02111 USA. NSPathUtilities function reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/Additions/GSLock.m b/Source/Additions/GSLock.m index e6c5f29aae..6c7efd0092 100644 --- a/Source/Additions/GSLock.m +++ b/Source/Additions/GSLock.m @@ -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" diff --git a/Source/Additions/GSObjCRuntime.m b/Source/Additions/GSObjCRuntime.m index c5ca240e87..9b63fe2db4 100644 --- a/Source/Additions/GSObjCRuntime.m +++ b/Source/Additions/GSObjCRuntime.m @@ -26,7 +26,6 @@ Boston, MA 02111 USA. GSObjCRuntime function and macro reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/Additions/NSDebug+GNUstepBase.m b/Source/Additions/NSDebug+GNUstepBase.m index d9a676b1a2..d7550bd3e3 100644 --- a/Source/Additions/NSDebug+GNUstepBase.m +++ b/Source/Additions/NSDebug+GNUstepBase.m @@ -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" diff --git a/Source/Additions/NSPropertyList+GNUstepBase.m b/Source/Additions/NSPropertyList+GNUstepBase.m index 95baaa0e51..e1071c8604 100644 --- a/Source/Additions/NSPropertyList+GNUstepBase.m +++ b/Source/Additions/NSPropertyList+GNUstepBase.m @@ -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" diff --git a/Source/GSArray.m b/Source/GSArray.m index 84212dd4b8..85d380afa9 100644 --- a/Source/GSArray.m +++ b/Source/GSArray.m @@ -22,7 +22,6 @@ Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110 USA. - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/GSPrivateHash.m b/Source/GSPrivateHash.m index afc58cd9fb..0e860e8545 100644 --- a/Source/GSPrivateHash.m +++ b/Source/GSPrivateHash.m @@ -1,4 +1,6 @@ -/* GSPrivateHash.m +/** + GSPrivateHash.m + Copyright (C) 2013 Free Software Foundation, Inc. Written by: Richard Frith-Macdonald diff --git a/Source/GSSocksParser/GSSocks4Parser.h b/Source/GSSocksParser/GSSocks4Parser.h index 03649a657d..1ca8de75ba 100644 --- a/Source/GSSocksParser/GSSocks4Parser.h +++ b/Source/GSSocksParser/GSSocks4Parser.h @@ -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" diff --git a/Source/NSArchiver.m b/Source/NSArchiver.m index e3a92dfb4d..b769cf724b 100644 --- a/Source/NSArchiver.m +++ b/Source/NSArchiver.m @@ -1,7 +1,7 @@ /** Implementation of NSArchiver for GNUstep Copyright (C) 1998,1999 Free Software Foundation, Inc. - Written by: Richard Frith-Macdonald + Written by: Richard Frith-Macdonald Created: October 1998 This file is part of the GNUstep Base Library. @@ -22,7 +22,6 @@ Boston, MA 02110 USA. NSArchiver class reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/NSBundle.m b/Source/NSBundle.m index 309fabcc25..117b6402bb 100644 --- a/Source/NSBundle.m +++ b/Source/NSBundle.m @@ -28,7 +28,6 @@ NSBundle class reference - $Date$ $Revision$ */ #define EXPOSE_NSBundle_IVARS 1 diff --git a/Source/NSByteCountFormatter.m b/Source/NSByteCountFormatter.m index a51cb1f151..bf40fa79b1 100644 --- a/Source/NSByteCountFormatter.m +++ b/Source/NSByteCountFormatter.m @@ -1,4 +1,4 @@ -/* Definition of class NSByteCountFormatter +/** Definition of class NSByteCountFormatter Copyright (C) 2019 Free Software Foundation, Inc. Written by: Gregory Casamento diff --git a/Source/NSCache.m b/Source/NSCache.m index a66b4df4f7..bfc72c1350 100644 --- a/Source/NSCache.m +++ b/Source/NSCache.m @@ -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 diff --git a/Source/NSCachedURLResponse.m b/Source/NSCachedURLResponse.m index 5e49c26d34..eaf2e2b823 100644 --- a/Source/NSCachedURLResponse.m +++ b/Source/NSCachedURLResponse.m @@ -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 diff --git a/Source/NSCalendar.m b/Source/NSCalendar.m index d5dc31a5bd..f2044e1f48 100644 --- a/Source/NSCalendar.m +++ b/Source/NSCalendar.m @@ -1,4 +1,4 @@ -/* NSCalendar.m +/** NSCalendar.m Copyright (C) 2010 Free Software Foundation, Inc. diff --git a/Source/NSDateInterval.m b/Source/NSDateInterval.m index 448a560b0c..ede531dd3b 100644 --- a/Source/NSDateInterval.m +++ b/Source/NSDateInterval.m @@ -1,4 +1,4 @@ -/* Implementation of class NSDateInterval +/** Implementation of class NSDateInterval Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory Casamento diff --git a/Source/NSDateIntervalFormatter.m b/Source/NSDateIntervalFormatter.m index 9ffb8bd655..42862c3f8c 100644 --- a/Source/NSDateIntervalFormatter.m +++ b/Source/NSDateIntervalFormatter.m @@ -1,4 +1,4 @@ -/* Implementation of class NSDateIntervalFormatter +/** Implementation of class NSDateIntervalFormatter Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Source/NSEnergyFormatter.m b/Source/NSEnergyFormatter.m index 9ac74e17b4..151c9476ba 100644 --- a/Source/NSEnergyFormatter.m +++ b/Source/NSEnergyFormatter.m @@ -1,4 +1,4 @@ -/* Implementation of class NSEnergyFormatter +/** Implementation of class NSEnergyFormatter Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Source/NSExtensionContext.m b/Source/NSExtensionContext.m index a01ac582c5..f2014b0080 100644 --- a/Source/NSExtensionContext.m +++ b/Source/NSExtensionContext.m @@ -1,4 +1,4 @@ -/* Implementation of class NSExtensionContext +/** Implementation of class NSExtensionContext Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory Casamento diff --git a/Source/NSExtensionItem.m b/Source/NSExtensionItem.m index f3374a1a92..1f3ccc6647 100644 --- a/Source/NSExtensionItem.m +++ b/Source/NSExtensionItem.m @@ -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 Date: Sun Nov 10 03:59:46 EST 2019 This file is part of the GNUstep Library. diff --git a/Source/NSFileCoordinator.m b/Source/NSFileCoordinator.m index a434183347..ab28a277e9 100644 --- a/Source/NSFileCoordinator.m +++ b/Source/NSFileCoordinator.m @@ -1,4 +1,4 @@ -/* Definition of class NSFileCoordinator +/** Definition of class NSFileCoordinator Copyright (C) 2019 Free Software Foundation, Inc. Implemented by: Gregory Casamento diff --git a/Source/NSHTTPCookie.m b/Source/NSHTTPCookie.m index f16299bc45..dc8933b1f1 100644 --- a/Source/NSHTTPCookie.m +++ b/Source/NSHTTPCookie.m @@ -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 diff --git a/Source/NSHTTPCookieStorage.m b/Source/NSHTTPCookieStorage.m index c553c42f34..a5a0be0192 100644 --- a/Source/NSHTTPCookieStorage.m +++ b/Source/NSHTTPCookieStorage.m @@ -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 diff --git a/Source/NSISO8601DateFormatter.m b/Source/NSISO8601DateFormatter.m index c093c4d94d..efc10830b5 100644 --- a/Source/NSISO8601DateFormatter.m +++ b/Source/NSISO8601DateFormatter.m @@ -1,4 +1,4 @@ -/* Implementation of class NSISO8601DateFormatter +/** Implementation of class NSISO8601DateFormatter Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Source/NSJSONSerialization.m b/Source/NSJSONSerialization.m index 13c0037f5b..080cccc33b 100644 --- a/Source/NSJSONSerialization.m +++ b/Source/NSJSONSerialization.m @@ -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 + 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" diff --git a/Source/NSMetadata.m b/Source/NSMetadata.m index 3590efdd57..3a3ff6219a 100644 --- a/Source/NSMetadata.m +++ b/Source/NSMetadata.m @@ -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 Date: 2012 This file is part of the GNUstep Base Library. diff --git a/Source/NSNotificationCenter.m b/Source/NSNotificationCenter.m index ebda595a84..70129b2b64 100644 --- a/Source/NSNotificationCenter.m +++ b/Source/NSNotificationCenter.m @@ -1,7 +1,7 @@ /** Implementation of NSNotificationCenter for GNUstep Copyright (C) 1999 Free Software Foundation, Inc. - Written by: Richard Frith-Macdonald + Written by: Richard Frith-Macdonald Created: June 1999 Many thanks for the earlier version, (from which this is loosely @@ -26,7 +26,6 @@ Boston, MA 02110 USA. NSNotificationCenter class reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/NSNull.m b/Source/NSNull.m index cf182b46c2..fccf27de05 100644 --- a/Source/NSNull.m +++ b/Source/NSNull.m @@ -22,7 +22,6 @@ Boston, MA 02110 USA. NSNull class reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/NSObjCRuntime.m b/Source/NSObjCRuntime.m index b9aa52a4c9..415bde2f94 100644 --- a/Source/NSObjCRuntime.m +++ b/Source/NSObjCRuntime.m @@ -22,7 +22,6 @@ Boston, MA 02110 USA. NSObjCRuntime class reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/NSObject+NSComparisonMethods.m b/Source/NSObject+NSComparisonMethods.m index 6040f050be..e93134e41c 100644 --- a/Source/NSObject+NSComparisonMethods.m +++ b/Source/NSObject+NSComparisonMethods.m @@ -22,7 +22,6 @@ Boston, MA 02110 USA. NSObject+NSComparisonMethods category reference - $Date: 2008-11-26 04:20:34 -0500 (Wed, 26 Nov 2008) $ $Revision: 27135 $ */ #import "common.h" diff --git a/Source/NSPathUtilities.m b/Source/NSPathUtilities.m index 9d7c2e0897..ce347ba131 100644 --- a/Source/NSPathUtilities.m +++ b/Source/NSPathUtilities.m @@ -26,7 +26,6 @@ Boston, MA 02110 USA. NSPathUtilities function reference - $Date$ $Revision$ */ /** diff --git a/Source/NSPipe.m b/Source/NSPipe.m index 6563f6b7a8..8289896d0e 100644 --- a/Source/NSPipe.m +++ b/Source/NSPipe.m @@ -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" diff --git a/Source/NSPredicate.m b/Source/NSPredicate.m index 366984111e..d62de6bc56 100644 --- a/Source/NSPredicate.m +++ b/Source/NSPredicate.m @@ -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 diff --git a/Source/NSRegularExpression.m b/Source/NSRegularExpression.m index 4fbc3d81be..b71e8dabb4 100644 --- a/Source/NSRegularExpression.m +++ b/Source/NSRegularExpression.m @@ -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 $ */ diff --git a/Source/NSScriptClassDescription.m b/Source/NSScriptClassDescription.m index 478fb18bbf..9a2d3705ce 100644 --- a/Source/NSScriptClassDescription.m +++ b/Source/NSScriptClassDescription.m @@ -1,5 +1,4 @@ - -/* Implementation of class NSScriptClassDescription +/** Implementation of class NSScriptClassDescription Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Source/NSSerializer.m b/Source/NSSerializer.m index 60fcc5e07d..0815d76f80 100644 --- a/Source/NSSerializer.m +++ b/Source/NSSerializer.m @@ -22,7 +22,6 @@ Boston, MA 02110 USA. NSSerializer class reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/NSString.m b/Source/NSString.m index 4c0bb3b3b6..1842fa8017 100644 --- a/Source/NSString.m +++ b/Source/NSString.m @@ -28,7 +28,6 @@ Boston, MA 02110 USA. NSString class reference - $Date$ $Revision$ */ /* Caveats: diff --git a/Source/NSTask.m b/Source/NSTask.m index cd14e50fa8..431cb55393 100644 --- a/Source/NSTask.m +++ b/Source/NSTask.m @@ -22,7 +22,6 @@ Boston, MA 02110 USA. NSTask class reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/NSThread.m b/Source/NSThread.m index a2acc99f4b..7c13dc125f 100644 --- a/Source/NSThread.m +++ b/Source/NSThread.m @@ -28,7 +28,6 @@ Boston, MA 02110 USA. NSThread class reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/NSURL.m b/Source/NSURL.m index 229ae22f97..6c9ca7c74b 100644 --- a/Source/NSURL.m +++ b/Source/NSURL.m @@ -28,7 +28,6 @@ Boston, MA 02110 USA. NSURL class reference - $Date$ $Revision$ */ /* diff --git a/Source/NSURLCache.m b/Source/NSURLCache.m index aaccdcc675..01e40a23c0 100644 --- a/Source/NSURLCache.m +++ b/Source/NSURLCache.m @@ -1,4 +1,4 @@ -/* Implementation for NSURLCache for GNUstep +/** Implementation for NSURLCache for GNUstep Copyright (C) 2006 Software Foundation, Inc. Written by: Richard Frith-Macdonald diff --git a/Source/NSURLResponse.m b/Source/NSURLResponse.m index f8125a6436..b5bafbf389 100644 --- a/Source/NSURLResponse.m +++ b/Source/NSURLResponse.m @@ -1,4 +1,4 @@ -/* Implementation for NSURLResponse for GNUstep +/** Implementation for NSURLResponse for GNUstep Copyright (C) 2006 Software Foundation, Inc. Written by: Richard Frith-Macdonald diff --git a/Source/NSURLSession.m b/Source/NSURLSession.m index 10cf42b3a9..121b24640f 100644 --- a/Source/NSURLSession.m +++ b/Source/NSURLSession.m @@ -1,3 +1,33 @@ +/** + NSURLSession.m + + Copyright (C) 2017-2023 Free Software Foundation, Inc. + + Written by: Daniel Ferreira + Date: November 2017 + Author: Richard Frith-Macdonald + + 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 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. +*/ + #import "GSURLPrivate.h" #import diff --git a/Source/NSUnarchiver.m b/Source/NSUnarchiver.m index 0b5eb6c675..6f87c65d99 100644 --- a/Source/NSUnarchiver.m +++ b/Source/NSUnarchiver.m @@ -1,7 +1,7 @@ /** Implementation of NSUnarchiver for GNUstep Copyright (C) 1998 Free Software Foundation, Inc. - Written by: Richard Frith-Macdonald + Written by: Richard Frith-Macdonald Created: October 1998 This file is part of the GNUstep Base Library. diff --git a/Source/NSUndoManager.m b/Source/NSUndoManager.m index 25b364ed6a..e22de8c111 100644 --- a/Source/NSUndoManager.m +++ b/Source/NSUndoManager.m @@ -21,7 +21,6 @@ Boston, MA 02110 USA. NSUndoManager class reference - $Date$ $Revision$ */ #import "common.h" diff --git a/Source/NSUnit.m b/Source/NSUnit.m index 70b25a1c9b..8cfd77dd5b 100644 --- a/Source/NSUnit.m +++ b/Source/NSUnit.m @@ -1,4 +1,4 @@ -/* Implementation of class NSUnit +/** Implementation of class NSUnit Copyright (C) 2019 Free Software Foundation, Inc. By: Gregory John Casamento diff --git a/Source/win32/NSMessagePortNameServer.m b/Source/win32/NSMessagePortNameServer.m index d0154e8c3a..bb975bfd7e 100644 --- a/Source/win32/NSMessagePortNameServer.m +++ b/Source/win32/NSMessagePortNameServer.m @@ -20,7 +20,6 @@ Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA. NSMessagePortNameServer class reference - $Date$ $Revision$ */ #include "common.h"