summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
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"