IF
YOU'VE BEEN to a computer show in recent months you might have
seen it: a shiny silver drinks can with a ring-pull logo and the
words "opencola" on the side. Inside is a fizzy drink
that tastes very much like Coca-Cola.
Or is it Pepsi?
There's something else written on the can, though, which sets
the drink apart.
It says "check out the source at opencola.com".
Go to that Web address and you'll see something that's not available
on Coca-Cola's website, or Pepsi's--the recipe for cola.
For the first time ever, you can make the real thing in your own
home.
OpenCola
is the world's first "open source" consumer product.
By calling it open source, its manufacturer is saying that instructions
for making it are freely available. Anybody can make the drink,
and anyone can modify and improve on the recipe as long as they,
too, release their recipe into the public domain. As a way of
doing business it's rather unusual--the Coca-Cola Company doesn't
make a habit of giving away precious commercial secrets.
But that's the point.
OpenCola
is the most prominent sign yet that a long-running battle between
rival philosophies in software development has spilt over into
the rest of the world. What started as a technical debate over
the best way to debug computer programs is developing into a political
battle over the ownership of knowledge and how it is used, between
those who put their faith in the free circulation of ideas and
those who prefer to designate them "intellectual property".
No one knows what the outcome will be. But in a world of growing
opposition to corporate power, restrictive intellectual property
rights and globalisation, open source is emerging as a possible
alternative, a potentially potent means of fighting back. And
you're helping to test its value right now.
The
open source movement originated in 1984 when computer scientist
Richard Stallman quit his job at MIT and set up the Free Software
Foundation. His aim was to create high-quality software that was
freely available to everybody. Stallman's beef was with commercial
companies that smother their software with patents and copyrights
and keep the source code--the original program, written in a computer
language such as C++--a closely guarded secret. Stallman saw this
as damaging. It generated poor-quality, bug-ridden software. And
worse, it choked off the free flow of ideas. Stallman fretted
that if computer scientists could no longer learn from one another's
code, the art of programming would stagnate (New Scientist, 12
December 1998, p 42).
Stallman's
move resonated round the computer science community and now there
are thousands of similar projects. The star of the movement is
Linux, an operating system created by Finnish student Linus Torvalds
in the early 1990s and installed on around 18 million computers
worldwide.
What
sets open source software apart from commercial software is the
fact that it's free, in both the political and the economic sense.
If you want to use a commercial product such as Windows XP or
Mac OS X you have to pay a fee and agree to abide by a licence
that stops you from modifying or sharing the software. But if
you want to run Linux or another open source package, you can
do so without paying a penny--although several companies will
sell you the software bundled with support services. You can also
modify the software in any way you choose, copy it and share it
without restrictions. This freedom acts as an open invitation--some
say challenge--to its users to make improvements. As a result,
thousands of volunteers are constantly working on Linux, adding
new features and winkling out bugs. Their contributions are reviewed
by a panel and the best ones are added to Linux. For programmers,
the kudos of a successful contribution is its own reward. The
result is a stable, powerful system that adapts rapidly to technological
change. Linux is so successful that even IBM installs it on the
computers it sells.
To
maintain this benign state of affairs, open source software is
covered by a special legal instrument called the General Public
License. Instead of restricting how the software can be used,
as a standard software license does, the GPL--often known as a
"copyleft"--grants as much freedom as possible (see
http://www.fsf.org/licenses/gpl.html). Software released under
the GPL (or a similar copyleft licence) can be copied, modified
and distributed by anyone, as long as they, too, release it under
a copyleft. That restriction is crucial, because it prevents the
material from being co-opted into later proprietary products.
It also makes open source software different from programs that
are merely distributed free of charge. In FSF's words, the GPL
"makes it free and guarantees it remains free".
Open
source has proved a very successful way of writing software. But
it has also come to embody a political stand--one that values
freedom of expression, mistrusts corporate power, and is uncomfortable
with private ownership of knowledge. It's "a broadly libertarian
view of the proper relationship between individuals and institutions",
according to open source guru Eric Raymond.
But
it's not just software companies that lock knowledge away and
release it only to those prepared to pay. Every time you buy a
CD, a book, a copy of New Scientist, even a can of Coca-Cola,
you're forking out for access to someone else's intellectual property.
Your money buys you the right to listen to, read or consume the
contents, but not to rework them, or make copies and redistribute
them. No surprise, then, that people within the open source movement
have asked whether their methods would work on other products.
As yet no one's sure--but plenty of people are trying it.
Take
OpenCola. Although originally intended as a promotional tool to
explain open source software, the drink has taken on a life of
its own. The Toronto-based OpenCola company has become better
known for the drink than the software it was supposed to promote.
Laird Brown, the company's senior strategist, attributes its success
to a widespread mistrust of big corporations and the "proprietary
nature of almost everything". A website selling the stuff
has shifted 150,000 cans. Politically minded students in the US
have started mixing up the recipe for parties.
OpenCola
is a happy accident and poses no real threat to Coke or Pepsi,
but elsewhere people are deliberately using the open source model
to challenge entrenched interests. One popular target is the music
industry. At the forefront of the attack is the Electronic Frontier
Foundation, a San Francisco group set up to defend civil liberties
in the digital society. In April of last year, the EFF published
a model copyleft called the Open Audio License (OAL). The idea
is to let musicians take advantage of digital music's properties--ease
of copying and distribution--rather than fighting against them.
Musicians who release music under an OAL consent to their work
being freely copied, performed, reworked and reissued, as long
as these new products are released under the same licence. They
can then rely on "viral distribution" to get heard.
"If the people like the music, they will support the artist
to ensure the artist can continue to make music," says Robin
Gross of the EFF.
It's
a little early to judge whether the OAL will capture imaginations
in the same way as OpenCola. But it's already clear that some
of the strengths of open source software simply don't apply to
music. In computing, the open source method lets users improve
software by eliminating errors and inefficient bits of code, but
it's not obvious how that might happen with music. In fact, the
music is not really "open source" at all. The files
posted on the OAL music website http://www.openmusicregistry.org
so far are all MP3s and Ogg Vorbises--formats which allow you
to listen but not to modify.
It's
also not clear why any mainstream artists would ever choose to
release music under an OAL. Many bands objected to the way Napster
members circulated their music behind their backs, so why would
they now allow unrestricted distribution, or consent to strangers
fiddling round with their music? Sure enough, you're unlikely
to have heard of any of the 20 bands that have posted music on
the registry. It's hard to avoid the conclusion that Open Audio
amounts to little more than an opportunity for obscure artists
to put themselves in the shop window.
The
problems with open music, however, haven't put people off trying
open source methods elsewhere. Encyclopedias, for example, look
like fertile ground. Like software, they're collaborative and
modular, need regular upgrading, and improve with peer review.
But the first attempt, a free online reference called Nupedia,
hasn't exactly taken off. Two years on, only 25 of its target
60,000 articles have been completed. "At the current rate
it will never be a large encyclopedia," says editor-in-chief
Larry Sanger. The main problem is that the experts Sanger wants
to recruit to write articles have little incentive to participate.
They don't score academic brownie points in the same way software
engineers do for upgrading Linux, and Nupedia can't pay them.
It's
a problem that's inherent to most open source products: how do
you get people to chip in? Sanger says he's exploring ways to
make money out of Nupedia while preserving the freedom of its
content. Banner adverts are a possibility. But his best hope is
that academics start citing Nupedia articles so authors can earn
academic credit.
There's
another possibility: trust the collective goodwill of the open
source community. A year ago, frustrated by the treacle-like progress
of Nupedia, Sanger started another encyclopedia named Wikipedia
(the name is taken from open source Web software called WikiWiki
that allows pages to be edited by anyone on the Web). It's a lot
less formal than Nupedia: anyone can write or edit an article
on any topic, which probably explains the entries on beer and
Star Trek. But it also explains its success. Wikipedia already
contains 19,000 articles and is acquiring several thousand more
each month. "People like the idea that knowledge can and
should be freely distributed and developed," says Sanger.
Over time, he reckons, thousands of dabblers should gradually
fix any errors and fill in any gaps in the articles until Wikipedia
evolves into an authoritative encyclopedia with hundreds of thousands
of entries.
Another
experiment that's proved its worth is the OpenLaw project at the
Berkman Center for Internet and Society at Harvard Law School.
Berkman lawyers specialise in cyberlaw--hacking, copyright, encryption
and so on--and the centre has strong ties with the EFF and the
open source software community. In 1998 faculty member Lawrence
Lessig, now at Stanford Law School, was asked by online publisher
Eldritch Press to mount a legal challenge to US copyright law.
Eldritch takes books whose copyright has expired and publishes
them on the Web, but new legislation to extend copyright from
50 to 70 years after the author's death was cutting off its supply
of new material. Lessig invited law students at Harvard and elsewhere
to help craft legal arguments challenging the new law on an online
forum, which evolved into OpenLaw.
Normal
law firms write arguments the way commercial software companies
write code. Lawyers discuss a case behind closed doors, and although
their final product is released in court, the discussions or "source
code" that produced it remain secret. In contrast, OpenLaw
crafts its arguments in public and releases them under a copyleft.
"We deliberately used free software as a model," says
Wendy Selzer, who took over OpenLaw when Lessig moved to Stanford.
Around 50 legal scholars now work on Eldritch's case, and OpenLaw
has taken other cases, too.
"The
gains are much the same as for software," Selzer says. "Hundreds
of people scrutinise the 'code' for bugs, and make suggestions
how to fix it. And people will take underdeveloped parts of the
argument, work on them, then patch them in." Armed with arguments
crafted in this way, OpenLaw has taken Eldritch's case--deemed
unwinnable at the outset--right through the system and is now
seeking a hearing in the Supreme Court.
There
are drawbacks, though. The arguments are in the public domain
right from the start, so OpenLaw can't spring a surprise in court.
For the same reason, it can't take on cases where confidentiality
is important. But where there's a strong public interest element,
open sourcing has big advantages. Citizens' rights groups, for
example, have taken parts of OpenLaw's legal arguments and used
them elsewhere. "People use them on letters to Congress,
or put them on flyers," Selzer says.
The
open content movement is still at an early stage and it's hard
to predict how far it will spread. "I'm not sure there are
other areas where open source would work," says Sanger. "If
there were, we might have started it ourselves." Eric Raymond
has also expressed doubts. In his much-quoted 1997 essay, The
Cathedral and the Bazaar, he warned against applying open source
methods to other products. "Music and most books are not
like software, because they don't generally need to be debugged
or maintained," he wrote. Without that need, the products
gain little from others' scrutiny and reworking, so there's little
benefit in open sourcing. "I do not want to weaken the winning
argument for open sourcing software by tying it to a potential
loser," he wrote.
But
Raymond's views have now shifted subtly. "I'm more willing
to admit that I might talk about areas other than software someday,"
he told New Scientist. "But not now." The right time
will be once open source software has won the battle of ideas,
he says. He expects that to happen around 2005.
And
so the experiment goes on. As a contribution to it, New Scientist
has agreed to issue this article under a copyleft. That means
you can copy it, redistribute it, reprint it in whole or in part,
and generally play around with it as long as you, too, release
your version under a copyleft and abide by the other terms and
conditions in the licence. We also ask that you inform us of any
use you make of the article, by e-mailing copyleft@newscientist.com.
One
reason for doing so is that by releasing it under a copyleft,
we can print the recipe for OpenCola without violating its copyleft.
If nothing else, that demonstrates the power of the copyleft to
spread itself. But there's another reason, too: to see what happens.
To my knowledge this is the first magazine article published under
a copyleft. Who knows what the outcome will be? Perhaps the article
will disappear without a trace. Perhaps it will be photocopied,
redistributed, re-edited, rewritten, cut and pasted onto websites,
handbills and articles all over the world. I don't know--but that's
the point. It's not up to me any more. The decision belongs to
all of us.
i2P
Editor's Note: Please rate this article through the poll at the
bottom of the page.
Further
reading:
For a selection of copylefts, see http://www.eff.org/IP/Open_licenses/open_alternatives.html
The Cathedral and the Bazaar by Eric Raymond is available at http://tuxedo.org/~esr/writings/cathedral-bazaar/
THE INFORMATION IN THIS ARTICLE IS FREE. It may be copied, distributed
and/or modified under the conditions set down in the Design Science
License published by Michael Stutz at http://dsl.org/copyleft/dsl.txt
DESIGN
SCIENCE LICENSE
TERMS
AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
Copyright
© 1999-2001 Michael Stutz <stutz@dsl.org>
Verbatim copying of this document is permitted, in any medium.
0.
PREAMBLE.
Copyright
law gives certain exclusive rights to the author of a work,
including the rights to copy, modify and distribute the work (the
"reproductive," "adaptative," and "distribution"
rights).
The
idea of "copyleft" is to willfully revoke the exclusivity
of those
rights under certain terms and conditions, so that anyone can
copy and
distribute the work or properly attributed derivative works, while
all
copies remain under the same terms and conditions as the original.
The
intent of this license is to be a general "copyleft"
that can be
applied to any kind of work that has protection under copyright.
This
license states those certain conditions under which a work published
under its terms may be copied, distributed, and modified.
Whereas
"design science" is a strategy for the development of
artifacts as a way to reform the environment (not people) and
subsequently improve the universal standard of living, this Design
Science License was written and deployed as a strategy for promoting
the progress of science and art through reform of the environment.
1.
DEFINITIONS.
"License"
shall mean this Design Science License. The License applies
to any work which contains a notice placed by the work's copyright
holder stating that it is published under the terms of this Design
Science License.
"Work"
shall mean such an aforementioned work. The License also
applies to the output of the Work, only if said output constitutes
a
"derivative work" of the licensed Work as defined by
copyright law.
"Object
Form" shall mean an executable or performable form of the
Work, being an embodiment of the Work in some tangible medium.
"Source
Data" shall mean the origin of the Object Form, being the
entire, machine-readable, preferred form of the Work for copying
and
for human modification (usually the language, encoding or format
in
which composed or recorded by the Author); plus any accompanying
files, scripts or other data necessary for installation, configuration
or compilation of the Work.
(Examples
of "Source Data" include, but are not limited to, the
following: if the Work is an image file composed and edited in
PNG
format, then the original PNG source file is the Source Data;
if the
Work is an MPEG 1.0 layer 3 digital audio recording made from
a WAV
format audio file recording of an analog source, then the original
WAV
file is the Source Data; if the Work was composed as an unformatted
plaintext file, then that file is the Source Data; if the Work
was
composed in LaTeX, the LaTeX file(s) and any image files and/or
custom
macros necessary for compilation constitute the Source Data.)
"Author"
shall mean the copyright holder(s) of the Work.
The
individual licensees are referred to as "you."
2.
RIGHTS AND COPYRIGHT.
The
Work is copyrighted by the Author. All rights to the Work are
reserved by the Author, except as specifically described below.
This
License describes the terms and conditions under which the Author
permits you to copy, distribute and modify copies of the Work.
In
addition, you may refer to the Work, talk about it, and (as
dictated by "fair use") quote from it, just as you would
any
copyrighted material under copyright law.
Your
right to operate, perform, read or otherwise interpret and/or
execute the Work is unrestricted; however, you do so at your own
risk,
because the Work comes WITHOUT ANY WARRANTY -- see Section 7 ("NO
WARRANTY") below.
3.
COPYING AND DISTRIBUTION.
Permission
is granted to distribute, publish or otherwise present
verbatim copies of the entire Source Data of the Work, in any
medium,
provided that full copyright notice and disclaimer of warranty,
where
applicable, is conspicuously published on all copies, and a copy
of
this License is distributed along with the Work.
Permission
is granted to distribute, publish or otherwise present
copies of the Object Form of the Work, in any medium, under the
terms
for distribution of Source Data above and also provided that one
of
the following additional conditions are met:
(a)
The Source Data is included in the same distribution, distributed
under the terms of this License; or
(b)
A written offer is included with the distribution, valid for at
least three years or for as long as the distribution is in print
(whichever is longer), with a publicly-accessible address (such
as a
URL on the Internet) where, for a charge not greater than
transportation and media costs, anyone may receive a copy of the
Source Data of the Work distributed according to the section above;
or
(c)
A third party's written offer for obtaining the Source Data at
no
cost, as described in paragraph (b) above, is included with the
distribution. This option is valid only if you are a non-commercial
party, and only if you received the Object Form of the Work along
with
such an offer.
You
may copy and distribute the Work either gratis or for a fee, and
if desired, you may offer warranty protection for the Work.
The
aggregation of the Work with other works that are not based on
the
Work -- such as but not limited to inclusion in a publication,
broadcast, compilation, or other media -- does not bring the other
works in the scope of the License; nor does such aggregation void
the
terms of the License for the Work.
4.
MODIFICATION.
Permission
is granted to modify or sample from a copy of the Work,
producing a derivative work, and to distribute the derivative
work
under the terms described in the section for distribution above,
provided that the following terms are met:
(a)
The new, derivative work is published under the terms of this
License.
(b)
The derivative work is given a new name, so that its name or title
cannot be confused with the Work, or with a version of the Work,
in
any way.
(c)
Appropriate authorship credit is given: for the differences
between the Work and the new derivative work, authorship is attributed
to you, while the material sampled or used from the Work remains
attributed to the original Author; appropriate notice must be
included
with the new work indicating the nature and the dates of any
modifications of the Work made by you.
5.
NO RESTRICTIONS.
You
may not impose any further restrictions on the Work or any of
its
derivative works beyond those restrictions described in this License.
6.
ACCEPTANCE.
Copying,
distributing or modifying the Work (including but not limited
to sampling from the Work in a new work) indicates acceptance
of these
terms. If you do not follow the terms of this License, any rights
granted to you by the License are null and void. The copying,
distribution or modification of the Work outside of the terms
described in this License is expressly prohibited by law.
If
for any reason, conditions are imposed on you that forbid you
to
fulfill the conditions of this License, you may not copy, distribute
or modify the Work at all.
If
any part of this License is found to be in conflict with the law,
that part shall be interpreted in its broadest meaning consistent
with
the law, and no other parts of the License shall be affected.
7.
NO WARRANTY.
THE
WORK IS PROVIDED "AS IS," AND COMES WITH ABSOLUTELY
NO WARRANTY,
EXPRESS OR IMPLIED, TO THE EXTENT PERMITTED BY APPLICABLE LAW,
INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY
OR FITNESS FOR A PARTICULAR PURPOSE.
8.
DISCLAIMER OF LIABILITY.
IN
NO EVENT SHALL THE AUTHOR 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 WORK, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
END
OF TERMS AND CONDITION
Back
to E-Magazine Front Page
|