expert 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (105) hide show
  1. checksums.yaml +7 -0
  2. data/Gemfile +15 -0
  3. data/History.txt +3 -0
  4. data/README.md +0 -0
  5. data/Rakefile +18 -0
  6. data/bin/expert +4 -0
  7. data/expert.gemspec +19 -0
  8. data/lib/expert.rb +76 -0
  9. data/lib/expert/classpath_file.rb +27 -0
  10. data/lib/expert/cli.rb +21 -0
  11. data/lib/expert/environment.rb +51 -0
  12. data/lib/expert/jar_dependency.rb +17 -0
  13. data/lib/expert/jarfile.rb +40 -0
  14. data/lib/expert/jarfile_parser.rb +81 -0
  15. data/lib/expert/jarfile_tokenizer.rb +41 -0
  16. data/lib/expert/maven.rb +28 -0
  17. data/lib/expert/pom_file.rb +97 -0
  18. data/lib/expert/version.rb +5 -0
  19. data/vendor/apache-maven-3.3.3/LICENSE +305 -0
  20. data/vendor/apache-maven-3.3.3/NOTICE +8 -0
  21. data/vendor/apache-maven-3.3.3/README.txt +79 -0
  22. data/vendor/apache-maven-3.3.3/bin/m2.conf +8 -0
  23. data/vendor/apache-maven-3.3.3/bin/mvn +232 -0
  24. data/vendor/apache-maven-3.3.3/bin/mvn.cmd +176 -0
  25. data/vendor/apache-maven-3.3.3/bin/mvnDebug +41 -0
  26. data/vendor/apache-maven-3.3.3/bin/mvnDebug.cmd +31 -0
  27. data/vendor/apache-maven-3.3.3/bin/mvnyjp +42 -0
  28. data/vendor/apache-maven-3.3.3/boot/plexus-classworlds-2.5.2.jar +0 -0
  29. data/vendor/apache-maven-3.3.3/conf/logging/simplelogger.properties +25 -0
  30. data/vendor/apache-maven-3.3.3/conf/settings.xml +257 -0
  31. data/vendor/apache-maven-3.3.3/conf/toolchains.xml +103 -0
  32. data/vendor/apache-maven-3.3.3/lib/aether-api-1.0.2.v20150114.jar +0 -0
  33. data/vendor/apache-maven-3.3.3/lib/aether-api.license +261 -0
  34. data/vendor/apache-maven-3.3.3/lib/aether-connector-basic-1.0.2.v20150114.jar +0 -0
  35. data/vendor/apache-maven-3.3.3/lib/aether-connector-basic.license +261 -0
  36. data/vendor/apache-maven-3.3.3/lib/aether-impl-1.0.2.v20150114.jar +0 -0
  37. data/vendor/apache-maven-3.3.3/lib/aether-impl.license +261 -0
  38. data/vendor/apache-maven-3.3.3/lib/aether-spi-1.0.2.v20150114.jar +0 -0
  39. data/vendor/apache-maven-3.3.3/lib/aether-spi.license +261 -0
  40. data/vendor/apache-maven-3.3.3/lib/aether-transport-wagon-1.0.2.v20150114.jar +0 -0
  41. data/vendor/apache-maven-3.3.3/lib/aether-transport-wagon.license +261 -0
  42. data/vendor/apache-maven-3.3.3/lib/aether-util-1.0.2.v20150114.jar +0 -0
  43. data/vendor/apache-maven-3.3.3/lib/aether-util.license +261 -0
  44. data/vendor/apache-maven-3.3.3/lib/aopalliance-1.0.jar +0 -0
  45. data/vendor/apache-maven-3.3.3/lib/cdi-api-1.0.jar +0 -0
  46. data/vendor/apache-maven-3.3.3/lib/cdi-api.license +389 -0
  47. data/vendor/apache-maven-3.3.3/lib/commons-cli-1.2.jar +0 -0
  48. data/vendor/apache-maven-3.3.3/lib/commons-io-2.2.jar +0 -0
  49. data/vendor/apache-maven-3.3.3/lib/commons-lang-2.6.jar +0 -0
  50. data/vendor/apache-maven-3.3.3/lib/ext/README.txt +2 -0
  51. data/vendor/apache-maven-3.3.3/lib/guava-18.0.jar +0 -0
  52. data/vendor/apache-maven-3.3.3/lib/javax.inject-1.jar +0 -0
  53. data/vendor/apache-maven-3.3.3/lib/jsoup-1.7.2.jar +0 -0
  54. data/vendor/apache-maven-3.3.3/lib/jsoup.license +65 -0
  55. data/vendor/apache-maven-3.3.3/lib/jsr250-api-1.0.jar +0 -0
  56. data/vendor/apache-maven-3.3.3/lib/jsr250-api.license +406 -0
  57. data/vendor/apache-maven-3.3.3/lib/maven-aether-provider-3.3.3.jar +0 -0
  58. data/vendor/apache-maven-3.3.3/lib/maven-aether-provider.license +202 -0
  59. data/vendor/apache-maven-3.3.3/lib/maven-artifact-3.3.3.jar +0 -0
  60. data/vendor/apache-maven-3.3.3/lib/maven-artifact.license +202 -0
  61. data/vendor/apache-maven-3.3.3/lib/maven-builder-support-3.3.3.jar +0 -0
  62. data/vendor/apache-maven-3.3.3/lib/maven-builder-support.license +202 -0
  63. data/vendor/apache-maven-3.3.3/lib/maven-compat-3.3.3.jar +0 -0
  64. data/vendor/apache-maven-3.3.3/lib/maven-compat.license +202 -0
  65. data/vendor/apache-maven-3.3.3/lib/maven-core-3.3.3.jar +0 -0
  66. data/vendor/apache-maven-3.3.3/lib/maven-core.license +202 -0
  67. data/vendor/apache-maven-3.3.3/lib/maven-embedder-3.3.3.jar +0 -0
  68. data/vendor/apache-maven-3.3.3/lib/maven-embedder.license +202 -0
  69. data/vendor/apache-maven-3.3.3/lib/maven-model-3.3.3.jar +0 -0
  70. data/vendor/apache-maven-3.3.3/lib/maven-model-builder-3.3.3.jar +0 -0
  71. data/vendor/apache-maven-3.3.3/lib/maven-model-builder.license +202 -0
  72. data/vendor/apache-maven-3.3.3/lib/maven-model.license +202 -0
  73. data/vendor/apache-maven-3.3.3/lib/maven-plugin-api-3.3.3.jar +0 -0
  74. data/vendor/apache-maven-3.3.3/lib/maven-plugin-api.license +202 -0
  75. data/vendor/apache-maven-3.3.3/lib/maven-repository-metadata-3.3.3.jar +0 -0
  76. data/vendor/apache-maven-3.3.3/lib/maven-repository-metadata.license +202 -0
  77. data/vendor/apache-maven-3.3.3/lib/maven-settings-3.3.3.jar +0 -0
  78. data/vendor/apache-maven-3.3.3/lib/maven-settings-builder-3.3.3.jar +0 -0
  79. data/vendor/apache-maven-3.3.3/lib/maven-settings-builder.license +202 -0
  80. data/vendor/apache-maven-3.3.3/lib/maven-settings.license +202 -0
  81. data/vendor/apache-maven-3.3.3/lib/org.eclipse.sisu.inject-0.3.0.jar +0 -0
  82. data/vendor/apache-maven-3.3.3/lib/org.eclipse.sisu.inject.license +261 -0
  83. data/vendor/apache-maven-3.3.3/lib/org.eclipse.sisu.plexus-0.3.0.jar +0 -0
  84. data/vendor/apache-maven-3.3.3/lib/org.eclipse.sisu.plexus.license +261 -0
  85. data/vendor/apache-maven-3.3.3/lib/plexus-cipher-1.7.jar +0 -0
  86. data/vendor/apache-maven-3.3.3/lib/plexus-cipher.license +389 -0
  87. data/vendor/apache-maven-3.3.3/lib/plexus-component-annotations-1.5.5.jar +0 -0
  88. data/vendor/apache-maven-3.3.3/lib/plexus-interpolation-1.21.jar +0 -0
  89. data/vendor/apache-maven-3.3.3/lib/plexus-sec-dispatcher-1.3.jar +0 -0
  90. data/vendor/apache-maven-3.3.3/lib/plexus-sec-dispatcher.license +389 -0
  91. data/vendor/apache-maven-3.3.3/lib/plexus-utils-3.0.20.jar +0 -0
  92. data/vendor/apache-maven-3.3.3/lib/sisu-guice-3.2.5-no_aop.jar +0 -0
  93. data/vendor/apache-maven-3.3.3/lib/slf4j-api-1.7.5.jar +0 -0
  94. data/vendor/apache-maven-3.3.3/lib/slf4j-api.license +191 -0
  95. data/vendor/apache-maven-3.3.3/lib/slf4j-simple-1.7.5.jar +0 -0
  96. data/vendor/apache-maven-3.3.3/lib/slf4j-simple.license +191 -0
  97. data/vendor/apache-maven-3.3.3/lib/wagon-file-2.9.jar +0 -0
  98. data/vendor/apache-maven-3.3.3/lib/wagon-file.license +202 -0
  99. data/vendor/apache-maven-3.3.3/lib/wagon-http-2.9-shaded.jar +0 -0
  100. data/vendor/apache-maven-3.3.3/lib/wagon-http-shared-2.9.jar +0 -0
  101. data/vendor/apache-maven-3.3.3/lib/wagon-http-shared.license +202 -0
  102. data/vendor/apache-maven-3.3.3/lib/wagon-http.license +202 -0
  103. data/vendor/apache-maven-3.3.3/lib/wagon-provider-api-2.9.jar +0 -0
  104. data/vendor/apache-maven-3.3.3/lib/wagon-provider-api.license +202 -0
  105. metadata +148 -0
