Results 1 to 22 of 22

Thread: [RESOLVED] Copyright and code?

  1. #1

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Resolved [RESOLVED] Copyright and code?

    Hi,

    I know that copyright covers a person's interlectual property, programs and things they create. However, I don't think copyright can be applied to source code? There can only be a certain number of ways to write the same expression can there? What happens when there is no code left to use? It is like if soome tried to copyright a spoken/written language (English or German) when no one could speak write in that language without having to pay royalsities for the privilidge of using it.

    Thanks,



    Nightwalker
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Copyright and code?

    yes and no.... true a simple If statement can't be copyrighted any more than a pen could be copyrighted.... how ever a complex business rule utilizing the if statement could be, jsut as could be architectual plans drawn using that pen.

    spoken and written language is copyrighted all the time.... songs... books... even some types of works of art are copyrighted all the time. Language (as English or German) become a tool, just like VB is. But it's the implementation and application of those languages, the end result, that is copyrightable... and in some, unique cases, even patentable.


    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: Copyright and code?

    Didn't Amazon try to patent Click Once purchasing? You can get your hands on anything you have the lawyers to enforce, no matter how illogical. Patent and copyrights are being stretched into fields that they were never originally intended to cover (in fact, they are in fields that didn't exist even in the imaginations of the original definers). How this will all shake out is not yet clear, and while the law is trying to catch up, people are doing their level best to grab exclusive control of real estate that would give them tremendous financial advantage.
    My usual boring signature: Nothing

  4. #4
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Copyright and code?

    Actually whne you submit a copyright for software you are to submit the first and last 25 pages of source code or the source on electronic media.

    Now if you are doing something unique then a copyright could be awarded but if you are trying to copyright a generic function in a generic program then odds are slim
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  5. #5
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Copyright and code?

    The problem with the Amazon OneClick Checkout was that they tried to patent it AFTER the fact, after everyone else tried to copy their process. Had they developed the process, patented it, THEN used it... it would have turned out differently. But since they didn't go that route they lost, because by then it was so common place.

    When it comes to development, I've done stuff that I wouldn't consider patentable, but some of it is trade/industry specific and is considered protected copyrighted proprietary works.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  6. #6

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Copyright and code?

    It got me thinking after I saw a lot of code with the copyright mark on it. How much of the code falls under the copyright because as techgnome said you can't copyright a simple expression such as if or for.

    Even for the code say Visual Basic or Html there must be only a number of different solutions the program creating it can understand? Would that have any bearing on the copyright issue?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  7. #7
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Copyright and code?

    I don't think so. Usually what is copyrighted are complete blocks of code, assemblies, modules, libraries, controls, things like that. Not individual lines. It's the combination of those lines and and functionality as a complete unit. I've got code out there that's copyrighted. The logic isn't mine, and is copyrighted by some one else (my client), but the implementation of that logic is copyrighted by me.

    Think of it like this - the code for Windows is copyrighted... it's written in something (I think assembly, C, and machine code, or whatever) ... same deal. OS X is also copyrighted... it's a GUI based OS as well... but its implementation is different from MS Windows...

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  8. #8

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Copyright and code?

    Ah, I think I understand now! The code by itself is not copyrighted but the idea that the code creates is. Say I create code to calculate the length of the sides of a triangle then output the result to a web page. The first part of the code wouldn't be protected neither would the code to dispay the result on the web page. That is unless you use the exact same code for the calculating the sides of the triangle then display the result to a web page.

    If you decide to change the code then I think you would have to modify something like 51% or more (can't remember the exact amount) for the copyright to be invalid.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  9. #9
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Copyright and code?

    It's overly simplified, so it's not quite a good example.... here's a better one...

    A system that generates invoices... hundreds of applications do this.... but they all do it differently.... they may share some commonalities, after all, how many different ways are there to draw a line on a report. They key to it, as I understand it, and I'm not a lawyer, is if it's something that is so common place that any reasonable developer can do it, it's not unique enough to be copyrighted. However, if the design is such that it is specific to a particular niche then it could be potentially copyrightable. Based on what I've read, that's the generally accepted litmus test for copyright. It's what got Amazon into trouble. They let the idea get away from them and then tried to patent it after the fact. But by then the idea had become too common place and would have been a detriment to a number of other companies, so the court threw out their case.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  10. #10

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Copyright and code?

    I had to do copyright and ethics as part of my course for web design at school. However, I don't think the copyright part covered this stuff.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  11. #11
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Copyright and code?

    Probably because it in that context the concern is about the content itself.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  12. #12
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: Copyright and code?

    Anything you create in the United States has an implied copyright. You can't copyright a simple if statement unless it is original.
    Quote Originally Posted by uspto
    Do Trademarks, Copyrights and Patents protect the same things?

    No. Trademarks, copyrights and patents all differ. A copyright protects an original artistic or literary work; a patent protects an invention. For copyright information, go to http://lcweb.loc.gov/copyright/. For patent information, go to http://www.uspto.gov/main/patents.htm.
    uspto.gov

    So if your code is original then yes you can copyright it (it'll have an implied copyright unless you decide to actually pay for a real copyright) otherwise no.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  13. #13

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Copyright and code?

    Quote Originally Posted by Kasracer
    So if your code is original then yes you can copyright it (it'll have an implied copyright unless you decide to actually pay for a real copyright) otherwise no.
    Is there any difference between the two actual paid copyright and implied copyright despite the fact that one is paid for one is not?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  14. #14
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: Copyright and code?

    Paid is more likely to be held up in court. Implied copyrights are harder to prove.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  15. #15

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Copyright and code?

    Quote Originally Posted by techgnome
    Paid is more likely to be held up in court. Implied copyrights are harder to prove.

    -tg
    Also with paid I am guessing there is an international record kept of copyrights and the owners information. Whereas with implied you would not know if it was under copyright unless you had seen the actual copyright notice or h be told that the item was under copyright.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  16. #16
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Copyright and code?

    You can get a national copyright or a worldwide one. National ones arent known by other countries unless you find its being breached and then have to persue action to notify and claim damages etc.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  17. #17

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Copyright and code?

    I have just remembered I bought a web design magazine "Australian Web Designer Issue 4 2008". Inside the mag there are several tips about how to protect your code such as adding a watermark "personal touch" to your code or design in order to distinguish it from some another code or design. It was recommended that this technique be used along-side copyright to ensure your work remains your own. They is because copyright is useless if you can't prove you were indeed the original creator of the product.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  18. #18
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: [RESOLVED] Copyright and code?

    While we are on the subject, didnt Microsoft try to copyright the "Is Not" statement in programming? (and fail miserably)
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  19. #19
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985

    Re: [RESOLVED] Copyright and code?

    Quote Originally Posted by chris128
    While we are on the subject, didnt Microsoft try to copyright the "Is Not" statement in programming? (and fail miserably)
    Couldn't find anything on The Google but sounds like an interesting read if anyone knows about it.
    KrisSiegel.com - My Personal Website with my blog and portfolio
    Don't Forget to Rate Posts!

    Free Icons: FamFamFam, VBCorner, VBAccelerator
    Useful Links: System.Security.SecureString Managed DPAPI Overview Part 1 Managed DPAPI Overview Part 2 MSDN, MSDN2, Comparing the Timer Classes

  20. #20
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: [RESOLVED] Copyright and code?

    Yeah I just tried to search for it on google but its hard to search for something like that cos you get so many other results
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


  21. #21

    Thread Starter
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] Copyright and code?

    Quote Originally Posted by chris128
    Yeah I just tried to search for it on google but its hard to search for something like that cos you get so many other results
    Don't know any any code copyright attempts like that! However, I have hear of some pretty strange everyday copyright attempts.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  22. #22
    Pro Grammar chris128's Avatar
    Join Date
    Jun 2007
    Location
    England
    Posts
    7,604

    Re: [RESOLVED] Copyright and code?

    Quote Originally Posted by Kasracer
    Couldn't find anything on The Google but sounds like an interesting read if anyone knows about it.
    Found it

    http://www.geek.com/articles/news/mi...tent-20050223/

    and here: http://www.eweek.com/c/a/Application...Patent-Effort/
    My free .NET Windows API library (Version 2.2 Released 12/06/2011)

    Blog: cjwdev.wordpress.com
    Web: www.cjwdev.co.uk


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width