Skip to content

Commit a6b0420

Browse files
committed
All: Add gilded-wordpress/LICENSE.txt and create NOTICE.txt file
Keep symlink to plugins/gilded-wordpress.php to ease deployment.
1 parent e384f51 commit a6b0420

File tree

6 files changed

+265
-254
lines changed

6 files changed

+265
-254
lines changed

LICENSE.txt

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,3 @@
1-
Copyright jQuery Foundation and other contributors, https://jquery.org/
2-
3-
This software consists of voluntary contributions made by many
4-
individuals. For exact contribution history, see the revision history
5-
available at https://github.com/jquery/jquery-wp-content
6-
7-
All PHP files in this software that are not externally maintained
8-
libraries are derivative works of WordPress and licensed under the terms
9-
GPLv2 or later.
10-
11-
====
12-
13-
The following externally maintained libraries used by this software have
14-
their own licenses; we recommend you read them, as their terms may
15-
differ from the terms above.
16-
17-
- Disable Emojis
18-
https://wordpress.org/plugins/disable-emojis/
19-
located at plugins/disable-emojis
20-
21-
- Gilded Wordpress
22-
https://github.com/scottgonzalez/grunt-wordpress
23-
located at plugins/gilded-wordpress.php
24-
25-
- No Comments on Pages
26-
https://wordpress.org/plugins/no-comments-on-pages/
27-
located at plugins/no-comments-on-pages
28-
29-
- TinyNav.js
30-
http://tinynav.com/
31-
located at themes/jquery/js/plugins.js
32-
33-
The design, layout, and look-and-feel of jquery-wp-content - including
34-
all CSS, images, and icons, except as noted above - are copyright jQuery
35-
Foundation and are not licensed for use. Designs and CSS from
36-
jquery-wp-content may not be used on any site, personal or commerical,
37-
without prior written consent from the jQuery Foundation.
38-
39-
The only permitted (and encouraged) exception to "use" is the case of
40-
cloning/forking this repository in order to create a local development
41-
environment to facilitate making contributions to jQuery Foundation
42-
web sites.
43-
44-
====
45-
461
GNU GENERAL PUBLIC LICENSE
472
Version 2, June 1991
483

NOTICE.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Copyright jQuery Foundation and other contributors, https://github.com/jquery/jquery-wp-content
2+
3+
This program is free software; you can redistribute it and/or modify
4+
it under the terms of the GNU General Public License as published by
5+
the Free Software Foundation; either version 2 of the License, or
6+
(at your option) any later version.
7+
8+
This program is distributed in the hope that it will be useful,
9+
but WITHOUT ANY WARRANTY; without even the implied warranty of
10+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11+
GNU General Public License for more details.
12+
13+
You should have received a copy of the GNU General Public License along
14+
with this program; if not, write to the Free Software Foundation, Inc.,
15+
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
16+
17+
====
18+
19+
- Disable Emojis
20+
https://wordpress.org/plugins/disable-emojis/
21+
located at plugins/disable-emojis
22+
23+
- Gilded Wordpress
24+
https://github.com/scottgonzalez/grunt-wordpress
25+
located at plugins/gilded-wordpress
26+
27+
- No Comments on Pages
28+
https://wordpress.org/plugins/no-comments-on-pages/
29+
located at plugins/no-comments-on-pages
30+
31+
- TinyNav.js
32+
http://tinynav.com/
33+
located at themes/jquery/js/plugins.js

mu-plugins/_loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// https://github.com/jquery/infrastructure-puppet/blob/staging/modules/profile/manifests/wordpress/docs.pp
77

88
require_once __DIR__ . '/../plugins/disable-emojis/disable-emojis.php';
9-
require_once __DIR__ . '/../plugins/gilded-wordpress.php';
9+
require_once __DIR__ . '/../plugins/gilded-wordpress/gilded-wordpress.php';
1010
require_once __DIR__ . '/../plugins/jquery-actions.php';
1111
require_once __DIR__ . '/../plugins/jquery-filters.php';
1212
require_once __DIR__ . '/../plugins/jquery-tags-on-pages.php';

plugins/gilded-wordpress.php

Lines changed: 0 additions & 208 deletions
This file was deleted.

plugins/gilded-wordpress.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gilded-wordpress/gilded-wordpress.php

plugins/gilded-wordpress/LICENSE.txt

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright Scott González http://scottgonzalez.com
2+
3+
Permission is hereby granted, free of charge, to any person
4+
obtaining a copy of this software and associated documentation
5+
files (the "Software"), to deal in the Software without
6+
restriction, including without limitation the rights to use,
7+
copy, modify, merge, publish, distribute, sublicense, and/or sell
8+
copies of the Software, and to permit persons to whom the
9+
Software is furnished to do so, subject to the following
10+
conditions:
11+
12+
The above copyright notice and this permission notice shall be
13+
included in all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
17+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
19+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
20+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
21+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22+
OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)