summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2015-10-13 10:23:10 +0200
committerDamiano Galassi <[email protected]>2015-10-13 10:23:10 +0200
commit441754fd518abf26385035fa58a1c1fa048f4119 (patch)
treef0ee16e47a869eec39b755d6b1a6083fa4e7d97d /macosx
parent14839ed2b8a7e4615b2c30fe8a46bb63819d0b40 (diff)
MacGui: fix HBMutablePreset header
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBMutablePreset.h12
-rw-r--r--macosx/HBMutablePreset.m12
2 files changed, 10 insertions, 14 deletions
diff --git a/macosx/HBMutablePreset.h b/macosx/HBMutablePreset.h
index 17d36f58e..12feacb8d 100644
--- a/macosx/HBMutablePreset.h
+++ b/macosx/HBMutablePreset.h
@@ -1,10 +1,8 @@
-//
-// HBMutablePreset.h
-// HandBrake
-//
-// Created by Damiano Galassi on 12/10/15.
-//
-//
+/* HBMutablePreset.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>
#import "HBPreset.h"
diff --git a/macosx/HBMutablePreset.m b/macosx/HBMutablePreset.m
index a41445b84..e773065ad 100644
--- a/macosx/HBMutablePreset.m
+++ b/macosx/HBMutablePreset.m
@@ -1,10 +1,8 @@
-//
-// HBMutablePreset.m
-// HandBrake
-//
-// Created by Damiano Galassi on 12/10/15.
-//
-//
+/* HBMutablePreset.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 "HBMutablePreset.h"