Skip to content

Commit bb26ad1

Browse files
committed
Fixed missing license information
1 parent f1b617d commit bb26ad1

File tree

4 files changed

+30
-1
lines changed

4 files changed

+30
-1
lines changed

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,27 @@ iReSign allows you to re-sign any unencrypted ipa-file with any certificate for
1212

1313
2. Enter your full certificate name from Keychain Access, for example "iPhone Developer: Firstname Lastname (XXXXXXXXXX)" in the bottom box.
1414

15-
3. Click ReSign! and wait. The resigned file will be saved in the same folder as the original file.
15+
3. Click ReSign! and wait. The resigned file will be saved in the same folder as the original file.
16+
17+
License
18+
=======
19+
20+
Copyright (c) 2014 Maciej Swic
21+
22+
Permission is hereby granted, free of charge, to any person obtaining a copy
23+
of this software and associated documentation files (the "Software"), to deal
24+
in the Software without restriction, including without limitation the rights
25+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
26+
copies of the Software, and to permit persons to whom the Software is
27+
furnished to do so, subject to the following conditions:
28+
29+
The above copyright notice and this permission notice shall be included in
30+
all copies or substantial portions of the Software.
31+
32+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
33+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
34+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
35+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
36+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
37+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
38+
THE SOFTWARE.

iReSign/iReSign/iReSignAppDelegate.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// iReSign
44
//
55
// Created by Maciej Swic on 2011-05-16.
6+
// Copyright (c) 2011 Maciej Swic, Licensed under the MIT License.
7+
// See README.md for details
68
//
79

810
#import <Cocoa/Cocoa.h>

iReSign/iReSign/iReSignAppDelegate.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// iReSign
44
//
55
// Created by Maciej Swic on 2011-05-16.
6+
// Copyright (c) 2011 Maciej Swic, Licensed under the MIT License.
7+
// See README.md for details
68
//
79

810
#import "iReSignAppDelegate.h"

iReSign/iReSign/main.m

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
// iReSign
44
//
55
// Created by Maciej Swic on 2011-05-16.
6+
// Copyright (c) 2011 Maciej Swic, Licensed under the MIT License.
7+
// See README.md for details
68
//
79

810
#import <Cocoa/Cocoa.h>

0 commit comments

Comments
 (0)