End Software Patents project comes out swinging


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News End Software Patents project comes out swinging
# 1  
Old 02-29-2008
End Software Patents project comes out swinging

Fri, 29 Feb 2008 19:00:00 GMT
Four months after being announced, the End Software Patents project (ESP) is launching a new Web site with arguments for economists, computer scientists, lawyers, and lay peoplemen about why they should support the project. Prominent on the site is the publication of a report on the state of patents in the United States during 2006-07, and a scholarship contest that will award $10,000 for "for the best paper on the effects of the patentability of software and business methods under US law."


Source...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Where is the Best Place to Host a Software Project?

If you were going to maintain some open source code, where, in your opinion, is the best web site to host a collaborative project? SourceForge.net: Welcome to SourceForge.net freshmeat.net: Welcome to freshmeat.net Do you know of other good software project sites? If so, please suggest we... (1 Reply)
Discussion started by: Neo
1 Replies

2. News, Links, Events and Announcements

IBM Releases 500 Software Patents

If you haven't heard about this elsewhere, here is one link to the story. But here is a pdf file from IBM's website listing the patents. (5 Replies)
Discussion started by: Perderabo
5 Replies
Login or Register to Ask a Question
vala-gen-project(1)						   USER COMMANDS					       vala-gen-project(1)

NAME
vala-gen-project - generate the and automake skeleton for your vala project SYNOPSIS
vala-gen-project [OPTION...] [NAME] DESCRIPTION
Vala project generator is a little gui or command line utility that creates an automake project skeletoni vala program. It can be used without specifying a project name, so that a gtk+ gui will be presented or directly from the command line. OPTIONS
-?, --help Show help options -p, --projectdir=DIRECTORY Project directory -t, --type=TYPE Project TYPE: gtk+, console -l, --license=TYPE License TYPE: gpl2, gpl3, lgpl2, lgpl2.1, lgpl3, apache2, artistic --version Display version number -a, --author=NAME Author name -e, --email=EMAIL Author email address EXAMPLES
Create a gtk+ project with a gpl2 license and the name valatest vala-gen-project -t gtk+ -l gpl2 valatest EXIT STATUS
vala-gen-project returns a zero exist status if it succeed. Non zero is returned in case of failure. AUTHOR
Andrea Del Signore (sejerpz (at) tin.it) SEE ALSO
valac(1) version 0.1.0 December 24, 2008 vala-gen-project(1)