473,830 Members | 2,021 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Which License Should I Use?

I've been watching the flame war about licenses with some interest.
There are many motivations for those who participate in this sector, so
disagreements over licenses reflect those agendas.

I don't have an agenda, at least not right now. I do plan on writing a
few programs.

These will be tools I need for firmware testing. They will be
relatively simple things like tools for breaking down data by its
structure for easy viewing, sending commands/macros over serial ports,
etc. Similar things exist, but they don't do everything I need. These
will also be excellent learning opportunities for me, since I'm still
pretty shaky on Python.

How do I decide on a license? Are there any web sites that summarize
the pros and cons? I guess I don't care too much about how other
people use it. These things won't be comprehensive enough or have
broad enough appeal that somebody will slap a new coat of paint on them
and try to sell them. I guess I don't care if somebody incorporates
them into something bigger. If somebody were to add features to them,
it would be nice to get the code and keep the derivative work as open
source, but I don't think that matters all that much to me. If
somebody can add value and find a way of making money at it, I don't
think I'd be too upset.

I will be doing the bulk of the coding on my own time, because I need
to be able to take these tools with me when I change employers.
However, I'm sure that in the course of using these tools, I will need
to spend time on the job debugging or tweaking them. I do not want my
current employer to have any claim on my code in any way. Usually if
you program on company time, that makes what you do a "work for hire".
I can't contaminate my code like that. Does that mean the GPL is the
strongest defense in this situation?

I'm open to suggestions as to which licenses to consider. However,
please try to keep the conversation to the decision process or what
sounds like it is best for this purpose. Let's keep the broader issue
of which license will bring about the fall of Western Civilization on
the other thread.

Ron Britton

(The gibberish on the next line really is my email address.)
nk67v8o02
at
sneakemail.com

Nov 25 '05
51 3292
In article <ma************ *************** ************@py thon.org>,
Robert Kern <ro*********@gm ail.com> wrote:
Aahz wrote:
In article <ma************ *************** ************@py thon.org>,
Robert Kern <ro*********@gm ail.com> wrote:

Don't listen to schmucks on USENET when making legal decisions. Hire
yourself a competent schmuck.


Mind if I .sig this? How would you like to be attributed?


Please do. "USENET schmuck" is a sufficient attribution if you like,
though "Robert Kern" will work, too.


Great!
--
Aahz (aa**@pythoncra ft.com) <*> http://www.pythoncraft.com/

"Don't listen to schmucks on USENET when making legal decisions. Hire
yourself a competent schmuck." --USENET schmuck (aka Robert Kern)
Nov 29 '05 #41
Robert Kern <ro*********@gm ail.com> writes:
Is that why the CC Public Domain Dedication has the subtitle
"Copyright-Only Dedication (based on United States law) or Public Domain
Certification"?

Lessig isn't sure. E.g. http://www.lessig.org/blog/archives/001066.shtml


Hmm, interesting, thanks.
When I wrote Mr. Rosen asking about it, he didn't answer.

He's a lawyer. Getting a legal opinion from him costs money.


A legal opinion means something specific. I didn't ask him for one.
Nov 29 '05 #42
Paul Rubin <http://ph****@NOSPAM.i nvalid> writes:
Lessig isn't sure. E.g. http://www.lessig.org/blog/archives/001066.shtml

Hmm, interesting, thanks.


Bah, the CC link from there leads to a Zope crash (at least right now):

http://creativecommons.org/license/publicdomain-direct

KeyError
Sorry, a site error occurred.

Traceback (innermost last):

* Module ZPublisher.Publ ish, line 175, in publish_module_ standard
* Module Products.Placel essTranslationS ervice.PatchStr ingIO, line 51, in new_publish
* Module ZPublisher.Publ ish, line 132, in publish
* Module Zope.App.startu p, line 204, in zpublisher_exce ption_hook
...
Nov 29 '05 #43
"Andrew Koenig" <ar*@acm.org> writes:
"Mike Meyer" <mw*@mired.or g> wrote in message
news:86******** ****@bhuda.mire d.org...
Definitely not. The most recent change to the copyright laws made
works of music recorded to fullfill a contract "work for hire" by
default.

If there's a contract -- i.e., a written agreement, then why does it matter?


