active questions tagged license - Stack Overflowmost recent 30 from stackoverflow.com2009-12-18T01:37:55Zhttp://stackoverflow.com/feeds/tag/licensehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1920506/dotconnect-for-mysql-license-cannot-be-used-with-toad0dotConnect for MySQL license cannot be used with TOADKabeer2009-12-17T09:34:44Z2009-12-17T16:04:18Z
<p>Hello. I am trying to connect to MySQL with TOAD. I have dotConnect for MySQL (trial) installed on my PC. The very first time TOAD's connection with MySQL worked fine and I worked with that connection across 2 days. However, now after my system re-start, when I am trying to make the same connection, I get following error message:</p>
<p><strong>Assembly that contains embedded dotConnect for MySQL license cannot be used with this application: Toad.
Please correct license information.</strong></p>
<p>Further, I am able to successfully use the Visual Studio Server Explorer to connect to MySQL using dotConnect for MySQL.</p>
<p>How can this be resolved?</p>
http://stackoverflow.com/questions/1919010/does-porting-count-as-derivative-work1Does porting count as derivative work?Ozgur Ozcitak2009-12-17T01:54:01Z2009-12-17T09:59:25Z
<p>If I were to port a GPL'ed library to a different language:</p>
<ol>
<li><p>Would it count as a derivate work and would I have to release my port with the same GPL?</p></li>
<li><p>If the answer to the above question is yes, who would be considered the <em>owner</em> of the ported library? Would I be the owner and be able to relicense and use it in a commercial application?</p></li>
</ol>
<p>I am OK with releasing the port under the GPL, but I want to be able to use it (personally) in my non-GPL'ed works.</p>
http://stackoverflow.com/questions/1890148/when-is-your-code-a-derivative-work5When is your code a "Derivative work"?Xeoncross2009-12-11T18:54:50Z2009-12-17T06:01:17Z
<p>I'm trying to figure out in which of these cases the legal ramifications of "Derivative work" come into play. When exactly is my code a <a href="http://www.gnu.org/licenses/gpl-2.0.html#section0" rel="nofollow">derivative work</a>?</p>
<ul>
<li>A PHP framework released under the GPL.</li>
</ul>
<p>Isn't that GPL invalid since PHP has it's own license and you are using PHP to build that framework?</p>
<ul>
<li>A Commercial Wordpress theme?</li>
</ul>
<p>Isn't that a "Derivative work" and hence invalid because wordpress is GPL?</p>
<ul>
<li>A commercial class which is inserted into an existing GPL framework - yet does not include references to that framework inside that class.</li>
</ul>
<p>Is that a derivative work?</p>
<p>You see, I originally thought that all code built on (or built for) something was derivative code - but that is not true. For example, apple uses Linux parts in their OS - yet their OS isn't released under the GPL. </p>
<p>Most of us have built libraries for languages or systems <em>built on those languages</em>. <strong>So when does our code become a <em>derivative</em> of someone else's code?</strong> </p>
http://stackoverflow.com/questions/1914104/how-to-license-code-source-but-keep-control-of-it1How to license code source but keep control of itCodeFlakes2009-12-16T11:32:09Z2009-12-16T12:04:14Z
<p>Meaning the buyer can modify it and do whatever he wants with it but can't resell the source itself.
But is allowed to sell software based on it.</p>
http://stackoverflow.com/questions/1910979/using-lgpl-library-in-a-commercial-java-application1Using LGPL library in a commercial Java applicationpdeva2009-12-15T22:42:42Z2009-12-15T22:50:22Z
<p>I have a commercial Java application which I will be <em>distributing</em>.</p>
<p>I want to use an LGPL'd java library.
I wont be modifying the library.
Does the LGPL license of that library have any impact on my application's license?</p>
http://stackoverflow.com/questions/1896336/securing-c-application-suggestions2Securing C# Application suggestionsSarah Fordington2009-12-13T12:21:30Z2009-12-14T18:53:53Z
<p>Hi,</p>
<p>I've been looking for a simple key/license system for our users. Its partly to stop piracy (avoid users from sharing the application around) and the other half to track the number of 'licensed users' we have. I have already read a few good suggestions on SO but I'm curious as to how people have implemented the 30 day evaluation criteria.</p>
<p>Do you generate a key that stores the date somewhere and do a comparison each time or is it a little more complicated - deleting the file/removing the registry shouldn't deactivate.</p>
<p>Are there any example implementations out there that can give me a head start? The irony is that our PM doesnt want to licence a third-party system to do it for us.</p>
<p>This is for a Windows Forms application.</p>
http://stackoverflow.com/questions/1901446/lgplv3-or-lgplv2-1-and-the-iphone0LGPLv3 or LGPLv2.1 and the iPhoneTim2009-12-14T15:11:17Z2009-12-14T15:11:17Z
<p>This is a legal question as much as a programming question. I am a programmer and it is about a program.</p>
<p>Am I legally allowed to alter a LGPLv3 program to work on an iPhone? I have heard it might be a conflict because LGPLv3 bans Tivoizing(locking hardware to block modification in the LGPL license).</p>
<p>If I found the software in LGPLv2 would it be legal?</p>
<p>If I go ahead and do it what is the worst that could happen? Like most computer programmers I do not think I would do well in prison.</p>
http://stackoverflow.com/questions/1591781/code-to-handle-licensing-for-visual-basic-20080Code to handle licensing for Visual Basic 2008Kevin2009-10-20T00:00:13Z2009-12-12T14:40:58Z
<p>Hi,</p>
<p>Is there a license thing out there that can be used to license my application for Visual Basic 2008? Something like .Net Reactor, where the person needs to enter a license key. Any recommendations?</p>
<p>Thanks,</p>
<p>Kevin.</p>
http://stackoverflow.com/questions/94346/can-i-legally-incorporate-gpl-lgpl-open-sourced-software-in-a-proprietary-clo32Can I legally incorporate GPL & LGPL, open-sourced software in a proprietary, closed-source project?Hans Sjunnesson2008-09-18T16:46:30Z2009-12-12T14:33:36Z
<p>The company I work for develop and sell a proprietary, closed-source software application.
Our application uses third party open-source projects licensed under open source licenses such as <a href="http://www.gnu.org/copyleft/gpl.html" rel="nofollow">GPL</a> and <a href="http://www.gnu.org/copyleft/lgpl.html" rel="nofollow">LGPL</a>. For instance, we use <a href="http://www.hibernate.org/" rel="nofollow">Hibernate</a> as an ORM.</p>
<p>Sometimes we modify and build upon these third party projects.</p>
<p>What is required of us to not be in violation of the GPL and LGPL licenses when it comes to selling and distributing our closed-source application?</p>
http://stackoverflow.com/questions/1891964/best-license-for-private-software1Best license for private softwareNick2009-12-12T01:57:46Z2009-12-12T02:12:16Z
<p>I've been trying to get my head around private software licenses. I'm working for several companies at the same time - most of whom share my codes and all of whom want to own everything. It creates a bit of problem for me since I don't mind them owning the code, but at the same time I don't want to re-write code snippets (classes, methods, functions, etc) for each project. Even if I tried I don't think I could make the code unique enough - I would end up writing the exact same code again.</p>
<p>I would want to use a standard license (eg GPL, BSD, ..) to give the companies every right to use and redistribute my codes with the systems I develop for them, even if they are re-sold or duplicated. At the same time I don't want to get in trouble if the same code has been given to two different companies. Preferably (although this may be contradictory) I'd also want to restrict the companies from selling my codes to other companies, unless part of the systems I build for them.</p>
<p>Does this make any sense? Does such a license exist or do I have to go down the exhausting road of writing special contracts with each company?</p>
http://stackoverflow.com/questions/1874956/searching-for-non-commercial-license-for-source-code4Searching for non-commercial license for source codem352009-12-09T16:11:50Z2009-12-11T19:54:25Z
<p>I have written a software program that can encode a unique type of video and would like to release the source code under a non-commercial license. However, I am having difficulty finding an existing license that meets my needs. Perhaps some fine fellow knows of one I am missing?</p>
<p><strong>More details</strong></p>
<p>By non-commercial I mean it must not be used in a commercial setting, be used to help develop commercial products, be combined with other commercial software, or be distributed commercially in any way. Generally, if you are, or will be, receiving money when, or by, using the software, then you're violating the license. This description is probably more restrictive than I need, so any license that is at least somewhat similar would be of interest.</p>
<p>The most popular non-commercial license is probably the Creative Commons Non-Commercial. The <em>Creative Commons Attribution-Noncommercial-Share Alike</em> license is basically want I want, but <a href="http://wiki.creativecommons.org/FAQ#Can%5FI%5Fuse%5Fa%5FCreative%5FCommons%5Flicense%5Ffor%5Fsoftware.3F" rel="nofollow">according to their wiki</a>, they "do not recommend" using CC for software.</p>
<p>The only alternative I've found is <a href="http://pigale.sourceforge.net/license%5FQt.html" rel="nofollow">Qt Non-Commercial license version 1.0</a>. Because it explicitly states that "everyone is permitted to copy and distribute" the license itself, I should be able to use it to license my source code under. But the note at the end saying it "is governed by the Laws of Norway." and "disputes shall be settled by Oslo City Court" somewhat disturbs me. I'm also surprised there are very few references to this license anywhere on the web. It's like Trolltech/Nokia has completely disavowed any knowledge that the license was ever used.</p>
<p><hr></p>
<p><strong>Update:</strong> Looking closer at the Qt Non-Commercial license version 1.0, it doesn't seem to say that you can't execute the software for commercial purposes, it just says you can't develop on the software for commercial purposes. </p>
<p>This helps me see there is a difference, and my primary desire is that, whether my program has been modified or not, it is not executed for commercial purposes (e.g. encode video to be used in a commercial project). If a company wants to develop on or change my software, but not use its output for commercial purposes, I could live with that. However, in that case, I would rather then put the source code under something similar to the <a href="http://www.opensource.org/licenses/rpl1.5.txt" rel="nofollow">Reciprocal Public License</a>. Then the changes they make must be made publicly available, whether they distribute it or not.</p>
<p><hr></p>
<p>I have searched high and low for other alternatives, but don't see any non-commercial license that may be freely used with my software. <a href="http://www.ohloh.net/licenses?query=commercial" rel="nofollow">Most non-commercial license</a> texts seem to be copyrighted or explicitly state who the licencer is.</p>
<p>Also (as there's a good chance someone will mention it), I am well aware of the various popular licenses used for source code today (GPL, LGPL, BSD, MIT etc.) and the implications of not using them. They're fine licenses, but none meet my needs as stated above. Thanks!</p>
http://stackoverflow.com/questions/1890243/what-is-subsonics-license1What is SubSonic's license?Sean2009-12-11T19:11:28Z2009-12-11T19:23:45Z
<p>I've looked all over the SubSonic website, but I can't find anything about its licensing. With the project I am working on, I need to list all the open source projects I use along with their licenses.</p>
http://stackoverflow.com/questions/1888572/use-of-icons-from-a-gpld-program2Use of Icons from a GPL'd programclartaq2009-12-11T14:52:59Z2009-12-11T15:27:48Z
<p>There is a GPL'd program that has some nice icons I would like to use in a project of my own. I would like to release my project under a more liberal license like Apache or BSD.</p>
<p>After reading the GPL V3 license (a few times), I can't figure out how it applies to resources like icons. Can I use them at all? If so, must I release my new project under GPL instead of some other license?</p>
<p>Of course, I plan to contact the original author and ask them what they had in mind and honor that intent. But what are the legal requirements for use of graphical resources from GPL'd software?</p>
http://stackoverflow.com/questions/1875778/is-the-artistic-license-2-0-compatible-with-the-gnu-lgpl2Is the Artistic License 2.0 compatible with the GNU LGPL?dalke2009-12-09T18:16:40Z2009-12-11T15:22:35Z
<p>Perl's <a href="http://www.perlfoundation.org/artistic%5Flicense%5F2%5F0" rel="nofollow">Artistic License 2.0</a> says that the source code distribution may be relicensed so long as the new license is:</p>
<blockquote>
<p>(ii) a license that permits the
licensee to freely copy, modify and
redistribute the Modified Version
using the same licensing terms that
apply to the copy that the licensee
received, and requires that the Source
form of the Modified Version, and of
any works derived from it, be made
freely available in that license fees
are prohibited but Distributor Fees
are allowed.</p>
</blockquote>
<p>The <a href="http://www.fsf.org/licensing/licenses/#ArtisticLicense2" rel="nofollow">FSF says</a>:</p>
<blockquote>
<p>This license is a free software license,
compatible with the GPL thanks to the
relicensing option in section 4(c)(ii).</p>
</blockquote>
<p>What I can't tell is if the Artistic License 2.0 is compatible with the LGPL.</p>
<p>It seems from the text that "any works derived from it" would also mean any binary package which links to or otherwise uses the original code, which would preclude the LGPL.</p>
<p>Here's an anonymized version of the specific example I'm working with.</p>
<p>Package L is a library distributed under the LGPL. ("L" here is for "LGPL".) It includes functionality which comes from package A, distributed under the Artistic License 2.0 (hence the "A"). The Artistic License 2.0 clause 8 clearly says:</p>
<blockquote>
<p>(8) You are permitted to link Modified
and Standard Versions with other
works, to embed the Package in a
larger work of your own, or to build
stand-alone binary or bytecode
versions of applications that include
the Package, and Distribute the result
without restriction, provided the
result does not expose a direct
interface to the Package.</p>
</blockquote>
<p>Because package L distributes pre-compiled binaries as well as source, and it exposes a direct interface to package A, it is impossible to keep package A under the Artistic License 2.0. It seems that the solution is to use section 4(c)(ii) and relicense package A to something which is compatible with the LGPL and within the constraints of section 4(c)(ii).</p>
<p>However, since package L distributes precompiled binaries, which are clearly derived from package A, then it seems the source to package L must be distributed under a license which has the so-called "viral" nature of the GPL. The LGPL is not sufficient.</p>
<p>(It's clear that the existing LGPL'ed code inside of package L does not need to be changed. I'm concerned about the license for the code in package L which is based on the Artistic License 2.0 code from package A. If it makes a difference, this code contains some bug fixes and is not identical to what the package A vendor provides.)</p>
<p>I have looked for a clear statement on the compatibility between the Artistic License 2.0 and the LGPL (2.1 or newer) and found nothing. Because the Artistic License is so seldom used (Google finds only 106 pages which use the text "result does not expose a direct interface to the Package" - the initial estimate is 6,220 but go to the end and you'll see that was an overestimate), I'm not surprised there's little discussion on this topic.</p>
<p>Can anyone provide something more definite? That is, can a package which is based in the Artistic License 2.0 be relicensed to the LGPL?</p>
<p>I have been talking to the maintainers of packages A and L and we are all confused about this issue. No lawsuits will be involved, but it would be nice if this was cleared up for the future, since other packages which uses these two packages may be affected, and may be surprised that they are affected. That makes for bad community relations.</p>
http://stackoverflow.com/questions/1884753/license-info-of-a-deb-package1license info of a deb packageaj2009-12-10T23:08:48Z2009-12-11T00:06:43Z
<p>I am trying to get license information of uninstalled deb packages.<br>
<code>dpkg --info <package-name>.deb</code> does not give that information.<br>
Is there any command in ubuntu which will give this info?<br>
(In rpm world rpm -qpi gives that info)</p>
http://stackoverflow.com/questions/1826050/license-and-distribution-rights-for-windows-resource-instsrv-exe0License and Distribution rights for Windows Resource (instsrv.exe)Adam Haile2009-12-01T12:59:09Z2009-12-08T14:25:00Z
<p>I have a service installation that in order to get it to work on Win2k, I had to include instsrv.exe in the installer, since Win2k doesn't include sc.exe (which I use for XP and up) and instsrv.exe is not always installed...so I cannot count on it being there. (instsrv and sc are both used to create/install the service on the system).</p>
<p>I have not been able to find the license terms or distribution rights for instsrv however. Is there going to be a legal issue with me including this Microsoft exe in my own installer and therefore distributing it to the customers of the product? If you can point me to an actual license document for this exe it would be greatly appreciated.</p>
http://stackoverflow.com/questions/219742/open-source-why-not-release-into-public-domain17Open Source: Why not release into Public Domain?Goosey2008-10-20T20:16:17Z2009-12-07T20:30:02Z
<p>I have recently been wondering why so little code is ever released as 'Public Domain'. MIT and BSD licenses are becoming extremely popular and practically only have the restriction of license propagation. </p>
<p>The reasons I can think of so far are:</p>
<ol>
<li><strong>Credit</strong> - aka Prestige, Street-cred, 'Props', etc. Authors don't want usage of the code restricted, but they also want credit for creating the code. Two problems with this reason.
<ol>
<li>I have seen projects copy/paste the MIT or BSD license without adding the 'Copyright InsertNameHere' thereby making it a tag-along license that doesn't give them credit. </li>
<li>I have talked to authors who say they don't care about people giving them credit, they just want people to use their code. Public Domain would make it easier for people to do so.</li>
</ol></li>
<li><strong>License Change</strong> - IANAL, but I believe by licensing their code, even with an extremely nonrestrictive license, this means they can change the license on a later revision? This reason is not good for explaining most BSD/MIT licensed code which seems to have no intent of ever becoming more restrictive.</li>
<li><strong>AS IS</strong> - All licenses seem to have the SCREAMING CAPS declaration saying that the software is 'as is' and that the author offers no implied or express warranty. IANAL, but isn't this implied in public domain?</li>
</ol>
<p>Am I missing some compelling reason? The authors I have talked to about this basically said something along the lines of "BSD/MIT just seems like what you do, no one does public domain". Is this groupthink in action, or is there a compelling anti-public domain argument?</p>
<p>Thanks</p>
<p>EDIT: I am specifically asking about Public Domain vs BSD/MIT/OtherEquallyUnrestrictiveLicense. <strong>Not GPL</strong>. Please understand what these licenses allow, and this includes: Selling the work, changing the work and not 'giving the changes back', and incorporating the work in a differently (such as commercially) licensed work. <em>Thank You</em> to everyone who has replied who understands what BSD/MIT means.</p>
http://stackoverflow.com/questions/1857659/open-source-licenses-lgpl-vs-creative-commons4Open Source Licenses: LGPL vs. Creative CommonsMaxim Z.2009-12-07T03:30:16Z2009-12-07T05:08:19Z
<p>I'm <strong><a href="http://meta.stackoverflow.com/questions/31200/net-library-for-stack-overflow-api">writing a .NET</a> <a href="http://soapidotnet.googlecode.com" rel="nofollow" title="nom">library</a> for <a href="http://meta.stackoverflow.com/questions/17037/unofficial-stackoverflow-api-reference" title="pre-alpha: WARNING">the Stack Overflow pre-alpha API</a></strong>. After uploading some early code to a new project over at Google Code, I set the license info to GPL and added the appropriate license disclaimers to the code files. After posting an announcement on Meta, though, Kevin Montrose told me that LGPL is better. I have also looked at <a href="http://stackoverflow.com/questions/1114045/gpl-and-lgpl-open-source-licensing-restrictions">this question</a> for info on the differences between GPL and LGPL.</p>
<p>From what I understand, LGPL allows any use (commercial or not) as long as it complies with the LGPL. However, I would also like any uses of the library <strong>to have attribution</strong> to the project's web site, <strong>to encourage the repetition of the open source lifecycle</strong>.</p>
<p>However, I have now hit upon a dilemna: <strong>should I license the project with LGPL, as well as an added clause</strong> (not that I know how to word said clause - I don't even know where it belongs in the license info) <strong>that requires the afforementioned attribution, or should I use a Creative Commons license that has attribution built in?</strong></p>
<p>I have a feeling that LGPL and Creative Commons are two very different things, because I believe that Google Code says that CC is a content license. Does this apply here?</p>
<p>Thanks in advance!</p>
http://stackoverflow.com/questions/1845793/license-header-for-classes-extended-from-hibernate0license header for classes extended from HibernateJoshua2009-12-04T09:13:20Z2009-12-04T09:13:20Z
<p>I would like to extend a class (e.g. org.hibernate.type.CharBooleanType) which is shipped as part of the Hibernate core distribution package.</p>
<p>Our product is meant for commercial use, are we supposed to retain the original license header in the extended class or can we use the company specific propreitory license header on top of the extended class.</p>
<p>What is the right mechanism to avoid legal complications</p>
<p>The Hibernate license header is as follows..</p>
<p>/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as
* indicated by the @author tags or express copyright attribution
* statements applied by the authors. All third-party contributions are
* distributed under license by Red Hat Middleware LLC.
*
* This copyrighted material is made available to anyone wishing to use, modify,
* copy, or redistribute it subject to the terms and conditions of the GNU
* Lesser General Public License, as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License
* for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this distribution; if not, write to:
* Free Software Foundation, Inc.
* 51 Franklin Street, Fifth Floor
* Boston, MA 02110-1301 USA
*
*/</p>
http://stackoverflow.com/questions/1845255/what-is-the-right-way-to-attribute-original-copyright-when-modifying-code-under-g1What is the right way to attribute original copyright when modifying code under GPLv2 license?tc2009-12-04T06:40:35Z2009-12-04T06:43:04Z
<p>I'm creating a new project based on a previous Perl script that is covered by GPLv2. </p>
<p>What is the "correct" way to provide proper attribution to original author? For the life of me I can't find this anywhere, even on the GPL site.</p>
http://stackoverflow.com/questions/1714724/does-the-scenic-ribbon-need-ms-licensing3Does the "Scenic Ribbon" need MS licensing?R.Kaiser2009-11-11T11:53:49Z2009-12-04T04:26:20Z
<p>The new variant "Scenic Ribbon" is now part of the Windows API (the Office 2007 "Fluent Ribbon" was not).</p>
<p>Does anyone know if a program that uses the "Scenic Ribbon" needs to go through the licensing process like a program that uses the "Fluent" variant of the ribbons?</p>
<p>Waht is if the program does not use the original Windows API but a 3rd party toolkit that mimics the layout of the "Scenic Ribbon"? - Would that be a special case for licensing?</p>
http://stackoverflow.com/questions/1841287/how-to-or-can-i-use-google-maps-in-a-desktop-application0How to (or Can I) use Google Maps in a Desktop applicationRafael Campos2009-12-03T16:55:13Z2009-12-03T17:40:08Z
<p>Hi. I researched this, read the TOS and only got more confused. I want to develop a desktop application (Java or Objective-C) using maps. What I'll actually need from the maps is to visually set a starting point, and an end point and get the distance in km. How can I do this (API or interface), and am I allowed to use Google Maps API in this manner? </p>
http://stackoverflow.com/questions/1821622/noncommercial-use-of-photos-under-the-creative-commons-license-ie-flickr-com0Noncommercial use of photos under the Creative Commons License (ie, flickr.com) [closed]unknown (google)2009-11-30T18:43:53Z2009-11-30T18:46:51Z
<p>Can a for-profit company legitimately use photos licensed as noncommercial if the product that they create (ie, a wordpress template) is then offered for free and open sourced? I believe it would, but I'm not clear on this.</p>
<p>Of course, it goes without saying that someone who then downloads and uses the wordpress template would have to use it non-commercially as well. And, with appropriate notification by the template builder, I would expect that it's their responsibility to license or replace the images if they offend the copyright.</p>
<p>What do you think?</p>
http://stackoverflow.com/questions/1624307/how-to-check-licence-of-third-party-jars1How to check licence of third-party jarsGraemeL2009-10-26T11:31:13Z2009-11-29T21:47:57Z
<p>We distribute a number of third-party jars with our product. </p>
<p>Is there any way I can analyse or perform a lookup on each jar in order to determine its license - e.g. CDDL v1.0, Apache License Version 2.0?</p>
<p>I thought maven might provide an answer, but a quick search of the repositories shows that many projects do not provide their license information (e.g. ant, lucene).</p>
<p>How do others ensure they comply with the various licenses of third-party jars they distribute?</p>
http://stackoverflow.com/questions/1815368/where-can-i-find-public-domain-open-source-list-of-softwares1where can i find public domain open source list of softwaresunknown (google)2009-11-29T12:16:03Z2009-11-29T12:41:01Z
<p>Hello all
i like to browse open source software that are released as public domain type of software license , is there such list ?
if i think about it is there some kind of index that sort open source applications by license ?
Thanks </p>
http://stackoverflow.com/questions/181598/help-migrating-from-visual-foxpro-to-mysql0Help migrating from Visual FoxPro to MySQLfrancis2008-10-08T06:57:36Z2009-11-29T12:00:03Z
<p>Our company is planning to migrate to VB.net and database to My SQL. (our system and database currently is VFP). We are in outsourcing business and one of our service is installing a program in client's workstation. This program is a clone of our main program that would generate reports for them. We update the data by sending them the dbf every now and then. Now if we migrate to Vb.net and my sql,</p>
<p>(1.) do we need also to install mysql to our clients so that we can still give them a program that would generate reports for them????.(2.) is there any licensing issues on mySQL (3.) what are the features of mysql. is mysql is designed for web dev only ?(4.) Could anyone give me an idea or link or anything that would help me understand how VB.net and sql will work together?? and lastly (5.) any tips for a newbie like me hehe thx in advance.</p>
http://stackoverflow.com/questions/1727091/tool-to-determine-licenses-for-pom-xml-dependencies1Tool to determine licenses for pom.xml dependenciesCarsten2009-11-13T04:10:39Z2009-11-23T12:40:58Z
<p>I'm looking for a tool that given a maven pom.xml file tells me all the licenses that are used by the dependencies (and recursively their dependencies). Does such a thing exist?</p>
<p>Ideally it would tell me:</p>
<ul>
<li>For each dependency all licenses that apply</li>
<li>A summary list of a different licenses referenced.</li>
</ul>
http://stackoverflow.com/questions/1778621/which-license-can-be-used-if-source-is-only-distributed-for-paid-customers-1Which License can be used if source is only distributed for paid customers?Lothar2009-11-22T12:49:42Z2009-11-22T12:59:46Z
<p>It should also allow customers to make patches to the software and exchange patched with other customers.</p>
<p>And the developing company should be able to hold all the rights on source code and on all accepted patches.</p>
http://stackoverflow.com/questions/1688436/visual-studio-2008-software-assurance-to-20101visual studio 2008 software assurance to 2010harrisonmeister2009-11-06T15:48:42Z2009-11-19T17:50:55Z
<p>Does anyone know the MSDN licensing rules around upgrade from visual studio 2008 to visual studio 2010 if I were to buy VS 2008 now? </p>
<p>I will not be able to get budget for the 2010 one too, but I have heard there are software assurances in place if you have MSDN subscriptions.</p>
<p>I will not be able to get an MSDN subscription, so is there a way of upgrading for free when vs 2010 comes out in March next year?</p>
http://stackoverflow.com/questions/1705541/ms-rl-how-do-you-embed-use-it-in-your-project0Ms-RL - How do you embed/use it in your project?Adrian K2009-11-10T04:01:32Z2009-11-17T20:27:23Z
<p>I'm intending to use the Ms-RL for a project on CodePlex, but I'm not sure how far I should go in terms of how I actually use / embed it in the solution.</p>
<p>Simply including the full licence text somewhere in each project is a given, as is appropriate usage in the project properties / assembly meta-tags; but would you go so far as to include the full licence or (more likely) a short statement pointing to the full licence) at the head of every file?</p>
<p>FYI - The complete solution contains an ASP.NET web project and about 6 'normal' class based projects.</p>