Skip to content

Commit

Permalink
Reverting license text to MIT license
Browse files Browse the repository at this point in the history
  • Loading branch information
ameyms committed Aug 19, 2013
1 parent abaec8e commit e75623d
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions jqterm.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* jqterm.js v0.2.0 by @ameyms
* Copyright 2013 Amey Sakhadeo.
* http://www.apache.org/licenses/LICENSE-2.0
* Copyright (c) 2013 Amey Sakhadeo http://ameyms.com
*/

if (!jQuery) { throw new Error("JqTerm requires jQuery") }
Expand All @@ -11,18 +10,8 @@ if (!jQuery) { throw new Error("JqTerm requires jQuery") }
* http://ameyms.github.com/jqterm
* ========================================================================
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
* ======================================================================== */
* Licensed under the MIT license.
*/


(function($, window)
Expand Down

0 comments on commit e75623d

Please sign in to comment.