Skip to content

Commit

Permalink
Update the copyright header to point to the Software Freedom Conserva…
Browse files Browse the repository at this point in the history
…ncy.
  • Loading branch information
jeresig committed Oct 20, 2010
1 parent 66bb852 commit e9c0d80
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
7 changes: 0 additions & 7 deletions disclaimer.txt

This file was deleted.

9 changes: 6 additions & 3 deletions jquery.tmpl.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/*
* jQuery Templating Plugin
* Copyright 2010, John Resig
/*!
* jQuery Templates Plugin
* http://github.com/jquery/jquery-tmpl
*
* Copyright Software Freedom Conservancy, Inc.
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*/
(function( jQuery, undefined ){
var oldManip = jQuery.fn.domManip, tmplItmAtt = "_tmplitem", htmlExpr = /^[^<]*(<[\w\W]+>)[^>]*$|\{\{\! /,
Expand Down
13 changes: 9 additions & 4 deletions jquery.tmplPlus.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
/*
* Additional templating features or support for more advanced/less common scenarios.
* Requires jquery.tmpl.js
*/
/*!
* Additional templating features or support for more advanced/less common scenarios.
* Requires jquery.tmpl.js
* http://github.com/jquery/jquery-tmpl
*
* Copyright Software Freedom Conservancy, Inc.
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*/
(function (jQuery) {
var oldComplete = jQuery.tmpl.complete, oldManip = jQuery.fn.domManip;

Expand Down

0 comments on commit e9c0d80

Please sign in to comment.