-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.js
42 lines (41 loc) · 2.11 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*******************************************************************************
* [Restricted Materials of IBM] - Use restricted, please refer to the "SOURCE
* COMPONENTS AND SAMPLE MATERIALS" and the "PROHIBITED USES" terms and
* conditions in the IBM International License Agreement for non warranted IBM
* software (ILA).
*
* Code Rally
*
* (c) Copyright IBM Corporation 2016.
*
* U.S. Government Users Restricted Rights: Use, duplication or disclosure
* restricted by GSA ADP Schedule Contract with IBM Corp.
*
* From the ILA for non warranted IBM software:
*
* SOURCE COMPONENTS AND SAMPLE MATERIALS
*
* The Program may include some components in source code form ("Source
* Components") and other materials identified as Sample Materials. Licensee
* may copy and modify Source Components and Sample Materials for internal use
* only provided such use is within the limits of the license rights under this
* Agreement, provided however that Licensee may not alter or delete any
* copyright information or notices contained in the Source Components or Sample
* Materials. IBM provides the Source Components and Sample Materials without
* obligation of support and "AS IS", WITH NO WARRANTY OF ANY KIND, EITHER
* EXPRESS OR IMPLIED, INCLUDING THE WARRANTY OF TITLE, NON-INFRINGEMENT OR
* NON-INTERFERENCE AND THE IMPLIED WARRANTIES AND CONDITIONS OF MERCHANTABILITY
* AND FITNESS FOR A PARTICULAR PURPOSE.
*
* PROHIBITED USES
*
* Licensee may not use or authorize others to use the Program or any part of
* the Program, alone or in combination with other products, in support of any
* of the following High Risk Activities: design, construction, control, or
* maintenance of nuclear facilities, mass transit systems, air traffic control
* systems, weapons systems, or aircraft navigation or communications, or any
* other activity where program failure could give rise to a material threat of
* death or serious personal injury.
******************************************************************************/
var agent = module.exports = require('./lib/agent.js');
agent.AIUtils = require('./lib/AIUtils.js');