[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
Gephi forumsPlease post new questions on facebook group too (https://www.facebook.com/groups/gephi) 2014-08-20T22:26:59+01:00 https://forum-gephi.org/app.php/feed/topic/3542 2014-08-20T22:26:59+01:002014-08-20T22:26:59+01:00 https://forum-gephi.org/viewtopic.php?t=3542&p=10646#p10646 <![CDATA[Re: Licensing of plugin that reuses a lot of code]]> Statistics:Posted by WouterSpekkink — 20 Aug 2014 22:26


]]>
2014-08-20T08:24:04+01:002014-08-20T08:24:04+01:00 https://forum-gephi.org/viewtopic.php?t=3542&p=10641#p10641 <![CDATA[Re: Licensing of plugin that reuses a lot of code]]>
You need to retain the copyright header in the source code that claim the orinal author. You may edit it to add your name and add details on your contribution. The license should be the GPL at least because the plugin was released in GPL and CDDL.

For all the rest you're free to write a readme :)

Statistics:Posted by admin — 20 Aug 2014 08:24


]]>
2014-08-12T18:04:06+01:002014-08-12T18:04:06+01:00 https://forum-gephi.org/viewtopic.php?t=3542&p=10621#p10621 <![CDATA[Licensing of plugin that reuses a lot of code]]>
What does it do? In my research I make event graphs, where events are represented by nodes and the relationships between events are represented by arcs. I wanted to layout the events in chronological order on the x-axis, and I use the y-axis to distinguish between parallel subsequences. Using some of the code of the Force Atlas 2 plugin, the layout plugin that I made uses a user-supplied double variable to put the events in chronological order, and it pushes different subsequences away from each other on the y-axis, using the exact same logic as the original Force Atlas plugins. If you have a lot of events this feature saves a lot of time in making the event graphs look organized.

Anyway, I think it is time to share the plugin, and I have a question about licensing and acknowledgements. I found the standard license text that is also in the original Force Atlas 2 plugin. Am I just supposed to use that one and put my own name in there? How do I indicate in a good way that the code was actually mostly taken from the Force Atlas 2 plugin? I would also like to acknowledge the authors of the GeoLayout plugin, because I took quite some inspiration from their code.

Thank you in advance for the help.

Statistics:Posted by WouterSpekkink — 12 Aug 2014 18:04


]]>