Skip to content

Commit 760df08

Browse files
committed
update copyright statements
Originally NodeFly, then StrongLoop, and now IBM. This time it was scripted, so the results are more consistent at least.
1 parent eb15a11 commit 760df08

24 files changed

+121
-1
lines changed

LICENSE

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
Copyright (c) 2014 StrongLoop, Inc.
1+
Copyright (c) IBM Corp. 2012,2016. All Rights Reserved.
2+
Node module: foreman
3+
This project is licensed under the MIT License, full text below.
4+
5+
--------
6+
7+
MIT license
28

39
Permission is hereby granted, free of charge, to any person obtaining a copy
410
of this software and associated documentation files (the "Software"), to deal

demo/server.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2012,2016. All Rights Reserved.
2+
// Node module: foreman
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
var http = require('http');
27
var env = process.env;
38

forward.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2012,2016. All Rights Reserved.
2+
// Node module: foreman
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
var http = require('http');
27
var url = require('url');
38
var httpProxy = require('http-proxy');

lib/colors.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2012,2016. All Rights Reserved.
2+
// Node module: foreman
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
var reset = '\x1B[0m';
27
var colors = {
38
magenta: '\x1B[35m',

lib/console.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2012,2016. All Rights Reserved.
2+
// Node module: foreman
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
var util = require('util');
27
var colors = require('./colors');
38

lib/envs.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2012,2016. All Rights Reserved.
2+
// Node module: foreman
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
var fs = require('fs');
27
var util = require('util');
38
var cons = require('./console').Console;

lib/exporters.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2014,2016. All Rights Reserved.
2+
// Node module: foreman
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
var colors = require('./colors');
27
var ppath = require('path');
38
var mu = require('mustache');

lib/forward.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2012,2016. All Rights Reserved.
2+
// Node module: foreman
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
var prog = require('child_process');
27

38
var cons = require('./console').Console;

lib/proc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2012,2016. All Rights Reserved.
2+
// Node module: foreman
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
var prog = require('child_process');
27

38
var cons = require('./console').Console;

lib/procfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// Copyright IBM Corp. 2012,2016. All Rights Reserved.
2+
// Node module: foreman
3+
// This file is licensed under the MIT License.
4+
// License text available at https://opensource.org/licenses/MIT
5+
16
var fs = require('fs');
27
var cons = require('./console').Console;
38
var path = require('path');

0 commit comments

Comments
 (0)