summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBAudioTrackPreset.h12
-rw-r--r--macosx/HBAudioTrackPreset.m12
-rw-r--r--macosx/HBPresetsViewController.m2
3 files changed, 11 insertions, 15 deletions
diff --git a/macosx/HBAudioTrackPreset.h b/macosx/HBAudioTrackPreset.h
index 12ded68c8..9f6e09083 100644
--- a/macosx/HBAudioTrackPreset.h
+++ b/macosx/HBAudioTrackPreset.h
@@ -1,10 +1,8 @@
-//
-// HBAudioEncoder.h
-// HandBrake
-//
-// Created by Damiano Galassi on 30/07/14.
-//
-//
+/* HBAudioTrackPreset.h $
+
+ 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 <Foundation/Foundation.h>
diff --git a/macosx/HBAudioTrackPreset.m b/macosx/HBAudioTrackPreset.m
index 60e10986b..00aacd1a0 100644
--- a/macosx/HBAudioTrackPreset.m
+++ b/macosx/HBAudioTrackPreset.m
@@ -1,10 +1,8 @@
-//
-// HBAudioEncoder.m
-// HandBrake
-//
-// Created by Damiano Galassi on 30/07/14.
-//
-//
+/* HBAudioTrackPreset.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 "HBAudioTrackPreset.h"
#import "NSCodingMacro.h"
diff --git a/macosx/HBPresetsViewController.m b/macosx/HBPresetsViewController.m
index 921df6ee5..c5df7e6fb 100644
--- a/macosx/HBPresetsViewController.m
+++ b/macosx/HBPresetsViewController.m
@@ -220,7 +220,7 @@
[cell setTextColor:fontColor];
}
-#pragma mark - Expanded node persitence methods
+#pragma mark - Expanded node persistence methods
- (void)expandNodes:(NSArray *)childNodes
{