The default applies if the contract doesn't say who owns the
work. This was a move by the recording companies so they could get
ownership of works simply by not saying who owned it.

<mike
--
Mike Meyer <mw*@mired.or g> http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
Nov 29 '05 #44
Paul Rubin wrote:
Paul Rubin <http://ph****@NOSPAM.i nvalid> writes:
Lessig isn't sure. E.g. http://www.lessig.org/blog/archives/001066.shtml


Hmm, interesting, thanks.


Bah, the CC link from there leads to a Zope crash (at least right now):

http://creativecommons.org/license/publicdomain-direct


This is the current URL:

http://creativecommons.org/licenses/publicdomain/

--
Robert Kern
ro*********@gma il.com

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter

Nov 29 '05 #45
Robert Kern <ro*********@gm ail.com> writes:
This is the current URL:
http://creativecommons.org/licenses/publicdomain/


Thanks, yeah, I remember seeing that, which is what made me say that
CC recognized PD dedications (at least in the US--it's unreasonable to
expect to account for every weird law some country on earth might come
up with). So now I'm perplexed about Lessig's blog post. I'll see if
I can ask him about it sometime. I just emailed him the cr.yp.to url
that I linked earlier.

Nov 30 '05 #46
Steven D'Aprano <st***@REMOVETH IScyber.com.au> writes:
Then probably the best licence to use is just to follow the lead of
Python. For that sort of small program of limited value, I put something
like this in the code:

Copyright (c) 2005 Steven D'Aprano.
Released under the same license as used by Python 2.3.2 itself.
I've done that too, but some other post mentions that the Python
license is written specifically for Python and can't be used as a
"subroutine ". The original GNU Emacs license (forerunner of the GPL)
was the same way: it said stuff like "you may distribute copies of
Emacs if..." instead of "you may distribute copies of this program
if...". The GPL was the result of abstracting the Emacs license so it
could be applied to other programs, but doing the abstraction took
considerable thought. It wasn't just a matter of patching up stuff
like the above.
I am not a lawyer and this is not legal advice, but I suggest that your
*only* defence will be to get your employer to sign a legal agreement
acknowledging that you own the code. If you like, offer them a perpetual
royalty-free non-exclusive licence to use the code, and explain how using
your own code will make you more productive in their time.
They may want to use it in a closed source product (GPL-incompatible)
which means in the case of GPL code, they want an exception to the
GPL. In the case of GPL code written by me, I'm generally unwilling
to grant such exceptions, since part of my purpose of using the GPL is
to attract other contributors. The company then has to decide,
either: a) accept the GPL; b) don't use the code, and do something
else instead, which may end up costing more.
If they refuse, then you must absolutely keep a cast-iron barrier between
what you develop in your own time and what you develop in theirs.
In some jurisdictions even such a cast-iron barrier might not be enough.
Unless you explicitly sign them away (and even that is legally dubious)
you still retain the "moral rights" to the code,
The US doesn't recognize "moral rights".
Please note that merely putting the code under a GPL or other OSS licence
is NOT sufficient -- they must agree to let you DISTRIBUTE the code.
If it's under the GPL, they're not allowed to prevent you from
distributing it, if you have a copy.
It need not be a complicated agreement:


Certainly, the best policy is to discuss things beforehand and write
out an agreement, instead of relying on faulty memory, or springing
surprises.
Nov 30 '05 #47
Mike Meyer <mw*@mired.or g> writes:
Definitely not. The most recent change to the copyright laws made
works of music recorded to fullfill a contract "work for hire" by
default....

The default applies if the contract doesn't say who owns the
work. This was a move by the recording companies so they could get
ownership of works simply by not saying who owned it.


The trick was even worse than that. The way I've seen it explained,
work for hire is supposed to apply only to certain kinds of works done
under an employer's specific direction. For example, a company might
employ someone to write data sheets for transistors. They are told
what to write about, when to write, what template the data sheets
should follow, etc. That can be a work for hire. The copyright
belongs entirely to the company and the author retains zero interest.
But something like an all-original novel cannot be a work for hire
even if the publisher employed someone to write it and paid him a
salary for doing so. The author can sign over certain of the rights,
but retains certain other rights regardless of what any contract he's
signed might say. In particular the author can reclaim the copyright
after 35 years. This was an escape hatch made as copyrights got
longer and longer (they originally maxed out after 28 years).

