Skip to content

Commit

Permalink
Change license to GPL-2.0 or later.
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Arntz committed May 24, 2018
1 parent ae7e73f commit dbab572
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion assets/dist/css/style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Bootstrap for Contact Form 7 (https://wordpress.org/plugins/bootstrap-for-contact-form-7/)
* By Felix Arntz (https://leaves-and-love.net)
* Licensed under GNU General Public License v3 (http://www.gnu.org/licenses/gpl-3.0.html)
* Licensed under GNU General Public License v2 (or later) (http://www.gnu.org/licenses/gpl-2.0.html)
*/
div.wpcf7 .screen-reader-response {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion assets/dist/css/style.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/dist/js/scripts.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
* Bootstrap for Contact Form 7 (https://wordpress.org/plugins/bootstrap-for-contact-form-7/)
* By Felix Arntz (https://leaves-and-love.net)
* Licensed under GNU General Public License v3 (http://www.gnu.org/licenses/gpl-3.0.html)
* Licensed under GNU General Public License v2 (or later) (http://www.gnu.org/licenses/gpl-2.0.html)
*/
( function ( $ ) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion assets/dist/js/scripts.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bootstrap-for-contact-form-7.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
* Version: 1.4.8
* Author: Felix Arntz
* Author URI: https://leaves-and-love.net
* License: GNU General Public License v3
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* License: GNU General Public License v2 (or later)
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Text Domain: bootstrap-for-contact-form-7
* Tags: contact form 7, wpcf7, bootstrap, bootstrap 3, bootstrap framework, addon, contact form 7 addon, contact form, cf7bs
*/
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Requires at least: 3.6
Tested up to: 4.9
Stable tag: 1.4.8
Version: 1.4.8
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
License: GNU General Public License v2 (or later)
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: contact form 7, wpcf7, bootstrap, bootstrap 3, bootstrap framework, addon, contact form 7 addon, contact form, cf7bs

This plugin modifies the output of the popular Contact Form 7 plugin to be styled in compliance with themes using the Bootstrap CSS framework.
Expand Down

0 comments on commit dbab572

Please sign in to comment.