Skip to content

Commit

Permalink
Forked to give a little more credit to Alex
Browse files Browse the repository at this point in the history
Originally cloned Alex's repo and began modifying it.  Later decided to
upload to Github to share my changes.  While full credit was always
given to Alex and Leah for their code (in the four files that used
their code, as well as the repo description and readme), the repo was
not listed as a fork.
  • Loading branch information
vincentmac committed Apr 6, 2012
1 parent e33c974 commit f1bebf9
Show file tree
Hide file tree
Showing 37 changed files with 1,547 additions and 1,184 deletions.
50 changes: 2 additions & 48 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,48 +1,2 @@
# Mac OS X Finder and whatnot
.DS_Store


# Sparkle distribution Private Key (Don't check me in!)
dsa_priv.pem


# XCode (and ancestors) per-user config (very noisy, and not relevant)
*.mode1
*.mode1v3
*.mode2v3
*.perspective
*.perspectivev3
*.pbxuser


# Generated files
VersionX-revision.h


# build products
build/
*.[oa]


# Other source repository archive directories (protects when importing)
.hg
.svn
CVS


# automatic backup files
*~.nib
*.swp
*~
*(Autosaved).rtfd/
Backup[ ]of[ ]*.pages/
Backup[ ]of[ ]*.key/
Backup[ ]of[ ]*.numbers/

Equili.xcodeproj/project.xcworkspace/xcuserdata/Alex.xcuserdatad/UserInterfaceState.xcuserstate
Equili.xcodeproj/xcuserdata/Alex.xcuserdatad/xcschemes/EQKit.xcscheme
Equili.xcodeproj/xcuserdata/Alex.xcuserdatad/xcschemes/Equili.xcscheme
Equili.xcodeproj/xcuserdata/Alex.xcuserdatad/xcschemes/EQAPIDebugger.xcscheme
Equili.xcodeproj/xcuserdata/Alex.xcuserdatad/xcschemes/EQControls.xcscheme
Equili.xcodeproj/xcuserdata/Alex.xcuserdatad/xcschemes/EQKit.xcscheme
Equili.xcodeproj/xcuserdata/Alex.xcuserdatad/xcschemes/EquiliHelper.xcscheme
.DS*
.svn
20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Copyright (c) 2011 by Alex Zielenski.
Copyright (c) 2012 Vincent Mac, Simplicity.io.

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.
Loading

0 comments on commit f1bebf9

Please sign in to comment.