Skip to content

Commit 6a5cb65

Browse files
committed
Add @oakho to list of contributors, and reassign copyright of entire library to include both Marcus Westin and Antoine Lagadec.
1 parent 8486e00 commit 6a5cb65

File tree

11 files changed

+4
-68
lines changed

11 files changed

+4
-68
lines changed

Example Apps/ExampleApp-OSX/AppDelegate.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
//
2-
// AppDelegate.h
3-
// ExampleApp-OSX
4-
//
5-
// Created by Antoine Lagadec on 07/04/13.
6-
// Copyright (c) 2013 Antoine Lagadec. All rights reserved.
7-
//
8-
91
#import <Cocoa/Cocoa.h>
102
#import "WebViewJavascriptBridge_OSX.h"
113

Example Apps/ExampleApp-OSX/AppDelegate.m

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
//
2-
// AppDelegate.m
3-
// ExampleApp-OSX
4-
//
5-
// Created by Antoine Lagadec on 07/04/13.
6-
// Copyright (c) 2013 Antoine Lagadec. All rights reserved.
7-
//
8-
91
#import "AppDelegate.h"
102

113
@implementation AppDelegate

Example Apps/ExampleApp-OSX/ExampleApp-OSX-Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<key>LSMinimumSystemVersion</key>
2626
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
2727
<key>NSHumanReadableCopyright</key>
28-
<string>Copyright © 2013 Antoine Lagadec. All rights reserved.</string>
28+
<string>Copyright © 2013 Marcus Westin, Antoine Lagadec. All rights reserved.</string>
2929
<key>NSMainNibFile</key>
3030
<string>MainMenu</string>
3131
<key>NSPrincipalClass</key>

Example Apps/ExampleApp-OSX/main.m

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
//
2-
// main.m
3-
// ExampleApp-OSX
4-
//
5-
// Created by Antoine Lagadec on 07/04/13.
6-
// Copyright (c) 2013 Antoine Lagadec. All rights reserved.
7-
//
8-
91
#import <Cocoa/Cocoa.h>
102

113
int main(int argc, char *argv[])

Example Apps/ExampleApp-iOS/main.m

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
//
2-
// main.m
3-
// ExampleApp
4-
//
5-
// Created by Marcus Westin on 9/13/12.
6-
// Copyright (c) 2012 Marcus Westin. All rights reserved.
7-
//
8-
91
#import <UIKit/UIKit.h>
102

113
#import "ExampleAppDelegate.h"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2011 Marcus Westin
1+
Copyright (c) 2011-2013 Marcus Westin, Antoine Lagadec
22

33
Permission is hereby granted, free of charge, to any person
44
obtaining a copy of this software and associated documentation

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,8 +191,8 @@ WebViewJavascriptBridge uses `NSJSONSerialization` by default. If you need iOS 4
191191

192192
Contributors
193193
------------
194-
195-
- [@marcuswestin](https://github.com/marcuswestin) Marcus Westin
194+
- [@marcuswestin](https://github.com/marcuswestin) Marcus Westin (Author)
195+
- [@oakho](https://github.com/oakho) Antoine Lagadec (OS X version)
196196
- [@psineur](https://github.com/psineur) Stepan Generalov
197197
- [@sergiocampama](https://github.com/sergiocampama) Sergio Campamá
198198
- [@stringbean](https://github.com/stringbean) Michael Stringer

WebViewJavascriptBridge_OSX/WebViewJavascriptBridge_OSX.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
//
2-
// WebViewJavascriptBridge+OSX.h
3-
// ExampleApp-OSX
4-
//
5-
// Created by Antoine Lagadec on 07/04/13.
6-
// Copyright (c) 2013 Antoine Lagadec. All rights reserved.
7-
//
8-
91
#import <WebKit/WebKit.h>
102
#import "WebViewJavascriptBridgeAbstract.h"
113

WebViewJavascriptBridge_OSX/WebViewJavascriptBridge_OSX.m

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
//
2-
// WebViewJavascriptBridge+OSX.m
3-
// ExampleApp-OSX
4-
//
5-
// Created by Antoine Lagadec on 07/04/13.
6-
// Copyright (c) 2013 Antoine Lagadec. All rights reserved.
7-
//
8-
91
#import "WebViewJavascriptBridge_OSX.h"
102

113
@implementation WebViewJavascriptBridge

WebViewJavascriptBridge_iOS/WebViewJavascriptBridge_iOS.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
//
2-
// WebViewJavascriptBridge+iOS.h
3-
// ExampleApp-iOS
4-
//
5-
// Created by Antoine Lagadec on 07/04/13.
6-
// Copyright (c) 2013 Marcus Westin. All rights reserved.
7-
//
8-
91
#import <UIKit/UIKit.h>
102
#import "WebViewJavascriptBridgeAbstract.h"
113

0 commit comments

Comments
 (0)