Path: csiph.com!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'see:': 0.07; 'collier': 0.09; 'expired': 0.09; 'lawyer.': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:module': 0.09; 'although,': 0.16; 'copyright,': 0.16; 'copyrighted': 0.16; 'exactly,': 0.16; 'investigate': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'suggestion.': 0.16; 'varies': 0.16; 'sat,': 0.16; 'so.': 0.16; 'wrote:': 0.18; 'file,': 0.19; 'header:User-Agent:1': 0.23; 'url:gov': 0.24; 'law.': 0.26; 'references': 0.26; 'certain': 0.27; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'work.': 0.31; 'gives': 0.31; 'getting': 0.31; 'easier': 0.31; 'author,': 0.31; 'easy,': 0.31; 'though.': 0.31; 'text': 0.33; 'created': 0.35; 'something': 0.35; 'johnson': 0.35; 'but': 0.35; 'there': 0.35; 'belong': 0.36; 'useful': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'little': 0.38; 'expect': 0.39; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'simple': 0.61; 'you.': 0.62; "you'll": 0.62; 'act': 0.63; 'soon': 0.63; 'within': 0.65; 'news': 0.67; 'believe': 0.68; 'url:pdf': 0.68; 'anything.': 0.68; 'jul': 0.74; 'special': 0.74; 'article': 0.77; "country's": 0.84; 'lawyer': 0.84; 'sue': 0.84; 'medium.': 0.91; 'stamp': 0.91; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dave Angel Subject: Re: Critic my module Date: Sat, 27 Jul 2013 12:58:11 -0400 References: <51f334eb$0$29971$c3e8da3$5496439d@news.astraweb.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: 174.32.174.34 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130623 Thunderbird/17.0.7 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 42 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1374944307 news.xs4all.nl 15911 [2001:888:2000:d::a6]:37908 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:51369 On 07/27/2013 12:32 PM, Alister wrote: > On Sat, 27 Jul 2013 08:56:10 -0400, Devyn Collier Johnson wrote: >> >> Good point about the Made by/Copyright suggestion. Although, I have not >> copyrighted the file, can I still say "Copyrighted by ...".-- > > There is no special process to Copyright anything. > the simple act of writing it automatically gives you the copyright on > your own work. > > Proving that it was you that created the work & when may be a little > trickier if you do not find a reliable means of recording the event > though. > (posting to this news group actually gives a reasonable time stamp > provided the article has not expired by the time it is needed) > The copyright law varies by country, and it's wise to look up your own country's rules, as well as investigate international law. The following is based only on my limited recollection of US law. I include references below, but have not re-studied them. Nor am I a lawyer. Generally, a copyright does belong to the author, as soon as he provably commits the text to medium. However, if you ever expect to defend a copyright, it can be useful to register it. Registration is limited by law to certain time limits. I don't recall exactly, but I believe that once something is published, it has to be registered within 3 months or so. Registration is easy, but not free. You can copyright a number of works simultaneously, but I think they have to be of the same type. And if it is registered, you can sue for larger amounts, and you'll have a much easier time getting a lawyer to take the case for you. See: http://www.copyright.gov/ and especially: http://www.copyright.gov/circs/circ01.pdf -- DaveA