An original music album, like a novel, couldn't be a work for hire
until they snuck in that change, as described in the Courtney Love
article. That meant record companies could keep the records forever.
But I heard that the change has since been reversed.
Nov 30 '05 #48
Paul Rubin wrote:
That is the guy who claims it is impossible to release anything into
the public domain, other than by dying and then waiting 70 years.


Is that an indirect reference to the following article?

http://www.linuxjournal.com/article/6225

Paul

Nov 30 '05 #49
Paul Boddie wrote:
Paul Rubin wrote:
That is the guy who claims it is impossible to release anything into
the public domain, other than by dying and then waiting 70 years.


Is that an indirect reference to the following article?

http://www.linuxjournal.com/article/6225


Among other places where Rosen has said it, like his book.

--
Robert Kern
ro*********@gma il.com

"In the fields of hell where the grass grows high
Are the graves of dreams allowed to die."
-- Richard Harter

Nov 30 '05 #50

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
2883
by: madcap | last post by:
Hi, Our company was looking for contract programmer to develop an internet/intranet application. We were approached by a freelancer who have quite a lot experience and his resume was impressive. But he did mention that if we download php & mysql and use the application developed within our company, we should be fine and there will not be any legal issues. While some of the folks see this as a low cost solution, others are concerned...
8
4856
by: simo | last post by:
OK, so I'm at the stage where I want to make a choice between wxPython and PyQt. Currently I'm using wxPython mainly due to the fact that it has GPL Linux and Windows versions. I prefer Qt to wxWindows, but am confused with all the Windows licensing issues. For the moment this is just for my own tinkering and utility apps, but
9
2187
by: Daniel Keep | last post by:
I'm currently working on a Python program, and was wondering if it's possible to license the program, some associated tools, and a few other libraries I've written under the Python license. I had a look at the new PSF Python license on the list of OSI-approved licenses, but it makes numerous direct mentions of Python and the PSF. Is there any acceptable way to simply say that a particular source file is under the PSF license (like you...
18
2062
by: Antoon Pardon | last post by:
I have made a module derived from the Queue module deliverd with python 2.3. I would like to make this module (called tube) available for other people. However it is not clear to me how I can do this in accordance with the python license. First of all it seems I have to make a sumary of how my module differs from the original. Second it seems I have to include the following in
2
4386
by: Amine | last post by:
Hi ALL, I am trying to add a license agreement to my setup project. I have added the lic.rtf file to the setup project and added the "License Agreement" dialog to the setup. But when I run the installation, the license agreement is empty. Any ideas? Thanks a bunch A
122
7936
by: seberino | last post by:
I'm interested in knowing which Python web framework is most like Ruby on Rails. I've heard of Subway and Django. Are there other Rails clones in Python land I don't know about? Which one has largest community/buzz about it?
24
2881
by: invitro81 | last post by:
Hello I've recently learnt python and I do love it! I congratulate all those geeks who produce this nice language; well, because I could be called a nearby newbee I've decided to improve my abilities by writing my own nice editor with python; so I've to choose among all those GUI toolkit's available there.. But I've no idea which one I should use to start with.. I've read that tkinter seems to be the de facto standart in the pyhon...
2
1841
by: yawnmoth | last post by:
The PHP license states the following: 4. Products derived from this software may not be called "PHP", nor may "PHP" appear in their name, without prior written permission from group@php.net. You may indicate that your software works in conjunction with PHP by saying "Foo for PHP" instead of calling it "PHP Foo" or "phpfoo" As the author of something released under the PHP license, can I, as I see fit, just grant permission to an...
14
4515
by: Frank Rizzo | last post by:
I've been given a project to work with which involves connecting to MySQL from .NET 2.0 app. I've googled looked and there is a metric ton of different MySQL ADO.NET providers from different people. Is there a consensus on which one is the most stable, more or less supported and has good support for the standard MySQL features (e.g. stored procs)? Regards.
0
9793
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10491
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10526
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10206
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9315
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7746
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5617
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5780
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3076
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.