473,748 Members | 5,242 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Python 2.5 licensing: stop this change

As the only director of the Python Software Foundation to vote against a
recent Board motion to implement the change in licensing terms described in

http://pyfound.blogspot.com/2006/04/...ng-change.html

I would like to place on record my protest against this change. I think
it will harm the Python language and ultimately be counter-productive,
reducing the user base and discouraging open source programmers from
contributing to the code base.

If you disagree with this proposed change it's not too late to do
something about it. If this change goes ahead it will be the end of
Python as we know it.

regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC/Ltd www.holdenweb.com
Love me, love my blog holdenweb.blogs pot.com

Apr 1 '06
27 1406
be************@ lycos.com wrote:
Aww, but I liked the idea of copying Perl 6 REs, and porting python to
the toy CPU :-)


I think if PSF is going to support porting of Python to "toy" CPUs then
the Digi-Comp should be the first target. This will breathe new life
into these toys which for years have been relegated to the backs of
closets and dusty attics. Having a modern programming language available
will bring them out of the dark ages of counters and logic tables and
make them useful for such purposes as web servers and biological
research. And for the developers or others who need to target this
platform, it is again in production.
http://paperforest.blogspot.com/2006...gi-comp-1.html

Kent
Apr 1 '06 #11
Look at the date.
Worry about this if it is still around tomarrow

Apr 1 '06 #12
On 2006-04-01, Steve Holden <st***@holdenwe b.com> wrote:
As the only director of the Python Software Foundation to vote against a
recent Board motion to implement the change in licensing terms described in

http://pyfound.blogspot.com/2006/04/...ng-change.html


Good one Steve.

I particularly liked the Comments section.

:)

--
Grant Edwards grante Yow! I represent a
at sardine!!
visi.com
Apr 1 '06 #13
On 2006-04-01, Piet van Oostrum <pi**@cs.uu.n l> wrote:
>> "Fuzzyman" <fu******@gmail .com> (F) wrote:

F> Can I ask for clarification. The charge applies to any commercial use
F> of a derivative work based on the Python source code ?

F> Normal applications that use Python, including bunding the standard
F> CPython as an executable, using tools like py2exe, won't be covered.
F> Right ?


As I understand it, distributing Python is also covered. For a commercial
vendor $1.25 is peanuts, but for the PSA it is a significant amount (think
about all the Mac OSX copies if Apple decides to switch to 2.5).


I just found last night that my spankin' new Thinkpad came with
Python 2.2 pre-installed underneath an "IBMTOOLS" directory on
the C: drive.

Don't let Lenovo slide by without paying...

--
Grant Edwards grante Yow! I'll take ROAST BEEF
at if you're out of LAMB!!
visi.com
Apr 1 '06 #14
In article <ma************ *************** ************@py thon.org>,
Steve Holden <st***@holdenwe b.com> wrote:
As the only director of the Python Software Foundation to vote against a
recent Board motion to implement the change in licensing terms described in

http://pyfound.blogspot.com/2006/04/...ng-change.html

I would like to place on record my protest against this change. I think
it will harm the Python language and ultimately be counter-productive,
reducing the user base and discouraging open source programmers from
contributing to the code base.

If you disagree with this proposed change it's not too late to do
something about it. If this change goes ahead it will be the end of
Python as we know it.

regards
Steve


Absolutely agree. This is a disaster. Specifying the use of $US will shut
out our friends who use quatloos or gold pressed latinum for currency. Bad
idea.
Apr 1 '06 #15
That isn't in the published 2.5 License.

http://docs.python.org/dev/ref/node110.html

Thanks for the scare..

~r

Apr 1 '06 #16
Fuzzyman wrote:
<cut>

From the site:
"Advanced Program for Research In Licensing, whose First Object-Oriented
License"

string = "Advanced Program for Research In Licensing, whose First
Object-Oriented License"
for letter in string:
if ord(letter) in range(65,91):
print(letter),

--
mph
Apr 1 '06 #17
EP
>

Hmmm... after due consideration (and reading the announcmement
properly), I support this license change in full.

If I could read past the first paragraph do you think I would really
hang onto this newsgroup asking stupid questions?!

The personal harm caused readers of this announcement should entitle
each reader to a free beer (or for those with bad hearts, a
nitroglycerin pill) at the expense of the perpetrator - though I imagine
the PSF team of lawyers retained for license enforcement may take up the
case on his side - money talks.
- As an aside, I should mention that I have countered the announced
licensing change with a patent application for the use of 3, 4, or 5
spaces as an indent for purposes of establishing a code block. I have
written a tidy little program that will count indent spaces in all
Python programs and expect to negotiate royalty settlements on a per
space basis ($.0001 per space proposed). Anyone who prefers to avoid a
call from my legal team can simply send me their source code for royalty
calculation, and provide a credit card or bank account number. Thanks.

EP
Apr 1 '06 #18
Is this an April fool's joke?

Please post a link to the original article. Not just a post to a blog.

Apr 1 '06 #19
On 2006-04-01, walterbyrd <wa********@ina me.com> wrote:
Is this an April fool's joke?


Did you read the blog entry?

--
Grant Edwards grante Yow! I will invent "TIDY
at BOWL"...
visi.com
Apr 1 '06 #20

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

Similar topics

36
2632
by: Tim Churches | last post by:
If a compiled Python extension module B includes code from some other software A which is licensed only under the GPL, do other Python programmes, C, which import module B also need to be licensed under a GPL-compatible license (assuming C is/are to be distributed to third parties)? I think the answer is yes, both from a lay (IANAL) legal and moral point-of-view, but I am interested in hearing any arguments to the contrary. Note that I...
7
3547
by: ML | last post by:
What is the best/easiest means to return the serial/volume number of the drive containing the OS using VB.NET? I'm looking to get this information as a unique ID for activation/registration of a custom application so as to tie the software to a single PC. I need something that will work with 98, ME, 2000, XP, and newer. Or if anyone has other suggestiosn on best means to generate an ID to tie to a single PC for licensing I'd...
122
7888
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?
17
8728
by: Johann C. Rocholl | last post by:
Just in case anybody has the same problem, here's my first attempt at implementing a subset of the PNG spec in pure Python. I license it to you under the terms of the GNU GPL. http://trac.browsershots.org/browser/trunk/shotfactory/lib/image/png.py It encodes RGB images with 24 bits per pixel into PNG, using only the modules sys, zlib and struct. These are all included in the base distribution of Python. You don't need gd or imlib.
1
1097
by: ward.david | last post by:
My company distributes a COM object that can be license and userd by our customers. Some of my company's internal application also use the COM object. However, for internal applications, instead of licensing the COM object, we just make the application registered as "friendly". We accomplish this be including various information in the "version" property tab of the calling EXE. In my case, the calling EXE is Python.exe. So, my question...
0
8987
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
8826
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9534
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9366
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...
0
9241
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
8239
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...
0
4867
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2777
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2211
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.