Re: GPL / Open Source Application
- From: Mehdi <vioccc@xxxxxxxxxxxxxxxxxx>
- Date: Wed, 6 Sep 2006 16:59:12 +0100
On Wed, 06 Sep 2006 14:03:48 +0200, Heinz K wrote:
I want to publish my application under GPL so it is open source and
everyone could modify it. How could I prevent my users from installing
"unauthorized" versions by fault? Someone might add malicious code and
my application is then blamed for it :-( I use already strong names to
sign my application, but this is not transparent for the users as they
could not easily check the signature.
What is the best way to 'sign' an application so that the user
immediately knows it's an 'official' version? Many thanks!!
By definition, if your application is released under an open source
license, then anybody can download the source code, modify it and release
the modified version. You can add as much signing as you want, it won't
change anything since anybody will have have to the whole source code and
will therefore be able to do anything they want and make it appear to the
user like if it was the original version.
.
- Follow-Ups:
- Re: GPL / Open Source Application
- From: Jon Skeet [C# MVP]
- Re: GPL / Open Source Application
- References:
- GPL / Open Source Application
- From: Heinz K
- GPL / Open Source Application
- Prev by Date: How to use gacutil?
- Next by Date: Re: Strong naming Shdocvw, (cannot locate CSP)
- Previous by thread: Re: GPL / Open Source Application
- Next by thread: Re: GPL / Open Source Application
- Index(es):
Relevant Pages
|