+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 19

Thread: CopyRight

  1. #1
    Senior Member
    Computer Details
    flowerrobot's Computer Details
    Operating System:
    Windowns 7
    Computer:
    Lenovo W520
    Discipline
    Mechanical
    flowerrobot's Discipline Details
    Occupation
    Cad Manger
    Discipline
    Mechanical
    Using
    Mechanical 2013
    Join Date
    Sep 2007
    Location
    Sydney
    Posts
    384

    Default CopyRight

    Registered forum members do not see this ad.

    Guys just a thought


    What do you use as a copyright disclamer?
    Thought we post some codes online, (manly here for me), no copyright is required as every one is just helping each other and what not.

    But im asume alot of you guy make programs in your owntime/work
    Which however is not shown online.

    For instance Ive made few programs to reduce work time.
    Normally shaving off around 30min per dwg at a min, and for a larger dwg aleast 2-4 hours, and @ around $170 per hour saved, codes can come quite valable.

    What do you guys do to combant any rip off and the sort.
    I normally place the code in a .vlx
    and a disclamer of :

    (thanks buzzard for this)

    ;These programs perform alterations to the trademarked “Item Bubble”, “mass list” & “bolt list’
    ;This program is not a free software: you cannot redistribute it and/or modify unless written consent from the author.
    ;It is under the terms of the GNU General Public License as published by the Software Foundation, either version 3 of the License, or (at your option) any later version.
    ;This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty.
    ;See the GNU General Public License for more details.
    ;See: http://www.gnu.org/licenses/gpl-3.0.html
    But this was only changed by me.

    What are you opinions?

  2. #2
    Senior Member
    Using
    Map 3D 2008
    Join Date
    Apr 2009
    Location
    The one after 909
    Posts
    402

    Default

    Copyright is tricky at best. There are a lot of variables to judge, you named a few of the major ones yourself (time, cost, being helpful/respectful). In the end, there is no "right" or "wrong" to what you want to copyright. If I'm correct (and please, someone correct me if I'm not), the law states that technically anything you say you're copyrighting is considered officially copyrighted in the eyes of the law. It's your own intellectual property, and you can decide what you do with it. There are limitations, like, I can't copyright a simple "setq" because.. well it's like copyrighting the concept of a cup. It just doesn't hold water (if you excuse the pun). But then, where is the line drawn? How small or simple of a code do you need before you decide a copyright is worthless, or, how much code can you piece together before you decide a copyright is only right? It really is hard to judge, and each person has their own feelings on it.

    Personally, if it's a code I write for work, I put my name on it. That, though, is more of a "cover my butt" thing than anything else. For stuff I post on here, I judge it based on whether or not I think someone else of intermediate skill could reproduce without help, or if it's something I've already seen. If it feels unique enough, like my textfind function which uses essentially a GOTO process from BASIC (which I haven't seen elsewhere) or my GrPlayground which acts almost as a quasi-shell to AutoCAD (which again, I haven't seen yet), then I'll feel free to plaster my name on it. Of course, I can only go based on what I've seen. Maybe my ideas are old and boring, even if they are new to me, simply because I haven't google'd enough.

    It's hard sometimes. I know I could never make money from any of my code, since there's so much free stuff out there and so much free help for that which isn't out there. I also know I'm very much a novice compared to some, so it seems silly to think that my code NEEDS to be protected, since so many others could do so much better. Further, even though I want the recognition for my hard work, I still want people to learn from it and use it and play with it, even dissect it and rebuild from scratch. Given that, I can't in good conscience hide my code from others or demand money or permission to distribute. It's just sort of the way things go, I suppose.

    And that's my two cents.
    ~* And, in the end, the love you take *~
    ~* Is equal to the love you make *~
    - The Beatles -


    GrPlayground
    / Text Find/Replace / Batch Engine / Tower Defense

  3. #3
    Forum Deity NBC's Avatar
    Using
    AutoCAD 2009
    Join Date
    Aug 2007
    Location
    Manchester, UK
    Posts
    2,109

    Default

    Also, please bear in mind that some contracts of employment stipulate that anything done on work time may be subject to the employer holding their intellectual rights to it, and thus the copyright also.
    Life's constantly changing - keep up or get left behind

  4. #4
    Senior Member
    Computer Details
    flowerrobot's Computer Details
    Operating System:
    Windowns 7
    Computer:
    Lenovo W520
    Discipline
    Mechanical
    flowerrobot's Discipline Details
    Occupation
    Cad Manger
    Discipline
    Mechanical
    Using
    Mechanical 2013
    Join Date
    Sep 2007
    Location
    Sydney
    Posts
    384

    Default

    Quote Originally Posted by NBC View Post
    Also, please bear in mind that some contracts of employment stipulate that anything done on work time may be subject to the employer holding their intellectual rights to it, and thus the copyright also.
    Agreeded, I make it a habit, not to create any program of good use for this very reason, just incase you get on to some thing great.

    Create a progam entirly in there time, and expect nothing apart from reconition for it.
    Or create it in your time, and the discuss with employer

  5. #5
    Senior Member
    Computer Details
    JohnM's Computer Details
    Operating System:
    xp pro
    Using
    AutoCAD 2006
    Join Date
    Feb 2009
    Location
    houston, texas
    Posts
    380

    Default

    You can write anything you want in a file saying that it is not to be copied or used but unless you file a copyright with the government it means nothing. Even a poor mans copyright doesn’t hold up in court 90% of the time.
    If you don’t want anybody using your code you need to compile it and protect it. Also making distribution packages with the EULA (end users license agreement) can help.
    Even with all that it only keeps the honest crooks out.
    A few rules to go by are:
    Never design or keep source code on an employer’s computer (it will be theirs)
    Never post your code on the Internet even if you have a copyright notice.
    If you want to distribute your program for free or profit compile it to a VLX then use a hardware key or software key to activate it.
    Package the program so the user has to click “I Agree” to install.
    Keep records of all transaction.
    I sell my programs and I use all the above and so far (that I know of) no one has stolen my stuff.

  6. #6
    Senior Member
    Computer Details
    flowerrobot's Computer Details
    Operating System:
    Windowns 7
    Computer:
    Lenovo W520
    Discipline
    Mechanical
    flowerrobot's Discipline Details
    Occupation
    Cad Manger
    Discipline
    Mechanical
    Using
    Mechanical 2013
    Join Date
    Sep 2007
    Location
    Sydney
    Posts
    384

    Default

    Thanks for that, good words
    Pleasure of most companys they are honest crooks when it come to piracy.

  7. #7
    Super Member David Bethel's Avatar
    Discipline
    Multi-disciplinary
    David Bethel's Discipline Details
    Discipline
    Multi-disciplinary
    Details
    Commercial Food Service
    Using
    AutoCAD pre 2000
    Join Date
    Dec 2003
    Location
    Newport News, Virginia
    Posts
    1,926

    Default

    I've gone by this as it seems legit. -David

    http://www.templetons.com/brad/copymyths.html
    R12 (Dos) - A2K

  8. #8
    Senior Member
    Using
    not specified
    Join Date
    May 2006
    Posts
    294

    Default

    Slippery subject!

    Your releasing under the GPL? Why may i ask (the GPL is ``all about releasing source code'' so to speak; there are different versions...you would have to read them)? I mean what are your intension's; to make money, cover your butt, security, fame, what?

    I dont license my Autolisp code but if i did it would be the same as all my other code; a slightly modified BSD license.

    Quick cut and paste:
    Copyright (c)2008-2009 <ME>
    All rights reserved.

    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
    are met:

    1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
    LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
    FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
    COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
    INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
    BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
    OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
    AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
    THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
    DAMAGE.
    As far as posted code goes, you may want to check with the forum Administrator because any code posted here may be blanketed by a Copyright (s)he set.

    I worked at a company that tried to get a hold of my AutoLisp code once. I ended up using some home spun traps and methods. I even used some `big-boy toys' (some cryptographic techniques and tools) to stop them...it was more of a game to me then it was actually protection. I can point you in a few areas if your interested in some of the basics. Cool stuff.

    Anyways, like i said, this can be a very slippery slope. Be careful.

  9. #9
    Senior Member
    Using
    not specified
    Join Date
    May 2006
    Posts
    294

    Default

    Oh and i forgot to mention that you can take a free course on Copyright law.

    http://ocw.mit.edu/OcwWeb/Electrical...Home/index.htm

  10. #10
    Forum Deity
    Using
    AutoCAD 2009
    Join Date
    Oct 2008
    Posts
    2,112

    Default

    Registered forum members do not see this ad.

    As mentioned in the AutoLisp Archive, Terms of Use section.

    http://www.cadtutor.net/forum/showthread.php?t=1397

Similar Threads

  1. copyright photo laws
    By Skeeps in forum Web Design
    Replies: 21
    Last Post: 22nd Nov 2011, 03:48 pm
  2. How do I copyright My drawings
    By fairmasonry in forum AutoCAD General
    Replies: 7
    Last Post: 16th Apr 2009, 10:48 am
  3. Problems with Copyright
    By AckermanFancy in forum AutoCAD General
    Replies: 12
    Last Post: 20th Jan 2009, 02:37 pm

Bookmarks

Posting Permissions

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