Skip to content

Commit

Permalink
Setting up only one license information. Only the base module will ho…
Browse files Browse the repository at this point in the history
…ld this information. For more details look here: http://guriddo.net/?p=1
  • Loading branch information
tonytomov committed Dec 15, 2014
1 parent d4d8f4b commit 1b2cb55
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 80 deletions.
8 changes: 3 additions & 5 deletions js/grid.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
// @compilation_level SIMPLE_OPTIMIZATIONS

/**
* @license jqGrid 4.7.0 - jQuery Grid
* @license Guriddo jqGrid JS 4.7.0 (2014-12-08)
* Copyright (c) 2008, Tony Tomov, [email protected]
* Dual licensed under the MIT and GPL licenses
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
* Date: 2014-12-08
*
* License: http://guriddo.net/?page_id=103334
*/
//jsHint options
/*jshint evil:true, eqeqeq:false, eqnull:true, devel:true */
Expand Down
9 changes: 0 additions & 9 deletions js/grid.celledit.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
/*jshint eqeqeq:false */
/*global jQuery */
(function($){
/*
**
* jqGrid extension for cellediting Grid Data
* Tony Tomov [email protected]
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
**/
/**
* all events and options here are aded anonynous and not in the base grid
* since the array is to big. Here is the order of execution.
Expand Down
8 changes: 0 additions & 8 deletions js/grid.common.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/*jshint eqeqeq:false */
/*global jQuery */
(function($){
/*
* jqGrid common function
* Tony Tomov [email protected]
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
*/
"use strict";
$.extend($.jgrid,{
// Modal functions
Expand Down
8 changes: 0 additions & 8 deletions js/grid.filter.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
/*
* jqFilter jQuery jqGrid filter addon.
* Copyright (c) 2011, Tony Tomov, [email protected]
* Dual licensed under the MIT and GPL licenses
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
*
* The work is inspired from this Stefan Pirvu
* http://www.codeproject.com/KB/scripting/json-filtering.aspx
*
* The filter uses JSON entities to hold filter rules and groups. Here is an example of a filter:
Expand Down
8 changes: 0 additions & 8 deletions js/grid.formedit.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/*jshint eqeqeq:false, eqnull:true, devel:true */
/*global xmlJsonClass, jQuery */
(function($){
/**
* jqGrid extension for form editing Grid Data
* Tony Tomov [email protected]
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
**/
"use strict";
var rp_ge = {};
$.jgrid.extend({
Expand Down
9 changes: 0 additions & 9 deletions js/grid.import.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
/*jshint eqeqeq:false, eqnull:true, devel:true */
/*global jQuery, xmlJsonClass */
(function($){
/*
* jqGrid extension for constructing Grid Data from external file
* Tony Tomov [email protected]
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
**/

"use strict";
$.jgrid.extend({
jqGridImport : function(o) {
Expand Down
8 changes: 0 additions & 8 deletions js/grid.inlinedit.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/*jshint eqeqeq:false, eqnull:true, devel:true */
/*global jQuery */
(function($){
/**
* jqGrid extension for manipulating Grid Data
* Tony Tomov [email protected]
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
**/
"use strict";
$.jgrid.inlineEdit = $.jgrid.inlineEdit || {};
$.jgrid.extend({
Expand Down
8 changes: 0 additions & 8 deletions js/grid.pivot.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/*jshint eqeqeq:false */
/*global jQuery */
(function($){
/**
* jqGrid pivot functions
* Tony Tomov [email protected]
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
*/
"use strict";
// To optimize the search we need custom array filter
// This code is taken from
Expand Down
8 changes: 0 additions & 8 deletions js/grid.subgrid.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
/*jshint eqeqeq:false */
/*global jQuery */
(function($){
/**
* jqGrid extension for SubGrid Data
* Tony Tomov [email protected]
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl-2.0.html
**/
"use strict";
$.jgrid.extend({
setSubGrid : function () {
Expand Down
9 changes: 0 additions & 9 deletions js/grid.treegrid.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
/**
* jqGrid extension - Tree Grid
* Tony Tomov [email protected]
* http://trirand.com/blog/
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
**/

/*jshint eqeqeq:false */
/*global jQuery */
(function($) {
Expand Down

0 comments on commit 1b2cb55

Please sign in to comment.