Fix issues with license and import statements

This commit is contained in:
Gregory John Casamento 2020-04-13 15:04:12 -04:00
parent 66ea79f256
commit 1479a4fa88
4 changed files with 8 additions and 8 deletions

View file

@ -9,7 +9,7 @@
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.
version 2.1 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
@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#import <AppKit/NSMediaLibraryBrowserController.h>
#import "AppKit/NSMediaLibraryBrowserController.h"
@implementation NSMediaLibraryBrowserController

View file

@ -9,7 +9,7 @@
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.
version 2.1 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
@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#import <AppKit/NSScrubberItemView.h>
#import "AppKit/NSScrubberItemView.h"
@implementation NSScrubberArrangedView

View file

@ -9,7 +9,7 @@
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.
version 2.1 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
@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#import <AppKit/NSScrubberLayout.h>
#import "AppKit/NSScrubberLayout.h"
@implementation NSScrubberLayout

View file

@ -9,7 +9,7 @@
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.
version 2.1 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
@ -22,7 +22,7 @@
Boston, MA 02110 USA.
*/
#import <AppKit/NSSharingServicePickerToolbarItem.h>
#import "AppKit/NSSharingServicePickerToolbarItem.h"
@implementation NSSharingServicePickerToolbarItem