Skip to content

Commit

Permalink
Updated license to MIT
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcarnie committed Jun 17, 2011
1 parent d6e97b6 commit baef64d
Show file tree
Hide file tree
Showing 8 changed files with 169 additions and 56 deletions.
28 changes: 21 additions & 7 deletions iCadeTest/iCade/iCadeReaderView.h
@@ -1,10 +1,24 @@
// /*
// iCadeReaderView.h Copyright (C) 2011 by Stuart Carnie
// iCadeTest
// Permission is hereby granted, free of charge, to any person obtaining a copy
// Created by Stuart Carnie on 6/16/11. of this software and associated documentation files (the "Software"), to deal
// Copyright 2011 Manomio LLC. All rights reserved. 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.
*/


#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import "iCadeState.h" #import "iCadeState.h"
Expand Down
28 changes: 21 additions & 7 deletions iCadeTest/iCade/iCadeReaderView.m
@@ -1,10 +1,24 @@
// /*
// iCadeReaderView.m Copyright (C) 2011 by Stuart Carnie
// iCadeTest
// Permission is hereby granted, free of charge, to any person obtaining a copy
// Created by Stuart Carnie on 6/16/11. of this software and associated documentation files (the "Software"), to deal
// Copyright 2011 Manomio LLC. All rights reserved. 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.
*/


#import "iCadeReaderView.h" #import "iCadeReaderView.h"


Expand Down
28 changes: 21 additions & 7 deletions iCadeTest/iCade/iCadeState.h
@@ -1,10 +1,24 @@
// /*
// iCadeState.h Copyright (C) 2011 by Stuart Carnie
// iCadeTest
// Permission is hereby granted, free of charge, to any person obtaining a copy
// Created by Stuart Carnie on 6/16/11. of this software and associated documentation files (the "Software"), to deal
// Copyright 2011 Manomio LLC. All rights reserved. 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.
*/


typedef enum iCadeState { typedef enum iCadeState {
iCadeJoystickNone = 0x000, iCadeJoystickNone = 0x000,
Expand Down
28 changes: 21 additions & 7 deletions iCadeTest/iCadeTestAppDelegate.h
@@ -1,10 +1,24 @@
// /*
// iCadeTestAppDelegate.h Copyright (C) 2011 by Stuart Carnie
// iCadeTest
// Permission is hereby granted, free of charge, to any person obtaining a copy
// Created by Stuart Carnie on 6/16/11. of this software and associated documentation files (the "Software"), to deal
// Copyright 2011 Manomio LLC. All rights reserved. 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.
*/


#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>


Expand Down
28 changes: 21 additions & 7 deletions iCadeTest/iCadeTestAppDelegate.m
@@ -1,10 +1,24 @@
// /*
// iCadeTestAppDelegate.m Copyright (C) 2011 by Stuart Carnie
// iCadeTest
// Permission is hereby granted, free of charge, to any person obtaining a copy
// Created by Stuart Carnie on 6/16/11. of this software and associated documentation files (the "Software"), to deal
// Copyright 2011 Manomio LLC. All rights reserved. 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.
*/


#import "iCadeTestAppDelegate.h" #import "iCadeTestAppDelegate.h"


Expand Down
28 changes: 21 additions & 7 deletions iCadeTest/iCadeTestViewController.h
@@ -1,10 +1,24 @@
// /*
// iCadeTestViewController.h Copyright (C) 2011 by Stuart Carnie
// iCadeTest
// Permission is hereby granted, free of charge, to any person obtaining a copy
// Created by Stuart Carnie on 6/16/11. of this software and associated documentation files (the "Software"), to deal
// Copyright 2011 Manomio LLC. All rights reserved. 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.
*/


#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>
#import "iCadeReaderView.h" #import "iCadeReaderView.h"
Expand Down
29 changes: 22 additions & 7 deletions iCadeTest/iCadeTestViewController.m
@@ -1,10 +1,25 @@
// /*
// iCadeTestViewController.m Copyright (C) 2011 by Stuart Carnie
// iCadeTest
// Permission is hereby granted, free of charge, to any person obtaining a copy
// Created by Stuart Carnie on 6/16/11. of this software and associated documentation files (the "Software"), to deal
// Copyright 2011 Manomio LLC. All rights reserved. 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.
*/



#import "iCadeTestViewController.h" #import "iCadeTestViewController.h"
#import "iCadeReaderView.h" #import "iCadeReaderView.h"
Expand Down
28 changes: 21 additions & 7 deletions iCadeTest/main.m
@@ -1,10 +1,24 @@
// /*
// main.m Copyright (C) 2011 by Stuart Carnie
// iCadeTest
// Permission is hereby granted, free of charge, to any person obtaining a copy
// Created by Stuart Carnie on 6/16/11. of this software and associated documentation files (the "Software"), to deal
// Copyright 2011 Manomio LLC. All rights reserved. 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.
*/


#import <UIKit/UIKit.h> #import <UIKit/UIKit.h>


Expand Down

0 comments on commit baef64d

Please sign in to comment.