@@ -0,0 +1,389 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1">
7
+ <meta name="description" content="Home page of The Apache Software Foundation">
8
+ <link rel="apple-touch-icon" sizes="57x57" href="/favicons/apple-touch-icon-57x57.png">
9
+ <link rel="apple-touch-icon" sizes="60x60" href="/favicons/apple-touch-icon-60x60.png">
10
+ <link rel="apple-touch-icon" sizes="72x72" href="/favicons/apple-touch-icon-72x72.png">
11
+ <link rel="apple-touch-icon" sizes="76x76" href="/favicons/apple-touch-icon-76x76.png">
12
+ <link rel="apple-touch-icon" sizes="114x114" href="/favicons/apple-touch-icon-114x114.png">
13
+ <link rel="apple-touch-icon" sizes="120x120" href="/favicons/apple-touch-icon-120x120.png">
14
+ <link rel="apple-touch-icon" sizes="144x144" href="/favicons/apple-touch-icon-144x144.png">
15
+ <link rel="apple-touch-icon" sizes="152x152" href="/favicons/apple-touch-icon-152x152.png">
16
+ <link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon-180x180.png">
17
+ <link rel="icon" type="image/png" href="/favicons/favicon-32x32.png" sizes="32x32">
18
+ <link rel="icon" type="image/png" href="/favicons/favicon-194x194.png" sizes="194x194">
19
+ <link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96">
20
+ <link rel="icon" type="image/png" href="/favicons/android-chrome-192x192.png" sizes="192x192">
21
+ <link rel="icon" type="image/png" href="/favicons/favicon-16x16.png" sizes="16x16">
22
+ <link rel="manifest" href="/favicons/manifest.json">
23
+ <link rel="shortcut icon" href="/favicons/favicon.ico">
24
+ <meta name="msapplication-TileColor" content="#603cba">
25
+ <meta name="msapplication-TileImage" content="/favicons/mstile-144x144.png">
26
+ <meta name="msapplication-config" content="/favicons/browserconfig.xml">
27
+ <meta name="theme-color" content="#303284">
28
+
29
+ <title>Apache License, Version 2.0</title>
30
+ <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700%7cDroid+Serif:400,700' rel='stylesheet' type='text/css'>
31
+ <link href="/css/min.bootstrap.css" rel="stylesheet">
32
+ <link href="/css/styles.css" rel="stylesheet">
33
+
34
+
35
+
36
+ <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the &quot;License&quot;); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -->
37
+
38
+ </head>
39
+
40
+ <body>
41
+ <!-- Navigation -->
42
+ <header>
43
+ <nav class="navbar navbar-default navbar-fixed-top">
44
+ <div class="container">
45
+ <div class="navbar-header">
46
+ <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#mainnav-collapse">
47
+ <span class="sr-only">Toggle navigation</span>
48
+ <span class="icon-bar"></span>
49
+ <span class="icon-bar"></span>
50
+ <span class="icon-bar"></span>
51
+ </button>
52
+ <a href="#" class="navbar-brand"><span class="glyphicon glyphicon-home"></span></a>
53
+ </div>
54
+ <div class="collapse navbar-collapse" id="mainnav-collapse">
55
+ <div style="line-height:20px; padding-top:5px; float:left"><a href="/">Home</a>&nbsp;&raquo&nbsp;<a href="/licenses/">Licenses</a></div>
56
+ <ul class="nav navbar-nav navbar-right">
57
+ <li class="dropdown">
58
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">About <span class="caret"></span></a>
59
+ <ul class="dropdown-menu" role="menu">
60
+ <li><a href="/foundation">Overview</a></li>
61
+ <li><a href="/foundation/members.html">Members</a></li>
62
+ <li><a href="/foundation/how-it-works.html">Process</a></li>
63
+ <li><a href="/foundation/sponsorship.html">Sponsorship</a></li>
64
+ <li><a href="/foundation/glossary.html">Glossary</a></li>
65
+ <li><a href="/foundation/preFAQ.html">FAQ</a></li>
66
+ <li><a href="/foundation/contact.html ">Contact</a></li>
67
+ </ul>
68
+ </li>
69
+ <li><a href="#projects-list">Projects</a></li>
70
+ <li class="dropdown">
71
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">People <span class="caret"></span></a>
72
+ <ul class="dropdown-menu" role="menu">
73
+ <li><a href="http://people.apache.org/">Overview</a></li>
74
+ <li><a href="http://people.apache.org/committer-index.html">Committers</a></li>
75
+ <li><a href="/foundation/how-it-works.html#meritocracy">Meritocracy</a></li>
76
+ <li><a href="/foundation/how-it-works.html#roles">Roles</a></li>
77
+ <li><a href="http://planet.apache.org/">Planet Apache</a></li>
78
+ </ul>
79
+ </li>
80
+ <li class="dropdown">
81
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Involved <span class="caret"></span></a>
82
+ <ul class="dropdown-menu" role="menu">
83
+ <li><a href="/foundation/getinvolved.html">Overview</a></li>
84
+ <li><a href="http://community.apache.org/">Community Development</a></li>
85
+ <li><a href="http://www.apachecon.com/">ApacheCon</a></li>
86
+ </ul>
87
+ </li>
88
+ <li><a href="/dyn/closer.cgi">Download</a></li>
89
+ <li class="dropdown">
90
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Support Apache <span class="caret"></span></a>
91
+ <ul class="dropdown-menu" role="menu">
92
+ <li><a href="/foundation/sponsorship.html">Sponsorship</a></li>
93
+ <li><a href="/foundation/contributing.html">Donations</a></li>
94
+ <li><a href="/foundation/buy_stuff.html">Buy Stuff</a></li>
95
+ <li><a href="/foundation/thanks.html">Thanks</a></li>
96
+ </ul>
97
+ </li>
98
+ </ul>
99
+ </div>
100
+ </div>
101
+ </nav>
102
+ </header>
103
+ <!-- / Navigation -->
104
+ <div class="container">
105
+ <div class="row">
106
+ <div class="col-md-9 col-sm-8 col-xs-12">
107
+ <img src="/img/asf_logo.png" alt="Apache Logo" style="max-width: 100%;">
108
+ </div>
109
+ <div class="col-md-3 col-sm-4 col-xs-12">
110
+ <div class="input-group" style="margin-bottom: 5px;">
111
+ <input type="text" class="form-control" id="projectSearch" placeholder="Search...">
112
+ <span class="input-group-btn">
113
+ <button class="btn btn-primary" type="button"><span class="glyphicon glyphicon-search" aria-hidden="true"></span><span class="sr-only">Search</span></button>
114
+ </span>
115
+ </div>
116
+ <a role="button" class="btn btn-block btn-default btn-xs" href="/foundation/governance/">The Apache Way</a>
117
+ <a role="button" class="btn btn-block btn-default btn-xs" href="https://community.apache.org/contributors/">Contribute</a>
118
+ <a role="button" class="btn btn-block btn-default btn-xs" href="/foundation/thanks.html">ASF Sponsors</a>
119
+ </div>
120
+ </div>
121
+ </div>
122
+ <div class="container"><p>Apache License<br></br>Version 2.0, January 2004<br></br>
123
+ <a href="http://www.apache.org/licenses/">http://www.apache.org/licenses/</a> </p>
124
+ <p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
125
+ <p><strong><a name="definitions">1. Definitions</a></strong>.</p>
126
+ <p>"License" shall mean the terms and conditions for use, reproduction, and
127
+ distribution as defined by Sections 1 through 9 of this document.</p>
128
+ <p>"Licensor" shall mean the copyright owner or entity authorized by the
129
+ copyright owner that is granting the License.</p>
130
+ <p>"Legal Entity" shall mean the union of the acting entity and all other
131
+ entities that control, are controlled by, or are under common control with
132
+ that entity. For the purposes of this definition, "control" means (i) the
133
+ power, direct or indirect, to cause the direction or management of such
134
+ entity, whether by contract or otherwise, or (ii) ownership of fifty
135
+ percent (50%) or more of the outstanding shares, or (iii) beneficial
136
+ ownership of such entity.</p>
137
+ <p>"You" (or "Your") shall mean an individual or Legal Entity exercising
138
+ permissions granted by this License.</p>
139
+ <p>"Source" form shall mean the preferred form for making modifications,
140
+ including but not limited to software source code, documentation source,
141
+ and configuration files.</p>
142
+ <p>"Object" form shall mean any form resulting from mechanical transformation
143
+ or translation of a Source form, including but not limited to compiled
144
+ object code, generated documentation, and conversions to other media types.</p>
145
+ <p>"Work" shall mean the work of authorship, whether in Source or Object form,
146
+ made available under the License, as indicated by a copyright notice that
147
+ is included in or attached to the work (an example is provided in the
148
+ Appendix below).</p>
149
+ <p>"Derivative Works" shall mean any work, whether in Source or Object form,
150
+ that is based on (or derived from) the Work and for which the editorial
151
+ revisions, annotations, elaborations, or other modifications represent, as
152
+ a whole, an original work of authorship. For the purposes of this License,
153
+ Derivative Works shall not include works that remain separable from, or
154
+ merely link (or bind by name) to the interfaces of, the Work and Derivative
155
+ Works thereof.</p>
156
+ <p>"Contribution" shall mean any work of authorship, including the original
157
+ version of the Work and any modifications or additions to that Work or
158
+ Derivative Works thereof, that is intentionally submitted to Licensor for
159
+ inclusion in the Work by the copyright owner or by an individual or Legal
160
+ Entity authorized to submit on behalf of the copyright owner. For the
161
+ purposes of this definition, "submitted" means any form of electronic,
162
+ verbal, or written communication sent to the Licensor or its
163
+ representatives, including but not limited to communication on electronic
164
+ mailing lists, source code control systems, and issue tracking systems that
165
+ are managed by, or on behalf of, the Licensor for the purpose of discussing
166
+ and improving the Work, but excluding communication that is conspicuously
167
+ marked or otherwise designated in writing by the copyright owner as "Not a
168
+ Contribution."</p>
169
+ <p>"Contributor" shall mean Licensor and any individual or Legal Entity on
170
+ behalf of whom a Contribution has been received by Licensor and
171
+ subsequently incorporated within the Work.</p>
172
+ <p><strong><a name="copyright">2. Grant of Copyright License</a></strong>. Subject to the
173
+ terms and conditions of this License, each Contributor hereby grants to You
174
+ a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
175
+ copyright license to reproduce, prepare Derivative Works of, publicly
176
+ display, publicly perform, sublicense, and distribute the Work and such
177
+ Derivative Works in Source or Object form.</p>
178
+ <p><strong><a name="patent">3. Grant of Patent License</a></strong>. Subject to the terms
179
+ and conditions of this License, each Contributor hereby grants to You a
180
+ perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable
181
+ (except as stated in this section) patent license to make, have made, use,
182
+ offer to sell, sell, import, and otherwise transfer the Work, where such
183
+ license applies only to those patent claims licensable by such Contributor
184
+ that are necessarily infringed by their Contribution(s) alone or by
185
+ combination of their Contribution(s) with the Work to which such
186
+ Contribution(s) was submitted. If You institute patent litigation against
187
+ any entity (including a cross-claim or counterclaim in a lawsuit) alleging
188
+ that the Work or a Contribution incorporated within the Work constitutes
189
+ direct or contributory patent infringement, then any patent licenses
190
+ granted to You under this License for that Work shall terminate as of the
191
+ date such litigation is filed.</p>
192
+ <p><strong><a name="redistribution">4. Redistribution</a></strong>. You may reproduce and
193
+ distribute copies of the Work or Derivative Works thereof in any medium,
194
+ with or without modifications, and in Source or Object form, provided that
195
+ You meet the following conditions:</p>
196
+ <ol style="list-style: lower-latin;">
197
+ <li>You must give any other recipients of the Work or Derivative Works a
198
+ copy of this License; and</li>
199
+
200
+ <li>You must cause any modified files to carry prominent notices stating
201
+ that You changed the files; and</li>
202
+
203
+ <li>You must retain, in the Source form of any Derivative Works that You
204
+ distribute, all copyright, patent, trademark, and attribution notices from
205
+ the Source form of the Work, excluding those notices that do not pertain to
206
+ any part of the Derivative Works; and</li>
207
+
208
+ <li>If the Work includes a "NOTICE" text file as part of its distribution,
209
+ then any Derivative Works that You distribute must include a readable copy
210
+ of the attribution notices contained within such NOTICE file, excluding
211
+ those notices that do not pertain to any part of the Derivative Works, in
212
+ at least one of the following places: within a NOTICE text file distributed
213
+ as part of the Derivative Works; within the Source form or documentation,
214
+ if provided along with the Derivative Works; or, within a display generated
215
+ by the Derivative Works, if and wherever such third-party notices normally
216
+ appear. The contents of the NOTICE file are for informational purposes only
217
+ and do not modify the License. You may add Your own attribution notices
218
+ within Derivative Works that You distribute, alongside or as an addendum to
219
+ the NOTICE text from the Work, provided that such additional attribution
220
+ notices cannot be construed as modifying the License.
221
+ <br/>
222
+ <br/>
223
+ You may add Your own copyright statement to Your modifications and may
224
+ provide additional or different license terms and conditions for use,
225
+ reproduction, or distribution of Your modifications, or for any such
226
+ Derivative Works as a whole, provided Your use, reproduction, and
227
+ distribution of the Work otherwise complies with the conditions stated in
228
+ this License.
229
+ </li>
230
+
231
+ </ol>
232
+
233
+ <p><strong><a name="contributions">5. Submission of Contributions</a></strong>. Unless You
234
+ explicitly state otherwise, any Contribution intentionally submitted for
235
+ inclusion in the Work by You to the Licensor shall be under the terms and
236
+ conditions of this License, without any additional terms or conditions.
237
+ Notwithstanding the above, nothing herein shall supersede or modify the
238
+ terms of any separate license agreement you may have executed with Licensor
239
+ regarding such Contributions.</p>
240
+ <p><strong><a name="trademarks">6. Trademarks</a></strong>. This License does not grant
241
+ permission to use the trade names, trademarks, service marks, or product
242
+ names of the Licensor, except as required for reasonable and customary use
243
+ in describing the origin of the Work and reproducing the content of the
244
+ NOTICE file.</p>
245
+ <p><strong><a name="no-warranty">7. Disclaimer of Warranty</a></strong>. Unless required by
246
+ applicable law or agreed to in writing, Licensor provides the Work (and
247
+ each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT
248
+ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including,
249
+ without limitation, any warranties or conditions of TITLE,
250
+ NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You
251
+ are solely responsible for determining the appropriateness of using or
252
+ redistributing the Work and assume any risks associated with Your exercise
253
+ of permissions under this License.</p>
254
+ <p><strong><a name="no-liability">8. Limitation of Liability</a></strong>. In no event and
255
+ under no legal theory, whether in tort (including negligence), contract, or
256
+ otherwise, unless required by applicable law (such as deliberate and
257
+ grossly negligent acts) or agreed to in writing, shall any Contributor be
258
+ liable to You for damages, including any direct, indirect, special,
259
+ incidental, or consequential damages of any character arising as a result
260
+ of this License or out of the use or inability to use the Work (including
261
+ but not limited to damages for loss of goodwill, work stoppage, computer
262
+ failure or malfunction, or any and all other commercial damages or losses),
263
+ even if such Contributor has been advised of the possibility of such
264
+ damages.</p>
265
+ <p><strong><a name="additional">9. Accepting Warranty or Additional Liability</a></strong>.
266
+ While redistributing the Work or Derivative Works thereof, You may choose
267
+ to offer, and charge a fee for, acceptance of support, warranty, indemnity,
268
+ or other liability obligations and/or rights consistent with this License.
269
+ However, in accepting such obligations, You may act only on Your own behalf
270
+ and on Your sole responsibility, not on behalf of any other Contributor,
271
+ and only if You agree to indemnify, defend, and hold each Contributor
272
+ harmless for any liability incurred by, or claims asserted against, such
273
+ Contributor by reason of your accepting any such warranty or additional
274
+ liability.</p>
275
+ <p>END OF TERMS AND CONDITIONS</p>
276
+ <h1 id="apply">APPENDIX: How to apply the Apache License to your work</h1>
277
+ <p>To apply the Apache License to your work, attach the following boilerplate
278
+ notice, with the fields enclosed by brackets "[]" replaced with your own
279
+ identifying information. (Don't include the brackets!) The text should be
280
+ enclosed in the appropriate comment syntax for the file format. We also
281
+ recommend that a file or class name and description of purpose be included
282
+ on the same "printed page" as the copyright notice for easier
283
+ identification within third-party archives.</p>
284
+ <div class="codehilite"><pre>Copyright [yyyy] [name of copyright owner]
285
+
286
+ Licensed under the Apache License, Version 2.0 (the &quot;License&quot;);
287
+ you may not use this file except in compliance with the License.
288
+ You may obtain a copy of the License at
289
+
290
+ http://www.apache.org/licenses/LICENSE-2.0
291
+
292
+ Unless required by applicable law or agreed to in writing, software
293
+ distributed under the License is distributed on an &quot;AS IS&quot; BASIS,
294
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
295
+ See the License for the specific language governing permissions and
296
+ limitations under the License.
297
+ </pre></div></div>
298
+
299
+ <!-- Footer -->
300
+
301
+ <footer class="bg-primary">
302
+ <div class="container">
303
+ <div class="row">
304
+ <br />
305
+ <div class="col-sm-1">
306
+
307
+ </div>
308
+ <div class="col-sm-2">
309
+ <h5 class="white">Community</h5>
310
+ <ul class="list-unstyled white" role="menu">
311
+ <li><a href="http://community.apache.org/">Overview</a></li>
312
+ <li><a href="/foundation/conferences.html">Conferences</a></li>
313
+ <li><a href="http://community.apache.org/gsoc.html">Summer of Code</a></li>
314
+ <li><a href="http://community.apache.org/newcomers/">Getting Started</a></li>
315
+ <li><a href="/foundation/how-it-works.html">The Apache Way</a></li>
316
+ <li><a href="/travel/">Travel Assistance</a></li>
317
+ <li><a href="/foundation/getinvolved.html">Get Involved</a></li>
318
+ <li><a href="http://community.apache.org/newbiefaq.html">Community FAQ</a></li>
319
+ </ul>
320
+ </div>
321
+
322
+ <div class="col-sm-2">
323
+ <h5 class="white">Innovation</h5>
324
+ <ul class="list-unstyled white" role="menu">
325
+ <li><a href="http://incubator.apache.org/">Incubator</a></li>
326
+ <li><a href="http://labs.apache.org/">Labs</a></li>
327
+ <li><a href="/licenses/">Licensing</a></li>
328
+ <li><a href="/foundation/license-faq.html">Licensing FAQ</a></li>
329
+ <li><a href="/foundation/marks/">Trademark Policy</a></li>
330
+ <li><a href="/contact.html">Contacts</a></li>
331
+ </ul>
332
+ </div>
333
+
334
+ <div class="col-sm-2">
335
+ <h5 class="white">Tech Operations</h5>
336
+ <ul class="list-unstyled white" role="menu">
337
+ <li><a href="/dev/">Developer Information</a></li>
338
+ <li><a href="/dev/infrastructure.html">Infrastructure</a></li>
339
+ <li><a href="/security/">Security</a></li>
340
+ <li><a href="http://status.apache.org">Status</a></li>
341
+ <li><a href="/foundation/contact.html">Contacts</a></li>
342
+ </ul>
343
+ </div>
344
+
345
+ <div class="col-sm-2">
346
+ <h5 class="white">Press</h5>
347
+ <ul class="list-unstyled white" role="menu">
348
+ <li><a href="/press/">Overview</a></li>
349
+ <li><a href="https://blogs.apache.org/">ASF News</a></li>
350
+ <li><a href="https://blogs.apache.org/foundation/">Announcements</a></li>
351
+ <li><a href="https://twitter.com/TheASF">Twitter Feed</a></li>
352
+ <li><a href="/press/#contact">Contacts</a></li>
353
+ </ul>
354
+ </div>
355
+
356
+ <div class="col-sm-2">
357
+ <h5 class="white">Legal</h5>
358
+ <ul class="list-unstyled white" role="menu">
359
+ <li><a href="/legal/">Legal Affairs</a></li>
360
+ <li><a href="/licenses/">Licenses</a></li>
361
+ <li><a href="/foundation/marks/">Trademark Policy</a></li>
362
+ <li><a href="/foundation/records/">Public Records</a></li>
363
+ <li><a href="/licenses/exports/">Export Information</a></li>
364
+ <li><a href="/foundation/license-faq.html">License/Distribution FAQ</a></li>
365
+ <li><a href="/foundation/contact.html">Contacts</a></li>
366
+ </ul>
367
+ </div>
368
+
369
+ <div class="col-sm-1">
370
+ </div>
371
+
372
+ </div>
373
+ <hr class="col-lg-12 hr-white" />
374
+ <div class="row">
375
+ <div class="col-lg-12">
376
+ <p class="text-center">Copyright &#169; 2015 The Apache Software Foundation, Licensed under the <a class="white" href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
377
+ <p class="text-center">Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
378
+ </div>
379
+ </div>
380
+ </div>
381
+
382
+ </footer>
383
+
384
+ <!-- / Footer -->
385
+
386
+ <script src="/js/jquery-2.1.1.min.js"></script>
387
+ <script src="/js/bootstrap.js"></script>
388
+ </body>
389
+ </html>
@@ -0,0 +1,191 @@
1
+ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN"
2
+ "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
3
+ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.0" dir="ltr">
4
+
5
+ <head profile="http://www.w3.org/1999/xhtml/vocab">
6
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><script type="text/javascript">window.NREUM||(NREUM={}),__nr_require=function(n,e,t){function r(t){if(!e[t]){var o=e[t]={exports:{}};n[t][0].call(o.exports,function(e){var o=n[t][1][e];return r(o?o:e)},o,o.exports)}return e[t].exports}if("function"==typeof __nr_require)return __nr_require;for(var o=0;o<t.length;o++)r(t[o]);return r}({QJf3ax:[function(n,e){function t(n){function e(e,t,a){n&&n(e,t,a),a||(a={});for(var u=c(e),f=u.length,s=i(a,o,r),p=0;f>p;p++)u[p].apply(s,t);return s}function a(n,e){f[n]=c(n).concat(e)}function c(n){return f[n]||[]}function u(){return t(e)}var f={};return{on:a,emit:e,create:u,listeners:c,_events:f}}function r(){return{}}var o="nr@context",i=n("gos");e.exports=t()},{gos:"7eSDFh"}],ee:[function(n,e){e.exports=n("QJf3ax")},{}],3:[function(n,e){function t(n){return function(){r(n,[(new Date).getTime()].concat(i(arguments)))}}var r=n("handle"),o=n(1),i=n(2);"undefined"==typeof window.newrelic&&(newrelic=window.NREUM);var a=["setPageViewName","addPageAction","setCustomAttribute","finished","addToTrace","inlineHit","noticeError"];o(a,function(n,e){window.NREUM[e]=t("api-"+e)}),e.exports=window.NREUM},{1:12,2:13,handle:"D5DuLP"}],gos:[function(n,e){e.exports=n("7eSDFh")},{}],"7eSDFh":[function(n,e){function t(n,e,t){if(r.call(n,e))return n[e];var o=t();if(Object.defineProperty&&Object.keys)try{return Object.defineProperty(n,e,{value:o,writable:!0,enumerable:!1}),o}catch(i){}return n[e]=o,o}var r=Object.prototype.hasOwnProperty;e.exports=t},{}],D5DuLP:[function(n,e){function t(n,e,t){return r.listeners(n).length?r.emit(n,e,t):(o[n]||(o[n]=[]),void o[n].push(e))}var r=n("ee").create(),o={};e.exports=t,t.ee=r,r.q=o},{ee:"QJf3ax"}],handle:[function(n,e){e.exports=n("D5DuLP")},{}],XL7HBI:[function(n,e){function t(n){var e=typeof n;return!n||"object"!==e&&"function"!==e?-1:n===window?0:i(n,o,function(){return r++})}var r=1,o="nr@id",i=n("gos");e.exports=t},{gos:"7eSDFh"}],id:[function(n,e){e.exports=n("XL7HBI")},{}],loader:[function(n,e){e.exports=n("G9z0Bl")},{}],G9z0Bl:[function(n,e){function t(){var n=h.info=NREUM.info;if(n&&n.licenseKey&&n.applicationID&&f&&f.body){c(l,function(e,t){e in n||(n[e]=t)}),h.proto="https"===d.split(":")[0]||n.sslForHttp?"https://":"http://",a("mark",["onload",i()]);var e=f.createElement("script");e.src=h.proto+n.agent,f.body.appendChild(e)}}function r(){"complete"===f.readyState&&o()}function o(){a("mark",["domContent",i()])}function i(){return(new Date).getTime()}var a=n("handle"),c=n(1),u=(n(2),window),f=u.document,s="addEventListener",p="attachEvent",d=(""+location).split("?")[0],l={beacon:"bam.nr-data.net",errorBeacon:"bam.nr-data.net",agent:"js-agent.newrelic.com/nr-593.min.js"},h=e.exports={offset:i(),origin:d,features:{}};f[s]?(f[s]("DOMContentLoaded",o,!1),u[s]("load",t,!1)):(f[p]("onreadystatechange",r),u[p]("onload",t)),a("mark",["firstbyte",i()])},{1:12,2:3,handle:"D5DuLP"}],12:[function(n,e){function t(n,e){var t=[],o="",i=0;for(o in n)r.call(n,o)&&(t[i]=e(o,n[o]),i+=1);return t}var r=Object.prototype.hasOwnProperty;e.exports=t},{}],13:[function(n,e){function t(n,e,t){e||(e=0),"undefined"==typeof t&&(t=n?n.length:0);for(var r=-1,o=t-e||0,i=Array(0>o?0:o);++r<o;)i[r]=n[e+r];return i}e.exports=t},{}]},{},["G9z0Bl"]);</script>
7
+ <link rel="shortcut icon" href="http://opensource.org/files/garland_favicon.png" type="image/png" />
8
+ <link rel="shortlink" href="/node/66" />
9
+ <link rel="canonical" href="/licenses/MIT" />
10
+ <meta name="Generator" content="Drupal 7 (http://drupal.org)" />
11
+ <title>The MIT License (MIT) | Open Source Initiative</title>
12
+ <link type="text/css" rel="stylesheet" href="http://opensource.org/files/css/css_xE-rWrJf-fncB6ztZfd2huxqgxu4WO-qwma6Xer30m4.css" media="all" />
13
+ <link type="text/css" rel="stylesheet" href="http://opensource.org/files/css/css_iABekW8OXxt1yff1_vg0sDV7lt8KP5iiCy47vQtDcDM.css" media="all" />
14
+ <link type="text/css" rel="stylesheet" href="http://opensource.org/files/css/css_2wI77kyP-rJKVpFW5M3KFcj7Cb99lZalmubKIwWwsmU.css" media="all" />
15
+ <link type="text/css" rel="stylesheet" href="http://opensource.org/files/css/css_k3snrbsthqot7V7ccRZHS9OkCZkwBv4adtNieIVlbEU.css" media="print" />
16
+
17
+ <!--[if lt IE 7]>
18
+ <link type="text/css" rel="stylesheet" href="http://opensource.org/themes/garland/fix-ie.css?nm6pyr" media="all" />
19
+ <![endif]-->
20
+ <script type="text/javascript" src="http://opensource.org/files/js/js_xAPl0qIk9eowy_iS9tNkCWXLUVoat94SQT48UBCFkyQ.js"></script>
21
+ <script type="text/javascript">
22
+ <!--//--><![CDATA[//><!--
23
+ jQuery.extend(Drupal.settings, {"basePath":"\/","pathPrefix":"","ajaxPageState":{"theme":"garland","theme_token":"TKd5spQJ1FZy1HcRPHddEzQI2t1pN5d2ECtqeeBIriw","js":{"misc\/jquery.js":1,"misc\/jquery.once.js":1,"misc\/drupal.js":1},"css":{"modules\/system\/system.base.css":1,"modules\/system\/system.menus.css":1,"modules\/system\/system.messages.css":1,"modules\/system\/system.theme.css":1,"modules\/aggregator\/aggregator.css":1,"modules\/comment\/comment.css":1,"modules\/field\/theme\/field.css":1,"sites\/all\/modules\/mollom\/mollom.css":1,"modules\/node\/node.css":1,"modules\/search\/search.css":1,"modules\/user\/user.css":1,"themes\/garland\/style.css":1,"themes\/garland\/print.css":1,"themes\/garland\/fix-ie.css":1}}});
24
+ //--><!]]>
25
+ </script>
26
+ </head>
27
+ <body class="html not-front not-logged-in one-sidebar sidebar-first page-node page-node- page-node-66 node-type-page fluid-width" >
28
+ <div id="skip-link">
29
+ <a href="#main-content" class="element-invisible element-focusable">Skip to main content</a>
30
+ </div>
31
+
32
+ <div id="wrapper">
33
+ <div id="container" class="clearfix">
34
+
35
+ <div id="header">
36
+ <div id="logo-floater">
37
+ <div id="branding"><strong><a href="/">
38
+ <img src="http://opensource.org/files/garland_logo.png" alt="Open Source Initiative " title="Open Source Initiative " id="logo" />
39
+ <span>Open Source Initiative</span> </a></strong></div>
40
+ </div>
41
+
42
+ </div> <!-- /#header -->
43
+
44
+ <div id="sidebar-first" class="sidebar">
45
+ <div class="region region-sidebar-first">
46
+ <div id="block-search-form" class="block block-search clearfix">
47
+
48
+ <h2 class="title">Search this site:</h2>
49
+
50
+ <div class="content">
51
+ <form action="/licenses/mit-license.php" method="post" id="search-block-form" accept-charset="UTF-8"><div><div class="container-inline">
52
+ <div class="form-item form-type-textfield form-item-search-block-form">
53
+ <label class="element-invisible" for="edit-search-block-form--2">Search </label>
54
+ <input title="Enter the terms you wish to search for." type="text" id="edit-search-block-form--2" name="search_block_form" value="" size="15" maxlength="128" class="form-text" />
55
+ </div>
56
+ <div class="form-actions form-wrapper" id="edit-actions"><input type="submit" id="edit-submit" name="op" value="Search" class="form-submit" /></div><input type="hidden" name="form_build_id" value="form-rEfcjT7gTkMTZcUGzW6YAp3kLEQXg4IT9guWcgGk01I" />
57
+ <input type="hidden" name="form_id" value="search_block_form" />
58
+ </div>
59
+ </div></form> </div>
60
+ </div>
61
+ <div id="block-system-navigation" class="block block-system block-menu clearfix">
62
+
63
+ <h2 class="title">Navigation</h2>
64
+
65
+ <div class="content">
66
+ <ul class="menu"><li class="first collapsed"><a href="/about" title="About the Open Source Initiative">About the OSI</a></li>
67
+ <li class="collapsed"><a href="/osd" title="The actual OSD defining what constitutes an Open Source licence">The Open Source Definition</a></li>
68
+ <li class="collapsed"><a href="/licenses">Open Source Licenses</a></li>
69
+ <li class="leaf"><a href="/working_groups">Working Groups</a></li>
70
+ <li class="leaf"><a href="/faq" title="Frequently Asked Questions about open source and about the OSI.">FAQ</a></li>
71
+ <li class="collapsed"><a href="/trademark" title="Information about trademark and logo usage">Trademark and Logo Usage</a></li>
72
+ <li class="collapsed"><a href="/osr-intro" title="Open Standards Requirement for Software">Open Standards</a></li>
73
+ <li class="leaf"><a href="/osi-open-source-education" title="OSI&#039;s Open Source Education Initiative and Activities">Open Source Education</a></li>
74
+ <li class="collapsed"><a href="/lists" title="The virtual committees where the OSI&#039;s work gets done">Mailing lists</a></li>
75
+ <li class="collapsed"><a href="/help" title="Resources for questions and further exploration">Getting Help</a></li>
76
+ <li class="collapsed"><a href="http://opensource.org/donate" title="">Donate to the OSI</a></li>
77
+ <li class="leaf"><a href="/members">OSI Individual Membership</a></li>
78
+ <li class="leaf"><a href="/store">OSI Store</a></li>
79
+ <li class="collapsed"><a href="/affiliates" title="Home page for OSI&#039;s membership scheme for non-profits and not-for-profits">OSI Affiliate Membership</a></li>
80
+ <li class="leaf"><a href="/contact" title="">Contact OSI</a></li>
81
+ <li class="leaf"><a href="/ToS" title="Rules for posting content on this site">Terms of Service</a></li>
82
+ <li class="last leaf"><a href="/support">OSI Corporate Support</a></li>
83
+ </ul> </div>
84
+ </div>
85
+ </div>
86
+ </div>
87
+
88
+ <div id="center"><div id="squeeze"><div class="right-corner"><div class="left-corner">
89
+ <h2 class="element-invisible">You are here</h2><div class="breadcrumb"><a href="/">Home</a></div> <a id="main-content"></a>
90
+ <div id="tabs-wrapper" class="clearfix"> <h1 class="with-tabs">The MIT License (MIT)</h1>
91
+ </div> <div class="clearfix">
92
+ <div class="region region-content">
93
+ <div id="block-system-main" class="block block-system clearfix">
94
+
95
+
96
+ <div class="content">
97
+ <div id="node-66" class="node node-page">
98
+
99
+
100
+
101
+
102
+ <div class="content clearfix">
103
+ <img style="float: right; margin: 1em;" width="100" height="137" alt="[OSI Approved License]" src="/trademarks/opensource/OSI-Appro
104
+ ved-License-100x137.png"/>
105
+ <div class="field field-name-body field-type-text-with-summary field-label-hidden"><div class="field-items"><div class="field-item even"><p>The MIT License (MIT)</p>
106
+ <p>Copyright (c) &lt;year&gt; &lt;copyright holders&gt;</p>
107
+ <p>Permission is hereby granted, free of charge, to any person obtaining a copy<br />
108
+ of this software and associated documentation files (the "Software"), to deal<br />
109
+ in the Software without restriction, including without limitation the rights<br />
110
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell<br />
111
+ copies of the Software, and to permit persons to whom the Software is<br />
112
+ furnished to do so, subject to the following conditions:</p>
113
+ <p>The above copyright notice and this permission notice shall be included in<br />
114
+ all copies or substantial portions of the Software.</p>
115
+ <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR<br />
116
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,<br />
117
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE<br />
118
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER<br />
119
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,<br />
120
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN<br />
121
+ THE SOFTWARE.</p>
122
+ </div></div></div> </div>
123
+
124
+ <div class="clearfix">
125
+ <div class="links"></div>
126
+
127
+ </div>
128
+
129
+ </div>
130
+ </div>
131
+ </div>
132
+ </div>
133
+ </div>
134
+ <div class="region region-footer">
135
+ <div id="block-block-11" class="block block-block clearfix">
136
+
137
+
138
+ <div class="content">
139
+ <p style="text-align:center">Help shape the future of the Open Source Initiative...<br /><a href="http://osi.xwiki.com">visit and participate in the OSI wiki</a>.
140
+ </p>
141
+
142
+ <div>
143
+ <p><a href="https://plus.google.com/+opensourceinitiative" rel="publisher">Google+</a></p>
144
+ <a href="https://twitter.com/OpenSourceOrg" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @OpenSourceOrg</a>
145
+ <script>
146
+ <!--//--><![CDATA[// ><!--
147
+ !function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
148
+ //--><!]]>
149
+ </script></div>
150
+
151
+ <p>
152
+ <!-- Creative Commons License --><a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width: 0" src="http://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />Opensource.org site content is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.<!-- /Creative Commons License -->
153
+
154
+ <!-- <rdf:RDF xmlns="http://web.resource.org/cc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
155
+ <Work rdf:about="">
156
+ <license rdf:resource="http://creativecommons.org/licenses/by/3.0/" />
157
+ </Work>
158
+ <License rdf:about="http://creativecommons.org/licenses/by/3.0/"><permits rdf:resource="http://web.resource.org/cc/Reproduction"/><permits rdf:resource="http://web.resource.org/cc/Distribution"/><requires rdf:resource="http://web.resource.org/cc/Notice"/><requires rdf:resource="http://web.resource.org/cc/Attribution"/><permits rdf:resource="http://web.resource.org/cc/DerivativeWorks"/></License></rdf:RDF>
159
+ -->
160
+
161
+ | <a href="../ToS">Terms of Service</a>
162
+
163
+ </p>
164
+ </div>
165
+ </div>
166
+ <div id="block-block-7" class="block block-block clearfix">
167
+
168
+
169
+ <div class="content">
170
+ <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
171
+ <!--//--><![CDATA[// ><!--
172
+
173
+
174
+ //--><!]]>
175
+ </script><script type="text/javascript">
176
+ <!--//--><![CDATA[// ><!--
177
+
178
+ _uacct = "UA-3916956-1";
179
+ urchinTracker();
180
+
181
+ //--><!]]>
182
+ </script> </div>
183
+ </div>
184
+ </div>
185
+ </div></div></div></div> <!-- /.left-corner, /.right-corner, /#squeeze, /#center -->
186
+
187
+
188
+ </div> <!-- /#container -->
189
+ </div> <!-- /#wrapper -->
190
+ <script type="text/javascript">window.NREUM||(NREUM={});NREUM.info={"beacon":"bam.nr-data.net","licenseKey":"53c69192ac","applicationID":"224050","transactionName":"b1dRZkQCXEEHAEVRXFYdZkBfTFtcAgZJFkNQQg==","queueTime":0,"applicationTime":29,"ttGuid":"","agentToken":"","atts":"QxBSEAwYT08=","errorBeacon":"bam.nr-data.net","agent":"js-agent.newrelic.com\/nr-593.min.js"}</script></body>
191
+ </html>