Add missing import.

Add author section.
This commit is contained in:
fredkiefer 2020-03-21 15:48:25 +01:00
parent 76f84654c2
commit 6d5cbe977b
2 changed files with 9 additions and 2 deletions

View file

@ -3,11 +3,14 @@
Private class for handling font info
Copyright (C) 2000 Free Software Foundation, Inc.
Copyright (C) 2000, 2020 Free Software Foundation, Inc.
Author: Adam Fedor <fedor@gnu.org>
Date: Mar 2000
Author: Fred Kiefer <fredkiefer@gmx.de>
Date: March 2020
This file is part of the GNUstep.
This library is free software; you can redistribute it and/or

View file

@ -1,9 +1,12 @@
/* Implementation of class NSFontCollection
Copyright (C) 2019 Free Software Foundation, Inc.
Copyright (C) 2019, 2020 Free Software Foundation, Inc.
By: Gregory John Casamento
Date: Tue Dec 10 11:51:33 EST 2019
Author: Fred Kiefer <fredkiefer@gmx.de>
Date: March 2020
This file is part of the GNUstep Library.
This library is free software; you can redistribute it and/or
@ -24,6 +27,7 @@
#import <Foundation/NSArray.h>
#import <Foundation/NSData.h>
#import <Foundation/NSDebug.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSError.h>
#import <Foundation/NSException.h>