Skip to content

Commit

Permalink
Update Installer materials
Browse files Browse the repository at this point in the history
Add license to installer
Add 2014 to copyright in repo license
  • Loading branch information
bangnoise committed May 25, 2014
1 parent b3001e9 commit d1412bc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion License.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Syphon Framework and Implementations License:

Copyright 2010-2011 bangnoise (Tom Butterworth) & vade (Anton Marini).
Copyright 2010-2014 bangnoise (Tom Butterworth) & vade (Anton Marini).
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
1 change: 1 addition & 0 deletions SyphonQC/Installer/Distribution.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<pkg-ref id="info.v002.syphon.syphon-qc"/>
<background file="Background.png" alignment="bottomleft" scaling="proportional"/>
<welcome file="Welcome.rtf"/>
<license file="License.rtf"/>
<!-- Do not allow user Home directory installation. The MacOS Installer has
a bug where it selects a choice but leaves the Continue button disabled
until the choice has been clicked again. -->
Expand Down
18 changes: 18 additions & 0 deletions SyphonQC/Installer/Resources/License.rtf
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{\rtf1\ansi\ansicpg1252\cocoartf1265\cocoasubrtf200
{\fonttbl\f0\fswiss\fcharset0 Helvetica;}
{\colortbl;\red255\green255\blue255;}
\paperw11900\paperh16840\margl1440\margr1440\vieww21720\viewh14700\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural

\f0\fs24 \cf0 Syphon Framework and Syphon for Quartz Composer\
\
Copyright 2010-2014 bangnoise (Tom Butterworth) & vade (Anton Marini).\
All rights reserved.\
\
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\
\
* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\
\
* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\
\
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.}
2 changes: 2 additions & 0 deletions SyphonQC/SyphonQC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
E28BFF1F1846AA1900A6A285 /* Distribution.xml */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = Distribution.xml; sourceTree = "<group>"; };
E28BFF211846AA1900A6A285 /* Background.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Background.png; sourceTree = "<group>"; };
E28BFF221846AA1900A6A285 /* Welcome.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; path = Welcome.rtf; sourceTree = "<group>"; };
E2E5024A193298320079407A /* License.rtf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.rtf; path = License.rtf; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand Down Expand Up @@ -224,6 +225,7 @@
E28BFF201846AA1900A6A285 /* Resources */ = {
isa = PBXGroup;
children = (
E2E5024A193298320079407A /* License.rtf */,
E28BFF211846AA1900A6A285 /* Background.png */,
E28BFF221846AA1900A6A285 /* Welcome.rtf */,
);
Expand Down

0 comments on commit d1412bc

Please sign in to comment.