Minor cleanup of white space and header documentation.

This commit is contained in:
Gregory John Casamento 2019-06-19 00:14:03 -04:00
parent 39465cb904
commit ef438f7697
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,5 @@
/** Concrete implementation of GSOrderedSet based on GNU Set class
/** Concrete implementation of GSOrderedSet and GSMutableOrderedSet
based on GNU NSOrderedSet and NSMutableOrderedSet classes
Copyright (C) 2019 Free Software Foundation, Inc.
Written by: Gregory Casamento <greg.casamento@gmail.com>

View file

@ -1,4 +1,3 @@
/** Interface for NSOrderedSet, NSMutableOrderedSet for GNUStep
Copyright (C) 2019 Free Software Foundation, Inc.