diff options
Diffstat (limited to 'macosx/HBTrackTitleViewController.m')
-rw-r--r-- | macosx/HBTrackTitleViewController.m | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/macosx/HBTrackTitleViewController.m b/macosx/HBTrackTitleViewController.m index e1b19a74f..4ea9142ce 100644 --- a/macosx/HBTrackTitleViewController.m +++ b/macosx/HBTrackTitleViewController.m @@ -1,9 +1,10 @@ -// -// HBTrackTitleViewController.m -// HandBrake -// -// Created by Damiano Galassi on 26/09/2019. -// +/* HBTrackTitleViewController.m + +This file is part of the HandBrake source code. +Homepage: <http://handbrake.fr/>. +It may be used under the terms of the GNU General Public License. */ + +#import <Cocoa/Cocoa.h> #import "HBTrackTitleViewController.h" |