Thread: How to prove you wrote it

  1. #16
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    sometimes i do something like this at the top of the program:
    Code:
    char*copyright="Copyright (c) 2004 John Shao";
    the string literal shows up in a hex editor, and you can see it in the source code. That also makes it easy to call the copyright statement in the run of the program... that way you can prove you at least had open access to the source...

    it won't give you any real protection, but it helps to be able to show your copyright in a hex editor and a running version of the program, not to mention in the source code (if you still have it when you need to prove it's yours)

    I also put in obscure comments that make sense, but only somebody that acts as immature as i do would put in... things like "figure this out on your own" and "delete this and watch the program die"
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  2. #17
    The thing I've always wondered is if you put a copyright on something like

    Copyright (C) 2004 Bludstayne Software

    How will the court know who Bludstayne Software is and who represents it? Some dude may claim that he's part of the team, even though he is not, and there is no way to prove that he isn't.

  3. #18
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    Originally posted by mithrandir
    I remember having to do an AC-21 they were a $$$$$, I mean a real $$$$$ because you'd have to do an BX-25 first, then a YW-55 after that. And the canteen food, that was so goddamn awful after eating like a king at Westpoint.

    Wait, a second...am I just making this up?!
    No, of course not. It's not like they never actually gave you the navy job or anything



  4. #19
    Refugee face_master's Avatar
    Join Date
    Aug 2001
    Posts
    2,052
    >> Wait, a second...am I just making this up?!

    Yes, my bull$$$$ detector is off the chart!

  5. #20
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    How will the court know who Bludstayne Software is and who represents it? Some dude may claim that he's part of the team, even though he is not, and there is no way to prove that he isn't.
    You show the courts your buisness license, your employment records, and sworn affidavits from other team members.

  6. #21
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    Originally posted by bludstayne
    How will the court know who Bludstayne Software is and who represents it? Some dude may claim that he's part of the team, even though he is not, and there is no way to prove that he isn't.
    that's why you have to prove to the court that you have rights to that copyritght...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  7. #22
    Would I just write somewhere that Bludstayne Software is copyrighted by me, and it would all be gravy?

  8. #23
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    I believe I read something about registration being necessary for any lawsuits. Why don't you check out the "copyright links" thread that someone posted a while ago
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  9. #24
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    *whistles*
    http://cboard.cprogramming.com/showt...threadid=49005

    One of those links shows the proper way display a copyright notification. From what I have read registration with the copyright office is required before making a claim.

  10. #25
    Registered User major_small's Avatar
    Join Date
    May 2003
    Posts
    2,787
    really? I thought you didn't need to register your copyright... you just have absolutely no protection unless you do... and somebody else could copyright something and then register their copyright and sue you for it...
    Join is in our Unofficial Cprog IRC channel
    Server: irc.phoenixradio.org
    Channel: #Tech


    Team Cprog Folding@Home: Team #43476
    Download it Here
    Detailed Stats Here
    More Detailed Stats
    52 Members so far, are YOU a member?
    Current team score: 1223226 (ranked 374 of 45152)

    The CBoard team is doing better than 99.16% of the other teams
    Top 5 Members: Xterria(518175), pianorain(118517), Bennet(64957), JaWiB(55610), alphaoide(44374)

    Last Updated on: Wed, 30 Aug, 2006 @ 2:30 PM EDT

  11. #26
    carry on JaWiB's Avatar
    Join Date
    Feb 2003
    Location
    Seattle, WA
    Posts
    1,972
    Sort of like the saying "Locks only keep honest people out"
    "Think not but that I know these things; or think
    I know them not: not therefore am I short
    Of knowing what I ought."
    -John Milton, Paradise Regained (1671)

    "Work hard and it might happen."
    -XSquared

  12. #27
    & the hat of GPL slaying Thantos's Avatar
    Join Date
    Sep 2001
    Posts
    5,681
    really? I thought you didn't need to register your copyright... you just have absolutely no protection unless you do... and somebody else could copyright something and then register their copyright and sue you for it...
    Thats why anything of importance should be depoisted with the copyright office. While there are methods to prove you are the orignal author it becomes much easier if you have the piece of paper from them (at least I think they send you a piece of paper)

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. So I wrote a class.
    By brewbuck in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 12-13-2008, 06:22 PM
  2. What would my computer do if I wrote these programs?
    By Loctan in forum C++ Programming
    Replies: 4
    Last Post: 07-16-2006, 03:57 AM
  3. Replies: 3
    Last Post: 11-13-2005, 02:53 AM
  4. how can i prove a string does not contain a number ?
    By blue_gene in forum C++ Programming
    Replies: 7
    Last Post: 04-07-2004, 09:35 PM