Skip to content

Commit 7482192

Browse files
committed
Build: Add license
Closes gh-307
1 parent 516f317 commit 7482192

File tree

2 files changed

+352
-24
lines changed

2 files changed

+352
-24
lines changed

LICENSE.txt

Lines changed: 352 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,352 @@
1+
Copyright 2011, 2014 jQuery Foundation and other contributors,
2+
https://jquery.org/
3+
4+
This software consists of voluntary contributions made by many
5+
individuals. For exact contribution history, see the revision history
6+
available at https://github.com/jquery/jquery-wp-content
7+
8+
All PHP files in this software that are not externally maintained
9+
libraries are derivative works of WordPress and licensed under the terms
10+
GPLv2 or later.
11+
12+
====
13+
14+
The following externally maintained libraries used by this software have
15+
their own licenses; we recommend you read them, as their terms may
16+
differ from the terms above.
17+
18+
- Allow Numeric Stubs
19+
http://www.viper007bond.com/wordpress-plugins/allow-numeric-stubs/
20+
located at plugins/allow-numeric-stubs
21+
22+
- Colorbox
23+
http://www.jacklmoore.com/colorbox/
24+
located at themes/jquery/js/plugins.js
25+
26+
- FlexSlider
27+
http://www.woothemes.com/flexslider/
28+
located at themes/jquery/js/plugins.js
29+
30+
- Grunt Wordpress
31+
https://github.com/scottgonzalez/grunt-wordpress
32+
located at mu-plugins/grunt-wodpress.php
33+
34+
- matchMedia.js
35+
https://github.com/paulirish/matchMedia.js
36+
located at themes/jquery/js/plugins.js
37+
38+
- Modernizr
39+
http://modernizr.com/
40+
located at themes/jquery/js/modernizr.custom.2.6.2.min.js
41+
42+
- No Comments on Pages
43+
http://jaka.kubje.org/wp/software/no-comments-on-pages/
44+
located at plugins/no-comments-on-pages
45+
46+
- Respond.js
47+
https://github.com/scottjehl/Respond
48+
located at themes/jquery/js/plugins.js
49+
50+
- Stripe PHP Bindings
51+
https://github.com/stripe/stripe-php
52+
located at mu-plugins/jquery.org/lib/Stripe
53+
54+
- TinyNav.js
55+
http://tinynav.viljamis.com
56+
located at themes/jquery/js/plugins.js
57+
58+
- VaultPress
59+
http://vaultpress.com/
60+
located at plugins/vaultpress
61+
62+
The design, layout, and look-and-feel of jquery-wp-content - including
63+
all CSS, images, and icons, except as noted above - are copyright jQuery
64+
Foundation and are not licensed for use. Designs and CSS from
65+
jquery-wp-content may not be used on any site, personal or commerical,
66+
without prior written consent from the jQuery Foundation.
67+
68+
The only permitted (and encouraged) exception to "use" is the case of
69+
cloning/forking this repository in order to create a local development
70+
environment to facilitate making contributions to jQuery Foundation
71+
web sites.
72+
73+
====
74+
75+
GNU GENERAL PUBLIC LICENSE
76+
Version 2, June 1991
77+
78+
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
79+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
80+
Everyone is permitted to copy and distribute verbatim copies
81+
of this license document, but changing it is not allowed.
82+
83+
Preamble
84+
85+
The licenses for most software are designed to take away your
86+
freedom to share and change it. By contrast, the GNU General Public
87+
License is intended to guarantee your freedom to share and change free
88+
software--to make sure the software is free for all its users. This
89+
General Public License applies to most of the Free Software
90+
Foundation's software and to any other program whose authors commit to
91+
using it. (Some other Free Software Foundation software is covered by
92+
the GNU Lesser General Public License instead.) You can apply it to
93+
your programs, too.
94+
95+
When we speak of free software, we are referring to freedom, not
96+
price. Our General Public Licenses are designed to make sure that you
97+
have the freedom to distribute copies of free software (and charge for
98+
this service if you wish), that you receive source code or can get it
99+
if you want it, that you can change the software or use pieces of it
100+
in new free programs; and that you know you can do these things.
101+
102+
To protect your rights, we need to make restrictions that forbid
103+
anyone to deny you these rights or to ask you to surrender the rights.
104+
These restrictions translate to certain responsibilities for you if you
105+
distribute copies of the software, or if you modify it.
106+
107+
For example, if you distribute copies of such a program, whether
108+
gratis or for a fee, you must give the recipients all the rights that
109+
you have. You must make sure that they, too, receive or can get the
110+
source code. And you must show them these terms so they know their
111+
rights.
112+
113+
We protect your rights with two steps: (1) copyright the software, and
114+
(2) offer you this license which gives you legal permission to copy,
115+
distribute and/or modify the software.
116+
117+
Also, for each author's protection and ours, we want to make certain
118+
that everyone understands that there is no warranty for this free
119+
software. If the software is modified by someone else and passed on, we
120+
want its recipients to know that what they have is not the original, so
121+
that any problems introduced by others will not reflect on the original
122+
authors' reputations.
123+
124+
Finally, any free program is threatened constantly by software
125+
patents. We wish to avoid the danger that redistributors of a free
126+
program will individually obtain patent licenses, in effect making the
127+
program proprietary. To prevent this, we have made it clear that any
128+
patent must be licensed for everyone's free use or not licensed at all.
129+
130+
The precise terms and conditions for copying, distribution and
131+
modification follow.
132+
133+
GNU GENERAL PUBLIC LICENSE
134+
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
135+
136+
0. This License applies to any program or other work which contains
137+
a notice placed by the copyright holder saying it may be distributed
138+
under the terms of this General Public License. The "Program", below,
139+
refers to any such program or work, and a "work based on the Program"
140+
means either the Program or any derivative work under copyright law:
141+
that is to say, a work containing the Program or a portion of it,
142+
either verbatim or with modifications and/or translated into another
143+
language. (Hereinafter, translation is included without limitation in
144+
the term "modification".) Each licensee is addressed as "you".
145+
146+
Activities other than copying, distribution and modification are not
147+
covered by this License; they are outside its scope. The act of
148+
running the Program is not restricted, and the output from the Program
149+
is covered only if its contents constitute a work based on the
150+
Program (independent of having been made by running the Program).
151+
Whether that is true depends on what the Program does.
152+
153+
1. You may copy and distribute verbatim copies of the Program's
154+
source code as you receive it, in any medium, provided that you
155+
conspicuously and appropriately publish on each copy an appropriate
156+
copyright notice and disclaimer of warranty; keep intact all the
157+
notices that refer to this License and to the absence of any warranty;
158+
and give any other recipients of the Program a copy of this License
159+
along with the Program.
160+
161+
You may charge a fee for the physical act of transferring a copy, and
162+
you may at your option offer warranty protection in exchange for a fee.
163+
164+
2. You may modify your copy or copies of the Program or any portion
165+
of it, thus forming a work based on the Program, and copy and
166+
distribute such modifications or work under the terms of Section 1
167+
above, provided that you also meet all of these conditions:
168+
169+
a) You must cause the modified files to carry prominent notices
170+
stating that you changed the files and the date of any change.
171+
172+
b) You must cause any work that you distribute or publish, that in
173+
whole or in part contains or is derived from the Program or any
174+
part thereof, to be licensed as a whole at no charge to all third
175+
parties under the terms of this License.
176+
177+
c) If the modified program normally reads commands interactively
178+
when run, you must cause it, when started running for such
179+
interactive use in the most ordinary way, to print or display an
180+
announcement including an appropriate copyright notice and a
181+
notice that there is no warranty (or else, saying that you provide
182+
a warranty) and that users may redistribute the program under
183+
these conditions, and telling the user how to view a copy of this
184+
License. (Exception: if the Program itself is interactive but
185+
does not normally print such an announcement, your work based on
186+
the Program is not required to print an announcement.)
187+
188+
These requirements apply to the modified work as a whole. If
189+
identifiable sections of that work are not derived from the Program,
190+
and can be reasonably considered independent and separate works in
191+
themselves, then this License, and its terms, do not apply to those
192+
sections when you distribute them as separate works. But when you
193+
distribute the same sections as part of a whole which is a work based
194+
on the Program, the distribution of the whole must be on the terms of
195+
this License, whose permissions for other licensees extend to the
196+
entire whole, and thus to each and every part regardless of who wrote it.
197+
198+
Thus, it is not the intent of this section to claim rights or contest
199+
your rights to work written entirely by you; rather, the intent is to
200+
exercise the right to control the distribution of derivative or
201+
collective works based on the Program.
202+
203+
In addition, mere aggregation of another work not based on the Program
204+
with the Program (or with a work based on the Program) on a volume of
205+
a storage or distribution medium does not bring the other work under
206+
the scope of this License.
207+
208+
3. You may copy and distribute the Program (or a work based on it,
209+
under Section 2) in object code or executable form under the terms of
210+
Sections 1 and 2 above provided that you also do one of the following:
211+
212+
a) Accompany it with the complete corresponding machine-readable
213+
source code, which must be distributed under the terms of Sections
214+
1 and 2 above on a medium customarily used for software interchange; or,
215+
216+
b) Accompany it with a written offer, valid for at least three
217+
years, to give any third party, for a charge no more than your
218+
cost of physically performing source distribution, a complete
219+
machine-readable copy of the corresponding source code, to be
220+
distributed under the terms of Sections 1 and 2 above on a medium
221+
customarily used for software interchange; or,
222+
223+
c) Accompany it with the information you received as to the offer
224+
to distribute corresponding source code. (This alternative is
225+
allowed only for noncommercial distribution and only if you
226+
received the program in object code or executable form with such
227+
an offer, in accord with Subsection b above.)
228+
229+
The source code for a work means the preferred form of the work for
230+
making modifications to it. For an executable work, complete source
231+
code means all the source code for all modules it contains, plus any
232+
associated interface definition files, plus the scripts used to
233+
control compilation and installation of the executable. However, as a
234+
special exception, the source code distributed need not include
235+
anything that is normally distributed (in either source or binary
236+
form) with the major components (compiler, kernel, and so on) of the
237+
operating system on which the executable runs, unless that component
238+
itself accompanies the executable.
239+
240+
If distribution of executable or object code is made by offering
241+
access to copy from a designated place, then offering equivalent
242+
access to copy the source code from the same place counts as
243+
distribution of the source code, even though third parties are not
244+
compelled to copy the source along with the object code.
245+
246+
4. You may not copy, modify, sublicense, or distribute the Program
247+
except as expressly provided under this License. Any attempt
248+
otherwise to copy, modify, sublicense or distribute the Program is
249+
void, and will automatically terminate your rights under this License.
250+
However, parties who have received copies, or rights, from you under
251+
this License will not have their licenses terminated so long as such
252+
parties remain in full compliance.
253+
254+
5. You are not required to accept this License, since you have not
255+
signed it. However, nothing else grants you permission to modify or
256+
distribute the Program or its derivative works. These actions are
257+
prohibited by law if you do not accept this License. Therefore, by
258+
modifying or distributing the Program (or any work based on the
259+
Program), you indicate your acceptance of this License to do so, and
260+
all its terms and conditions for copying, distributing or modifying
261+
the Program or works based on it.
262+
263+
6. Each time you redistribute the Program (or any work based on the
264+
Program), the recipient automatically receives a license from the
265+
original licensor to copy, distribute or modify the Program subject to
266+
these terms and conditions. You may not impose any further
267+
restrictions on the recipients' exercise of the rights granted herein.
268+
You are not responsible for enforcing compliance by third parties to
269+
this License.
270+
271+
7. If, as a consequence of a court judgment or allegation of patent
272+
infringement or for any other reason (not limited to patent issues),
273+
conditions are imposed on you (whether by court order, agreement or
274+
otherwise) that contradict the conditions of this License, they do not
275+
excuse you from the conditions of this License. If you cannot
276+
distribute so as to satisfy simultaneously your obligations under this
277+
License and any other pertinent obligations, then as a consequence you
278+
may not distribute the Program at all. For example, if a patent
279+
license would not permit royalty-free redistribution of the Program by
280+
all those who receive copies directly or indirectly through you, then
281+
the only way you could satisfy both it and this License would be to
282+
refrain entirely from distribution of the Program.
283+
284+
If any portion of this section is held invalid or unenforceable under
285+
any particular circumstance, the balance of the section is intended to
286+
apply and the section as a whole is intended to apply in other
287+
circumstances.
288+
289+
It is not the purpose of this section to induce you to infringe any
290+
patents or other property right claims or to contest validity of any
291+
such claims; this section has the sole purpose of protecting the
292+
integrity of the free software distribution system, which is
293+
implemented by public license practices. Many people have made
294+
generous contributions to the wide range of software distributed
295+
through that system in reliance on consistent application of that
296+
system; it is up to the author/donor to decide if he or she is willing
297+
to distribute software through any other system and a licensee cannot
298+
impose that choice.
299+
300+
This section is intended to make thoroughly clear what is believed to
301+
be a consequence of the rest of this License.
302+
303+
8. If the distribution and/or use of the Program is restricted in
304+
certain countries either by patents or by copyrighted interfaces, the
305+
original copyright holder who places the Program under this License
306+
may add an explicit geographical distribution limitation excluding
307+
those countries, so that distribution is permitted only in or among
308+
countries not thus excluded. In such case, this License incorporates
309+
the limitation as if written in the body of this License.
310+
311+
9. The Free Software Foundation may publish revised and/or new versions
312+
of the General Public License from time to time. Such new versions will
313+
be similar in spirit to the present version, but may differ in detail to
314+
address new problems or concerns.
315+
316+
Each version is given a distinguishing version number. If the Program
317+
specifies a version number of this License which applies to it and "any
318+
later version", you have the option of following the terms and conditions
319+
either of that version or of any later version published by the Free
320+
Software Foundation. If the Program does not specify a version number of
321+
this License, you may choose any version ever published by the Free Software
322+
Foundation.
323+
324+
10. If you wish to incorporate parts of the Program into other free
325+
programs whose distribution conditions are different, write to the author
326+
to ask for permission. For software which is copyrighted by the Free
327+
Software Foundation, write to the Free Software Foundation; we sometimes
328+
make exceptions for this. Our decision will be guided by the two goals
329+
of preserving the free status of all derivatives of our free software and
330+
of promoting the sharing and reuse of software generally.
331+
332+
NO WARRANTY
333+
334+
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
335+
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
336+
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
337+
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
338+
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
339+
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
340+
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
341+
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
342+
REPAIR OR CORRECTION.
343+
344+
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
345+
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
346+
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
347+
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
348+
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
349+
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
350+
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
351+
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
352+
POSSIBILITY OF SUCH DAMAGES.

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -79,27 +79,3 @@ Should you need to recover some harddrive space you can safely run the `vagrant
7979
## Auto-Updates
8080

8181
Changes pushed to master are automatically pulled onto the stage domain.
82-
83-
## Copyright
84-
85-
Copyright 2014 jQuery Foundation and other contributors. All rights reserved.
86-
87-
The `jquery-wp-content` repository contains themes for rendering all jQuery Foundation web sites.
88-
89-
### What is licensed
90-
91-
The contents of the web sites that run on top of `jquery-wp-content` are all available under the terms of the MIT license ( http://jquery.org/license ).
92-
93-
Special exception: Code samples are given away for you to freely use, for any purpose. For code samples in API sites
94-
and Learn articles (unlike the source code of jQuery projects) you don't even have to say where you got the code from.
95-
Just use it.
96-
97-
The PHP files in the `jquery-wp-content` repository are a derivative work of WordPress, and available under the
98-
terms of the GPL license ( http://codex.wordpress.org/License ).
99-
100-
### What is not licensed
101-
102-
The design, layout, and look-and-feel of the `jquery-wp-content` repository, including all CSS, images, and
103-
icons, are copyright jQuery Foundation, Inc. and are not licensed for use. Designs and CSS from `jquery-wp-content` may not be used on any site, personal or commerical, without prior written consent from the jQuery Foundation. `jquery-wp-content` contains CSS, images, and icons that are copyrighted by other individuals; those items are licensed under their original terms.
104-
105-
The only permitted (and encouraged) exception to "use" is the case of cloning/forking this repository in order to create a local development environment to facilitate making contributions to jQuery Foundation websites.

0 commit comments

Comments
 (0)