Skip to content

Commit 754d965

Browse files
committed
Added license file tracking reference for the jQuery copy living in the console-proxy folder.
1 parent da45ae1 commit 754d965

2 files changed

Lines changed: 38 additions & 0 deletions

File tree

LICENSE

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,34 @@ Within the awsapi directory
247247
waf
248248

249249

250+
Within the console-proxy/js directory
251+
licensed under the MIT License http://www.opensource.org/licenses/mit-license.php (as follows)
252+
253+
Copyright � 2011, John Resig
254+
255+
Permission is hereby granted, free of charge, to any person obtaining
256+
a copy of this software and associated documentation files (the
257+
"Software"), to deal in the Software without restriction, including
258+
without limitation the rights to use, copy, modify, merge, publish,
259+
distribute, sublicense, and/or sell copies of the Software, and to
260+
permit persons to whom the Software is furnished to do so, subject to
261+
the following conditions:
262+
263+
The above copyright notice and this permission notice shall be
264+
included in all copies or substantial portions of the Software.
265+
266+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
267+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
268+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
269+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
270+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
271+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
272+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
273+
274+
from John Resig
275+
jquery.js
276+
277+
250278
Within the target/jar directory
251279
placed in the public domain
252280
by Distributed Computing Laboratory at Emory University http://creativecommons.org/licenses/publicdomain/

tools/whisker/descriptor.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,6 +1605,16 @@ Copyright © 2005-2010 Thomas Nagy
16051605
</by-organisation>
16061606
</with-license>
16071607
</within>
1608+
<within dir='console-proxy/js'>
1609+
<with-license id='MIT'>
1610+
<copyright-notice>
1611+
Copyright © 2011, John Resig
1612+
</copyright-notice>
1613+
<by-organisation id='person:john.resig'>
1614+
<resource name="jquery.js" notice='jquery.notice' />
1615+
</by-organisation>
1616+
</with-license>
1617+
</within>
16081618
<within dir='ui/lib'>
16091619
<with-license id='MIT'>
16101620
<copyright-notice>

0 commit comments

Comments
 (0)