Copyrighting software 
Author Message
 Copyrighting software

I have created many programs in VB, that many people have downloaded from
the internet. I am now starting to worry about piracy.

Is there any easy (and cheap) way that a home-grown VB programmer like me
can copyright my software?

Cheers!
Mark Osborn


Web Page:- http://www.*-*-*.com/



Wed, 01 Nov 2000 03:00:00 GMT  
 Copyrighting software

Mark,
   I posted this question a few months ago.  The basic gist of it is...

A) Simply display a copyright notice in a splash screen or in an
"about"    box.
B) Send a printout of your code and a copy of your setup disks to      
yourself via registered mail. It may help prove when the app was  
written.
C) There may be forms you can fill out for a nominal fee.

Perhaps there are more specific rules for the U.K., but hopefuly this
will point you in the right direction.

-Dave

Quote:

> I have created many programs in VB, that many people have downloaded from
> the internet. I am now starting to worry about piracy.

> Is there any easy (and cheap) way that a home-grown VB programmer like me
> can copyright my software?

> Cheers!
> Mark Osborn


> Web Page:- http://www.geocities.com/siliconvalley/peaks/6708/index.html



Wed, 01 Nov 2000 03:00:00 GMT  
 Copyrighting software

Mark,

Quote:
>I have created many programs in VB, that many people have downloaded from
>the internet. I am now starting to worry about piracy.

>Is there any easy (and cheap) way that a home-grown VB programmer like me
>can copyright my software?

Legally, all you need to do is display a prominent copyright notice in your
program (in a form along the lines of "Copyright ? 1998 MyName. All Rights
Reserved.").

You can also copyright your software through the government for added
evidence in any potential court cases. However, most people don't do this.
For starters, it requires that you publish a fair amount of your program's
source code. In addition, it really doesn't give you much.

In the end, even if you have the resources of Microsoft, that won't stop
piracy. Microsoft's estimates of sales lost to piracy are staggering.

--
Jonathan Wood
SoftCircuits Programming
http://www.softcircuits.com



Fri, 03 Nov 2000 03:00:00 GMT  
 Copyrighting software

Just a comment:
see below-


Quote:
>Mark,

>>I have created many programs in VB, that many people have downloaded from
>>the internet. I am now starting to worry about piracy.

>>Is there any easy (and cheap) way that a home-grown VB programmer like me
>>can copyright my software?

>Legally, all you need to do is display a prominent copyright notice in your
>program (in a form along the lines of
>"Copyright ? 1998 MyName. All Rights Reserved.").

This Copyright STRING should be coded in some way....
You might create a simple coding/ decoding way to do it,
OR:
Sub Form_Load()
Dim Copyright as string
Copyright ="Copyright"
some code..
Copyright =Copyright & " ? "
some code..
some code..
Copyright =Copyright & str$(1998) &
some code..
Copyright =Copyright & "Yo"
some code..
some code..
Copyright =Copyright & "ur"
some code..
some code..
Copyright =Copyright & "N"
some code..
Copyright =Copyright & "am"
Copyright =Copyright & "e"
some code..
some code..
some code..
Label1.Caption=Copyright

This is a simple way, but it is not so easy to tamper with, because it is
"hidden" in the compiled code.
The copyright string is not prosessed before the Form_Load(), and is by this
reason not
a whole string in code.
I have done it this way some time ago..... ;-)

Regards, Asbjoern.

Quote:

>You can also copyright your software through the government for added
>evidence in any potential court cases. However, most people don't do this.
>For starters, it requires that you publish a fair amount of your program's
>source code. In addition, it really doesn't give you much.

>In the end, even if you have the resources of Microsoft, that won't stop
>piracy. Microsoft's estimates of sales lost to piracy are staggering.

>--
>Jonathan Wood
>SoftCircuits Programming
>http://www.softcircuits.com



Sat, 04 Nov 2000 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Copyrighting Software

2. Copyrighting Software?

3. How to copyright your software

4. How do I copyright my software?

5. copyright law and software

6. Software Copyright Question

7. project design software , compare website design software , web developers , website design software review , nof shop , software quality , nof 7.5 , bestellen preisvergleich , web site design , custom web design ,

8. Free Software From Day and Age Software

9. Free QBasic Software from Day and Age Software

10. Software licenses of installed software

11. Look for software for software protection

12. Software Testing – Software Development Tools

 

 
Powered by phpBB® Forum Software