jqGrid - 免费许可证 [英] jqGrid - Free License

查看:25
本文介绍了jqGrid - 免费许可证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所有,过去几年我一直在积极使用 jqGrid,现在我需要它来处理需求.看起来名称已更改为 Gurrido JQGrid,并且似乎是许可版本.

All, I was actively using jqGrid in the past few years, now I need it back to work on a requirement. Looks like the name has been changed to Gurrido JQGrid and seems to be a licensed version.

如果我不再可以将 jqgrid 用于商业目的,请告诉我吗?至少我可以使用以前版本的 jqGrid 吗?请告诉我..

Could you please let me know if I no longer can use jqgrid for commercial purposes? At lease can I use the previous version of jqGrid? Please let me know..

谢谢!

更新:粘贴代码片段

<script type="text/javascript">
	$(document).ready(function(){
		$("#submitbutton1").click(function(){
 			jQuery("#listTable").jqGrid({
 			   	url:'/WebTest/MainAction.do',
 			  	datatype: "json",
                colNames: ['Label','Value'],
                colModel: [
                    {name:'label',index:'label'},
                    {name:'value',index:'value'}	
                ],
                autowidth : true,
                //iconSet: "fontAwesome",
                //showOneSortIcon: true,
                //autoResizing: { compact: true, widthOfVisiblePartOfSortIcon: 13 },
                //autoresizeOnLoad: true,
                rowNum: 10,
                rowList: [5, 10, 20, "10000:All"],
                viewrecords: true,
                pager: true,
                toppager: true,
                rownumbers: true,
                sortname: "label",
                sortorder: "desc",
                caption: "Test"
            }).jqGrid("navGrid", { view: true, cloneToTop: true})
            .jqGrid("inlineNav")
            .jqGrid("filterToolbar")
            .jqGrid("gridResize");
 		})
	})

</script>

<html >
<head>
  
<!-- <link rel="stylesheet"  type="text/css" media="screen" href="../font-awesome/css/font-awesome.min.css"> -->
<link rel="stylesheet" type="text/css" media="screen" href="../themes/ui-lightness/jquery-ui-1.10.4.custom.css" />
<link rel="stylesheet" type="text/css" media="screen" href="../css/ui.jqgrid.min.css" />
<!-- <link rel="stylesheet" type="text/css" media="screen" href="../css/searchFilter.css" /> -->
<!-- <link rel="stylesheet" type="text/css" media="screen" href="../css/ui.multiselect.css" /> -->
<script src="../js/jquery-1.11.1.min.js" type="text/javascript"></script>  
<script src="../js/jquery-ui-1.10.4.custom.min.js" type="text/javascript"></script>
<script src="../js/i18n/grid.locale-en.js" type="text/javascript"></script>
<script type="text/javascript">
	$.jgrid.no_legacy_api = true;
	$.jgrid.useJSON = true;
</script>
<script src="../js/jquery.jqgrid.min.js" type="text/javascript"></script> <!-- Version took from free jqgrid github -->
</head>
<title>Test</title>
<body bgcolor="white">
<br>
Hi this is the Test file
<input type="button" name="submitbutton1"  id="submitbutton1" value="Test">  
<br/>
<div id="outerDiv" style="margin:5px;">
        <table id="list"></table>
        <!--<div id="pager"></div>-->
</div>

// Tried this also, but its the same. Please note I have removed the iconSet as well.	
<table id="listTable"></table>
<div id="pager"></div>
</body>
</html>

推荐答案

无法更改以前发布的 jqGrid 版本的许可证.因此,如果您加载了具有MIT 和 GPL 许可双重许可"注释的代码,那么您可以在许可下使用它.

One can't change the license of previously published versions of jqGrid. So if you loaded once the code which have "Dual licensed under the MIT and GPL licenses" comment inside then you can use it under the licenses.

在 MIT 或 GPLv2 许可下,可以免费使用 4.7 之前的所有 jqGrid 版本.您可以从 github 下载它(请参阅许可声明 这里).

All versions of jqGrid till (inclusive) 4.7 can be used for free under MIT or GPLv2 licenses. You can download it from github (see the license statement here).

4.7 发布后不久发布的 4.7.1 版本具有新许可证.从 4.7.1 开始,最好为产品使用另一个名称:Guriddo jqGrid JS".您可以阅读这里了解有关 Guriddo jqGrid JS 的价格和条件的更多信息.

The version 4.7.1 published short time after publishing of 4.7 have new license. Starting with 4.7.1 it's better to use another name: "Guriddo jqGrid JS" for the product. You can read here more about the price and the conditions of Guriddo jqGrid JS.

MIT 和 GPLv2 许可证允许修改包含对作为基础的先前版本作者的引用的代码.因此,我以 free jqGrid 的名义开始了基于 jqGrid 4.7 的 jqGrid 新分支.可以从 github 这里 下载它.自述文件wiki 提供了有关我实现的新功能的更多信息.我于 2015 年 3 月 4 日发布了免费 jqGrid 的第一个版本 4.8.我通过 NuGetnpmbower 还可以直接从 GitHub.我将代码另外发布到不同的 CDN(请参阅 thewiki 文章)来简化使用.

MIT and GPLv2 licenses allows to modify the code holding the reference to the author of the previous version used as basis. So I started new fork of jqGrid based on jqGrid 4.7 under the name free jqGrid. One can download it from github here. The readme and the wiki provide additional information about new features which I implemented. I published the first release 4.8 of free jqGrid at 4 Mar 2015. I provided the version over NuGet, npm and bower additionally to the way to download the sources directly from GitHub. I posted the code additionally to different CDNs (see the wiki article) to simplify the usage.

我计划很快发布免费的 jqGrid 4.9.我会在接下来的几天发布测试版,但是你可以随时使用来自 githib 的版本.它总是包含 jquery.jqgrid.min.jsjquery.jqgrid.src.jsjquery.jqgrid.min.map当前代码.

I plan to publish very soon free jqGrid 4.9. I'll post the beta version in next days, but you can use the version from githib at any time. It includes always jquery.jqgrid.min.js, jquery.jqgrid.src.js and jquery.jqgrid.min.map generated from the current code.

所以你可以像名字所说的那样免费使用免费的 jqGrid.我只要求将错误报告为 github issue 或将其发布在 stackoverflow 上.如果您在 stackoverflow 上发布有关免费 jqGrid 的问题,请同时使用选项卡jqgrid"和free-jqgrid".

So you can use free jqGrid for free like the name already says. I ask only to report the bugs as github issue or to post it on the stackoverflow. Please use both tabs "jqgrid" and "free-jqgrid" if you post the question about free jqGrid on the stackoverflow.

顺便说一句,wiki 是为写作而打开的.因此,如果有人想改进现有文章的文本以发布新文章,欢迎您!

By the way the wiki is opened for writing. So if somebody want to improve the text of existing articles of to post new one then you are welcome!

这篇关于jqGrid - 免费许可证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