Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit b14c2da

Browse files
committed
Version to 6, update copyright
1 parent 26b281f commit b14c2da

File tree

4 files changed

+32
-13
lines changed

4 files changed

+32
-13
lines changed

Hap Codec Windows/Installer/HapQuickTimeSetup.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3-
<Product Id="*" Name="Hap QuickTime Component" Language="1033" Version="5.0.0" Manufacturer="Vidvox" UpgradeCode="36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B">
3+
<Product Id="*" Name="Hap QuickTime Component" Language="1033" Version="6.0.0" Manufacturer="Vidvox" UpgradeCode="36A1CCCB-8DF7-40F9-A6AB-D900C873ED9B">
44
<Package Description="A QuickTime component to permit creating and playing Hap movies." Comments="Hap QuickTime Component" InstallerVersion="405" Compressed="yes" />
55
<Media Id="1" Cabinet="simple.cab" EmbedCab="yes" />
66
<Property Id="INSTALLDIR">

source/HapCodecVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

2828
// The high word is the codecInterfaceVersion
29-
#define kHapDecompressorVersion (0x00040005)
29+
#define kHapDecompressorVersion (0x00040006)
3030

3131
// The high word is the codecInterfaceVersion
32-
#define kHapCompressorVersion (0x00040005)
32+
#define kHapCompressorVersion (0x00040006)

source/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
<key>CFBundlePackageType</key>
1616
<string>thng</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5</string>
18+
<string>6</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>5</string>
22+
<string>6</string>
2323
<key>CSResourcesFileMapped</key>
2424
<true/>
2525
<key>NSHumanReadableCopyright</key>
26-
<string>Copyright © 2014 VIDVOX, LLC. All rights reserved.</string>
26+
<string>Copyright © 2014, 2015 VIDVOX, LLC. All rights reserved.</string>
2727
</dict>
2828
</plist>

source/Utility.m

Lines changed: 26 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,29 @@
1-
//
2-
// Utility.m
3-
// Hap Codec
4-
//
5-
// Created by Tom Butterworth on 06/01/2015.
6-
//
7-
//
1+
/*
2+
Utility.m
3+
Hap Codec
4+
5+
Copyright (c) 2015, Tom Butterworth and Vidvox LLC. All rights reserved.
6+
Redistribution and use in source and binary forms, with or without
7+
modification, are permitted provided that the following conditions are met:
8+
9+
* Redistributions of source code must retain the above copyright
10+
notice, this list of conditions and the following disclaimer.
11+
12+
* Redistributions in binary form must reproduce the above copyright
13+
notice, this list of conditions and the following disclaimer in the
14+
documentation and/or other materials provided with the distribution.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY
20+
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
21+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
22+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
23+
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
25+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26+
*/
827

928
#if defined(__APPLE__)
1029
#include "Utility.h"

0 commit comments

Comments
 (0)