-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.9.10, include MIKMIDI copyright/license
- Loading branch information
Zakk
authored and
Zakk
committed
Jul 1, 2015
1 parent
2a3b01e
commit f8b98d0
Showing
15 changed files
with
40 additions
and
21 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...CapturePlugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSAVFCapturePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...urePlugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSDesktopCapturePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pturePlugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSImageCapturePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...pturePlugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSMovieCapturePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...TCapturePlugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSQTCapturePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...turePlugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSSyphonCapturePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...apturePlugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSTextCapturePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...turePlugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSWindowCapturePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{\rtf1\ansi\ansicpg1252\cocoartf1187\cocoasubrtf370 | ||
{\rtf1\ansi\ansicpg1252\cocoartf1348\cocoasubrtf170 | ||
{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 Courier;} | ||
{\colortbl;\red255\green255\blue255;\red40\green43\blue32;} | ||
\vieww9600\viewh8400\viewkind0 | ||
|
@@ -13,9 +13,27 @@ The bits I didn't write are:\ | |
libavformat/libavcodec/libavutil etc. The FFMpeg project. http://ffmpeg.org \ | ||
libx264. An excellent h264 encoder. http://www.videolan.org/developers/x264.html\ | ||
\ | ||
MIKMIDI: An objective-c wrapper around CoreMIDI. https://github.com/mixedinkey-opensource/MIKMIDI\ | ||
Source included with CocoaSplit has local modifications that are not (yet) contributed back to mainline MIKMIDI\ | ||
\ | ||
Inclusion of MIKMIDI requires the following notice.\ | ||
\pard\pardeftab720 | ||
|
||
\f1\fs26 \cf0 \expnd0\expndtw0\kerning0 | ||
Copyright (c) 2013 Mixed In Key, LLC. \ | ||
Original author: Andrew R. Madsen ([email protected])\ | ||
\ | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\ | ||
\ | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\ | ||
\ | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
\f0\fs24 \kerning1\expnd0\expndtw0 \ | ||
\pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720 | ||
\cf0 \ | ||
\ | ||
|
||
\b License:\ | ||
\b CocoaSplit License:\ | ||
\b0 \ | ||
\ | ||
|
@@ -25,7 +43,7 @@ The inclusion of x264 requires this software is licensed in a GPL compatible way | |
\pard\pardeftab720 | ||
|
||
\f1\fs26 \cf2 CocoaSplit\ | ||
Copyright (C) 2013 Zachary Girouard\ | ||
Copyright (C) 2013,2014,2015 Zachary Girouard\ | ||
\ | ||
This program is free software; you can redistribute it and/or\ | ||
modify it under the terms of the GNU General Public License\ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...hromaKey/CSChromaKey.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSChromaKey.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tureWrapPlugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/TextureWrapPlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Plugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSFileStreamServicePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ugin.xcodeproj/xcuserdata/zakk.xcuserdatad/xcschemes/CSTwitchStreamServicePlugin.xcscheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters