Skip to content

Commit

Permalink
changed license from MIT to dual MIT / GPL
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboy committed Nov 10, 2009
1 parent ee5d605 commit 6fbd900
Show file tree
Hide file tree
Showing 11 changed files with 349 additions and 10 deletions.
339 changes: 339 additions & 0 deletions LICENSE-GPL

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -45,5 +45,5 @@ Internet Explorer 6-8, Firefox 2-3.6, Safari 3-4, Chrome, Opera 9.6-10.

## License ##
Copyright (c) 2009 "Cowboy" Ben Alman
Licensed under the MIT license
Dual licensed under the MIT and GPL licenses.
[http://benalman.com/about/license/](http://benalman.com/about/license/)
4 changes: 2 additions & 2 deletions docs/files/jquery-ba-bbq-js.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index/General.html
Expand Up @@ -37,7 +37,7 @@


<!--START_ND_TOOLTIPS-->
<div class=CToolTip id="tt10"><div class=CGeneric>Copyright &copy; 2009 &ldquo;Cowboy&rdquo; Ben Alman, Licensed under the MIT license. </div></div><!--END_ND_TOOLTIPS-->
<div class=CToolTip id="tt10"><div class=CGeneric>Copyright &copy; 2009 &ldquo;Cowboy&rdquo; Ben Alman, Dual licensed under the MIT and GPL licenses. </div></div><!--END_ND_TOOLTIPS-->


<!--START_ND_TOOLTIPS-->
Expand Down
Binary file modified docs/nd/Data/ConfigFileInfo.nd
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/nd/Data/FileInfo.nd
@@ -1,4 +1,4 @@
1.4
JavaScript
/srv/projects/jquery-bbq/jquery.ba-bbq.min.js 1255186775 0 /srv/projects/jquery-bbq/jquery.ba-bbq.min.js
/srv/projects/jquery-bbq/jquery.ba-bbq.js 1255186763 1 jQuery BBQ: Back Button & Query Library
/srv/projects/jquery-bbq/jquery.ba-bbq.min.js 1257879019 0 /srv/projects/jquery-bbq/jquery.ba-bbq.min.js
/srv/projects/jquery-bbq/jquery.ba-bbq.js 1257879016 1 jQuery BBQ: Back Button & Query Library
Binary file modified docs/nd/Data/SymbolTable.nd
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/index.php
Expand Up @@ -73,7 +73,7 @@ function draw_shell() {
If console output is mentioned, but your browser has no console, this example is using <a href="http://benalman.com/projects/javascript-debug-console-log/">JavaScript Debug</a>. Click this bookmarklet: <a href="javascript:if(!window.firebug){window.firebug=document.createElement(&quot;script&quot;);firebug.setAttribute(&quot;src&quot;,&quot;http://getfirebug.com/releases/lite/1.2/firebug-lite-compressed.js&quot;);document.body.appendChild(firebug);(function(){if(window.firebug.version){firebug.init()}else{setTimeout(arguments.callee)}})();void (firebug);if(window.debug&&debug.setCallback){(function(){if(window.firebug&&window.firebug.version){debug.setCallback(function(b){var a=Array.prototype.slice.call(arguments,1);firebug.d.console.cmd[b].apply(window,a)},true)}else{setTimeout(arguments.callee,100)}})()}};">Debug + Firebug Lite</a> to add the Firebug lite console to the current page. Syntax highlighting is handled by <a href="http://alexgorbatchev.com/">SyntaxHighlighter</a>.
</p>
<p>
All original code is Copyright © 2009 "Cowboy" Ben Alman and licensed under the MIT license. View the <a href="http://benalman.com/about/license/">license page</a> for more details.
All original code is Copyright © 2009 "Cowboy" Ben Alman and dual licensed under the MIT and GPL licenses. View the <a href="http://benalman.com/about/license/">license page</a> for more details.
</p>
<div class="donate">
<p>Let me know how much you appreciate my work with a small donation!</p>
Expand Down
4 changes: 2 additions & 2 deletions jquery.ba-bbq.js
Expand Up @@ -3,7 +3,7 @@
* http://benalman.com/projects/jquery-bbq-plugin/
*
* Copyright (c) 2009 "Cowboy" Ben Alman
* Licensed under the MIT license
* Dual licensed under the MIT and GPL licenses.
* http://benalman.com/about/license/
*/

Expand All @@ -19,7 +19,7 @@
// About: License
//
// Copyright (c) 2009 "Cowboy" Ben Alman,
// Licensed under the MIT license.
// Dual licensed under the MIT and GPL licenses.
// http://benalman.com/about/license/
//
// About: Examples
Expand Down
2 changes: 1 addition & 1 deletion jquery.ba-bbq.min.js

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

0 comments on commit 6fbd900

Please sign in to comment.