diff options
author | Damiano Galassi <[email protected]> | 2016-02-26 09:50:16 +0100 |
---|---|---|
committer | Damiano Galassi <[email protected]> | 2016-03-11 13:51:17 +0100 |
commit | 7481df6459c9ab20c6aa68159243f492d113736b (patch) | |
tree | d09e6cc962458cd5f7c1f72c1b532bcc9bc63247 /macosx/HBAttributedStringAdditions.h | |
parent | d5535297783e8728e45c1d79e973287fead81788 (diff) |
MacGui: move the objc libhb wrapper to a separate framework.
Diffstat (limited to 'macosx/HBAttributedStringAdditions.h')
-rw-r--r-- | macosx/HBAttributedStringAdditions.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/macosx/HBAttributedStringAdditions.h b/macosx/HBAttributedStringAdditions.h index bcc26e839..890f6054a 100644 --- a/macosx/HBAttributedStringAdditions.h +++ b/macosx/HBAttributedStringAdditions.h @@ -1,10 +1,8 @@ -// -// HBAttributedStringAdditions.h -// HandBrake -// -// Created by Damiano Galassi on 16/01/15. -// -// +/* HBAttributedStringAdditions.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> |