Skip to content

Commit

Permalink
update copyright notices and license
Browse files Browse the repository at this point in the history
  • Loading branch information
rmg committed May 6, 2016
1 parent 47c649d commit f9fe9d3
Show file tree
Hide file tree
Showing 10 changed files with 45 additions and 294 deletions.
294 changes: 4 additions & 290 deletions LICENSE

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions LoopBackTests/server/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright IBM Corp. 2013,2015. All Rights Reserved.
// Node module: loopback-sdk-ios
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

var loopback = require('loopback');
var path = require('path');
var app = loopback();
Expand Down
5 changes: 5 additions & 0 deletions SLRemotingTests/server/contract-class.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright IBM Corp. 2014. All Rights Reserved.
// Node module: loopback-sdk-ios
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

/**
* A simple class that contains a name, this time with a custom HTTP contract.
*/
Expand Down
5 changes: 5 additions & 0 deletions SLRemotingTests/server/contract.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright IBM Corp. 2014,2015. All Rights Reserved.
// Node module: loopback-sdk-ios
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

/**
* Returns a secret message.
*/
Expand Down
5 changes: 5 additions & 0 deletions SLRemotingTests/server/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright IBM Corp. 2014,2015. All Rights Reserved.
// Node module: loopback-sdk-ios
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

var express = require('strong-remoting/node_modules/express');
var app = express();
var remotes = require('strong-remoting').create();
Expand Down
5 changes: 5 additions & 0 deletions SLRemotingTests/server/nonroot.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright IBM Corp. 2014. All Rights Reserved.
// Node module: loopback-sdk-ios
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

/**
* Returns a secret message.
*/
Expand Down
5 changes: 5 additions & 0 deletions SLRemotingTests/server/simple-class.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright IBM Corp. 2014,2015. All Rights Reserved.
// Node module: loopback-sdk-ios
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

/**
* A simple class that contains a name.
*/
Expand Down
5 changes: 5 additions & 0 deletions SLRemotingTests/server/simple.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright IBM Corp. 2014. All Rights Reserved.
// Node module: loopback-sdk-ios
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

/**
* Returns a secret message.
*/
Expand Down
5 changes: 5 additions & 0 deletions SLRemotingTests/server/ssl-config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
// Copyright IBM Corp. 2014. All Rights Reserved.
// Node module: loopback-sdk-ios
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT

var path = require('path'),
fs = require("fs");

Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@
"type": "git",
"url": "https://github.com/strongloop/loopback-sdk-ios.git"
},
"license": {
"name": "Dual MIT/StrongLoop",
"url": "https://github.com/strongloop/loopback-sdk-ios/blob/master/LICENSE"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/strongloop/loopback-sdk-ios/issues"
},
Expand Down

0 comments on commit f9fe9d3

Please sign in to comment.