Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add EPL+EDL license headers to Orionode code (fixes issue #14)
  • Loading branch information
mamacdon committed Dec 12, 2012
1 parent 6cee377 commit 5797f90
Show file tree
Hide file tree
Showing 12 changed files with 120 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/api.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global exports require*/
var url = require('url');

Expand Down
10 changes: 10 additions & 0 deletions lib/args.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global console exports process require*/
var compat = require('./compat');
var fs = require('fs');
Expand Down
10 changes: 10 additions & 0 deletions lib/compat.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global require*/
var fs = require('fs');
var path = require('path');
Expand Down
10 changes: 10 additions & 0 deletions lib/file.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global Buffer console module process require*/
var compat = require('./compat');
var fs = require('fs');
Expand Down
10 changes: 10 additions & 0 deletions lib/fileUtil.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global exports require*/
var crypto = require('crypto');
var fs = require('fs');
Expand Down
10 changes: 10 additions & 0 deletions lib/node.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global console module process require*/
var child_process = require('child_process');
var fs = require('fs');
Expand Down
10 changes: 10 additions & 0 deletions lib/node_app_socket.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global Buffer exports module require*/
/*jslint devel:true*/
var api = require('./api');
Expand Down
10 changes: 10 additions & 0 deletions lib/node_apps.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global exports module process require*/
/*jslint devel:true forin:true*/
var child_process = require('child_process');
Expand Down
10 changes: 10 additions & 0 deletions lib/orion_static.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global exports:true module require*/
var connect = require('connect');
var path = require('path');
Expand Down
10 changes: 10 additions & 0 deletions lib/orionode_static.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global exports:true module require*/
var connect = require('connect');
var path = require('path');
Expand Down
10 changes: 10 additions & 0 deletions lib/resource.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global module require*/
var url = require('url');
var util = require('util');
Expand Down
10 changes: 10 additions & 0 deletions lib/workspace.js
@@ -1,3 +1,13 @@
/*******************************************************************************
* Copyright (c) 2012 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials are made
* available under the terms of the Eclipse Public License v1.0
* (http://www.eclipse.org/legal/epl-v10.html), and the Eclipse Distribution
* License v1.0 (http://www.eclipse.org/org/documents/edl-v10.html).
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*global module require*/
var fs = require('fs');
var path = require('path');
Expand Down

0 comments on commit 5797f90

Please sign in to comment.