Skip to content

Commit 8ed883c

Browse files
committed
Update date used in copyright statement to 2019
1 parent 2e4af7b commit 8ed883c

13 files changed

+14
-14
lines changed

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2014-2017 Oleg Kiriljuk
3+
Copyright (c) 2014-2019 Oleg Kiriljuk
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

js/grid.base.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
/**
55
* @license jqGrid 4.15.6-pre - free jqGrid: https://github.com/free-jqgrid/jqGrid
66
* Copyright (c) 2008-2014, Tony Tomov, [email protected]
7-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
7+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
88
* Dual licensed under the MIT and GPL licenses
99
* http://www.opensource.org/licenses/mit-license.php
1010
* http://www.gnu.org/licenses/gpl-2.0.html
11-
* Date: 2018-10-08
11+
* Date: 2019-01-16
1212
*/
1313
//jsHint options
1414
/*jshint eqnull:true */

js/grid.celledit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* jqGrid extension for cellediting Grid Data
33
* Copyright (c) 2008-2014, Tony Tomov, [email protected], http://trirand.com/blog/
4-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
4+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
55
* Dual licensed under the MIT and GPL licenses:
66
* http://www.opensource.org/licenses/mit-license.php
77
* http://www.gnu.org/licenses/gpl-2.0.html

js/grid.filter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* jqFilter jQuery jqGrid filter addon.
33
* Copyright (c) 2011-2014, Tony Tomov, [email protected]
4-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
4+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
55
* Dual licensed under the MIT and GPL licenses
66
* http://www.opensource.org/licenses/mit-license.php
77
* http://www.gnu.org/licenses/gpl-2.0.html

js/grid.formedit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* jqGrid extension for form editing Grid Data
33
* Copyright (c) 2008-2014, Tony Tomov, [email protected], http://trirand.com/blog/
4-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
4+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
55
* Dual licensed under the MIT and GPL licenses:
66
* http://www.opensource.org/licenses/mit-license.php
77
* http://www.gnu.org/licenses/gpl-2.0.html

js/grid.inlinedit.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* jqGrid extension for manipulating Grid Data
33
* Copyright (c) 2008-2014, Tony Tomov, [email protected], http://trirand.com/blog/
4-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
4+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
55
* Dual licensed under the MIT and GPL licenses:
66
* http://www.opensource.org/licenses/mit-license.php
77
* http://www.gnu.org/licenses/gpl-2.0.html

js/grid.pivot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* jqGrid pivot functions
33
* Copyright (c) 2008-2014, Tony Tomov, [email protected], http://trirand.com/blog/
4-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
4+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
55
* The modul is created initially by Tony Tomov and it's full rewritten
66
* for free jqGrid: https://github.com/free-jqgrid/jqGrid by Oleg Kiriljuk
77
* Dual licensed under the MIT and GPL licenses:

js/grid.subgrid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* jqGrid extension for SubGrid Data
33
* Copyright (c) 2008-2014, Tony Tomov, [email protected]
4-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
4+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
55
* Dual licensed under the MIT and GPL licenses:
66
* http://www.opensource.org/licenses/mit-license.php
77
* http://www.gnu.org/licenses/gpl-2.0.html

js/grid.treegrid.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* jqGrid extension - Tree Grid
33
* Copyright (c) 2008-2014, Tony Tomov, [email protected]
4-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
4+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
55
* Dual licensed under the MIT and GPL licenses:
66
* http://www.opensource.org/licenses/mit-license.php
77
* http://www.gnu.org/licenses/gpl-2.0.html

js/jqdnr.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
* $Version: 2007.08.19 +r2
99
* Updated by Oleg Kiriljuk to support touch devices
10-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
10+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
1111
*/
1212
/*jslint browser: true, white: true */
1313
/*global jQuery, define, exports, module, require */

js/jqmodal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
* $Version: 07/06/2008 +r13
1111
* Changed by Oleg Kiriljuk, [email protected]
12-
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
12+
* Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
1313
*/
1414
/*jslint browser: true, nomen: true, plusplus: true, white: true */
1515
/*global jQuery, define, exports, module, require */

plugins/jquery.createcontexmenufromnavigatorbuttons.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2014-2018, Dr. Oleg Kiriljuk, [email protected]
2+
* @license Copyright (c) 2014-2019, Dr. Oleg Kiriljuk, [email protected]
33
* Dual licensed under the MIT and GPL licenses
44
* http://www.opensource.org/licenses/mit-license.php
55
* http://www.gnu.org/licenses/gpl-2.0.html

plugins/jquery.jqgrid.showhidecolumnmenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected]
2+
* @license Copyright (c) 2014-2019, Oleg Kiriljuk, [email protected]
33
* Dual licensed under the MIT and GPL licenses
44
* http://www.opensource.org/licenses/mit-license.php
55
* http://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)