diff options
author | Damiano Galassi <[email protected]> | 2015-10-13 10:23:10 +0200 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2015-10-13 10:23:10 +0200 |
commit | 441754fd518abf26385035fa58a1c1fa048f4119 (patch) | |
tree | f0ee16e47a869eec39b755d6b1a6083fa4e7d97d /macosx/HBMutablePreset.h | |
parent | 14839ed2b8a7e4615b2c30fe8a46bb63819d0b40 (diff) |
MacGui: fix HBMutablePreset header
Diffstat (limited to 'macosx/HBMutablePreset.h')
-rw-r--r-- | macosx/HBMutablePreset.h | 12 |
1 files changed, 5 insertions, 7 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" |