Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
1answer
704 views

Using Fluent NHibernate in commercial application

I want to use Fluent NHibernate in commercial desktop application, and I'm little concerned about the licensing. I've downloaded Fluent NHibernate precompiled binaries, and it contains this list of ...
4
votes
1answer
162 views

Reverse engineering and redistributing code from .NET Framework

Once or twice I have been running into the following issue: Classes I want to reuse in my applications (and possibly redistribute) exist in the .NET Framework assemblies, but are marked internal or ...
2
votes
2answers
201 views

Google Chrome Distribution Policy

I work for a company that has developped a web application. We encourage people to use Google Chrome cause we believe it is the faster browser out there. We ship an installation disk along with the ...
2
votes
1answer
203 views

Can I redistribute the Microsoft.Http assembly? (part of the WCF REST Starter Kit)

I'm building an app that will be used by "anyone". It depends on the WCF REST Starter Kit, specifically the Microsoft.Http.dll and Microsoft.Http.Extensions.dll assemblies. Can I (legally) ...
1
vote
2answers
362 views

iPad enterprise distribution options

We have an iPad app that we would like to distribute internally. We're looking into "Enterprise Distribution". The set of requirements I have been given include that the method for distribution is ...
1
vote
0answers
123 views

How to distribute an application with ImageMagick dlls

I'm trying to distribute ImageMagick as part of an application to be run on a Windows XP machine. A call to MagickReadImage returns MagickFalse, although the image is definitely present and not ...
1
vote
2answers
99 views

How can I tell if msHtml.dll is available onto client computer when deploying with clickonce?

Having been told msHtml mustn't be copied with my own clickonce app, I would like to: Detect if the client's computer has msHtml.dll installed and if yes, be able to use it in my application If it ...
1
vote
1answer
161 views

Is there a Software License for free use closed source?

Is anyone aware of an existing license that meets these conditions? The web-based software is free to use and anyone may link to it. The software must be purchased for off-line use without ...
1
vote
1answer
84 views

Windows redistribution licensing for virtual demos

What are the license restrictions surrounding the redistribution of Windows OSes as part of virtual demos? I am looking to make available demo versions of my software as already installed and ...
1
vote
2answers
88 views

Legal text for tranferring ownership of code

I worked on a small prototype for a client. As part of the delivery I need to transfer copyright and full rights to reuse and redistribute the code that I have written. I found some text to transfer ...
1
vote
5answers
631 views

Should I worry about redistributing .NET runtime with my application?

I would like to avoid redistributing .NET runtime if possible with my application since it will increase the size of the application, download time, development time & will possibly introduce many ...
0
votes
0answers
44 views

Redistribute C# components as a DLL for other C/C++ and Matlab applications

I've components developed in .NET that I would like to distribute as a library. The main advantage of using .NET, apart from the fact of having managed memory, was the easy use of multi-threading ...
0
votes
0answers
57 views

boost python and redistribution question

I use boost python and I really love it. I use it to hook up with my own little library,they worked perfectly in python. this lead me in to a question.How to I run it on another computer,basically I ...
0
votes
2answers
42 views

Licensing - What's “Commercial Use” and “Redistribution”? [closed]

I am new in licensing. I want to know what "commercial use" and "distribution". There are some cases that I want you to help me. Thanks! Case 1 I own a personal business (which means I am the only ...
0
votes
1answer
135 views

Redistributing the .NET framework and SQL Server Express

I have an app written in C#. It's a commercial app, written using nothing but free software (Visual C# express and SQL express). So, so far it's all clean. For the app to work, both the .NET ...
0
votes
2answers
150 views

How do i add media files/folder to a winform app .NET

I am making an example app of a game. I have a folder i set as the current directory from within visual studios which includes pngs,ogg,config.json,etc. When i 'publish' these files are not included. ...
0
votes
1answer
162 views

Redistributing jetty

I need to redistribute my software with jetty-6.1.19.zip from Jetty site. Am I allowed to remove from this zip all unnecessary cruft (docs, samples, etc.) and than redistribute such a modified package ...