Skip to content

Commit

Permalink
All: Add gilded-wordpress/LICENSE.txt and create NOTICE.txt file
Browse files Browse the repository at this point in the history
Keep symlink to plugins/gilded-wordpress.php to ease deployment.
  • Loading branch information
Krinkle committed Sep 19, 2023
1 parent e384f51 commit a6b0420
Show file tree
Hide file tree
Showing 6 changed files with 265 additions and 254 deletions.
45 changes: 0 additions & 45 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,48 +1,3 @@
Copyright jQuery Foundation and other contributors, https://jquery.org/

This software consists of voluntary contributions made by many
individuals. For exact contribution history, see the revision history
available at https://github.com/jquery/jquery-wp-content

All PHP files in this software that are not externally maintained
libraries are derivative works of WordPress and licensed under the terms
GPLv2 or later.

====

The following externally maintained libraries used by this software have
their own licenses; we recommend you read them, as their terms may
differ from the terms above.

- Disable Emojis
https://wordpress.org/plugins/disable-emojis/
located at plugins/disable-emojis

- Gilded Wordpress
https://github.com/scottgonzalez/grunt-wordpress
located at plugins/gilded-wordpress.php

- No Comments on Pages
https://wordpress.org/plugins/no-comments-on-pages/
located at plugins/no-comments-on-pages

- TinyNav.js
http://tinynav.com/
located at themes/jquery/js/plugins.js

The design, layout, and look-and-feel of jquery-wp-content - including
all CSS, images, and icons, except as noted above - are copyright jQuery
Foundation 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.

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
web sites.

====

GNU GENERAL PUBLIC LICENSE
Version 2, June 1991

Expand Down
33 changes: 33 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
Copyright jQuery Foundation and other contributors, https://github.com/jquery/jquery-wp-content

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

====

- Disable Emojis
https://wordpress.org/plugins/disable-emojis/
located at plugins/disable-emojis

- Gilded Wordpress
https://github.com/scottgonzalez/grunt-wordpress
located at plugins/gilded-wordpress

- No Comments on Pages
https://wordpress.org/plugins/no-comments-on-pages/
located at plugins/no-comments-on-pages

- TinyNav.js
http://tinynav.com/
located at themes/jquery/js/plugins.js
2 changes: 1 addition & 1 deletion mu-plugins/_loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// https://github.com/jquery/infrastructure-puppet/blob/staging/modules/profile/manifests/wordpress/docs.pp

require_once __DIR__ . '/../plugins/disable-emojis/disable-emojis.php';
require_once __DIR__ . '/../plugins/gilded-wordpress.php';
require_once __DIR__ . '/../plugins/gilded-wordpress/gilded-wordpress.php';
require_once __DIR__ . '/../plugins/jquery-actions.php';
require_once __DIR__ . '/../plugins/jquery-filters.php';
require_once __DIR__ . '/../plugins/jquery-tags-on-pages.php';
Expand Down
208 changes: 0 additions & 208 deletions plugins/gilded-wordpress.php

This file was deleted.

1 change: 1 addition & 0 deletions plugins/gilded-wordpress.php
22 changes: 22 additions & 0 deletions plugins/gilded-wordpress/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
Copyright Scott González http://scottgonzalez.com

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit a6b0420

Please sign in to comment.