Some of the material in this document was copied or paraphrased from from the Electronic Freedom Foundation (http://www.eff.org) article http://www.eff.org/pub/CAF/law/copyright-FAQ by Terry Carroll.
Take a crash course from http://www.utsystem.edu/ogc/intellectualproperty/cprtindx.htm#top (the University of Texas)
And other excellent crash course in intellectual property
was written by Intellectual Property attorney
Georgia Harper.
It's available at:
http://www.utsystem.edu/ogc/intellectualproperty/copypol2.htm.
The patent process is by no means infallible; some one needs to
read the patent material, understand what is being proposed, and
then decide how different it is from other concepts.
For amusement, go to
www.uspto.gov/patft/index.html and then search for patent number, 6,368,227.
On the other hand, intellectual property is also the
result of creative or artistic thinking, but does not lead to a
tangible object.
A work like a novel, a piece of music, a dance, or a software program
are all examples of intellectual property.
For more of an overview of patents and intellectual property, see
http://www.aipla.org/overview.html, from the American Intellectual Property Law Association.
In the
United States, copyright is exclusively federal law, and derives
from the "copyright clause" of the Constitution (Art. 1, sec. 8, cl. 8),
which provides Congress with the power "to promote science and the useful
arts, by securing for limited times to authors ... the exclusive right to
their ... writings."
The standard for originality is very low. "Original" in this
context means only that the work has its origin in the author. There is no
requirement that the work be different from everything that has come
before: it need only embody a minimum level of creativity and owe
its origin to the author claiming copyright. To use an extreme example,
if two poets, each working in total isolation and unaware of one
another's work, were to compose identical poems, both of the poems would meet
the originality requirement for purposes of the copyright statute.
To use a cyber example:
image you create a list of URLs.
URLs, themselves, are not copyrightable because they are
addresses (facts), like a street address or like a phone number.
However, if you have a sufficient number (intensionally vague) and
arrange them creatively (also vague), then the resulting list
is probably copyrightable!
As with the patent, the motivation behind copyright is to
allow writers, musicians, and other artists to reap the benefits
of their creativity.
Not all rights apply to all works.
For instance, the display right does not apply to sound recordings.
It used to be that a work needed to be explicitly copyrighted
(i.e., a copyright notice).
However, in March 1988, a change in the law elimenated the
notice requirement.
Nowadays, a work is considered copyrighted as soon as it is rendered
in tangible form.
That is, you don't have to put a © notice in your work
for it to be copyrighted! (But it helps if you have to sue and go
to court.)
But you can't copyright just anything.
Some works can not be copyrighted,
and so are in the public domain.
For instance:
If there is any restriction upon the use of the work, even the
restriction that it cannot be sold, the work is not public domain.
Rather, it's copyrighted, and the restrictions are essentially
limitations on a licensee using one or more of the exclusive rights
described above. For example, the restriction that a work may only
be given away for free is a limitation on the distribution right.
Once a work is truly in the public domain, it can never be
copyrighted again!
Examples of this cropped up during the 1980s when the "free software"
movement was getting started.
Software authors were happy to let others use their software
for free as long as there was no "commercial gain".
Basically, a person could copy and use the software, but not
then sell it; seems reasonable.
However, the fact there was a restriction ("no commercial gain")
meant that such software was really not public domain but licensed instead.
On the other hand, suppose the author gave up her rights, and put her
software in the public domain explicitly (see above).
Then a company could use, perhaps modify, and then sell
that same software. Not really fair to the original author,
and probably not what she intended!
The Free Software Foundation
(http://www.fsf.org/) has taken
the idea of free software past these hurdles.
They have invented the copyleft license
(
http://www.fsf.org/copyleft/copyleft.html).
The copyleft license allows you to copy and change and sell
the software as long as the copyleft license is passed
along; i.e., the users have those same copy, change, sell rights.
A copyright notice consists of 3 things:
If you file before the infringement, you have more rights than
if you file afterwards, namely statutory damages (those named
in the copyright law, up to $100,000), and attorney fees.
To register is simply a matter of filing the appropriate form along
with 2 copies of the work and a $20 fee.
On the other hand, the earlier index.html assignment
is probably not.
And it's probably okay that we copied those images because
The technology by which web browsers work complicates things right
off the bat.
When you are viewing a web
page in a browser, you have, in some sense, copied the HTML, images, etc. for
that page from the HTTP server to your computer.
Is that copyright infringement? Probably not.
You can then simply view or SaveAs the HTML Source.
Is that copyright infringement? Harder to tell, but most probably is!
http://www.benedict.com/digital/www/webiss.htm has a discussion
of some of the issues of publishing on the web, which is
complicated by the fact that the web is a "multimedia"
form.
That is, a web page consists of many different elements, text, images,
possibly sounds. These units are undoubtedly all copyright, but may
not say so, unlike the page itself which probably does have a copyright
notice. So it may not be obvious that the image of an arrow, or other
icon is also copyright.
As a web author, I can use an absolute URL in my
<IMG SRC="..."> image tags to point to your copyright
images on the web. Then they look like mine, since they are
located on my page(s)!
Furthermore, using the HTML frame tag, I can
make your pages appear as a window on my page--I've hijacked your page!
Search engines do this all the time, but in an environment where the
reader should know that they are looking at information from a site
than other than the search portal. It's much more subtle if I use
frames to point to your site.
There have been court cases about the issue of linking into a page
within a site, rather than the home page for the site. This
so called deep linking was deemed not a copyright
violation a couple of years ago, but now has come up again.
The Internet has changed that because now it is easy and relatively
cheap to "publish" something that reaches (potentially) millions
of readers.
That something might be a
"web log" or blog.
To prevent copyright violations in the cyber age,
there is the DMCA, Digital Millennium Copyright Act:
However,
For documents that are binary in nature, like images and audio clips,
there is a lot of interest in
digital watermarking.
Basically, it's a way of changing the bits in the
original document to create a "brand" but it a subtle way that
is not easily detected by the ear (for audio) or eye (for video).
Special software, however, can detect the brand, and therefore tell
if the document has been copied illegally or not.
How might this work? Recall your web page and work with colors on
http://icogsci1.ucsd.edu/~cg3x/cg3.font.color.html.
Each pixel (dot) of a digital image consists
of those 3 bytes of RGB information.
The lower 4 bits of each byte do not contribute very much to
what we can see in the image. Imagine a code put into those
lower 4 bits!
Or how about the reverse, sticking your message into an image?
That's what software from
In the Picture (http://www.intar.com/ITP/) does.
Microsoft, for different reasons, has decided to "brand" each document
created with its Windows 98 software with a unique serial number.
That seems like it should protect your documents on the net!
However, is it more dangerous than the problems it attempts to fix?
(From Edupage):
On the other hand, consumer groups and the manufacturers of the
audio recording devices argued that the consumers had purchased
the album and should be allowed to do whatever they wanted with it.
In particular, consumers wanted to be able to play a copy
of their favorite album in the tape player in their car.
This was before the popularity of CDs; playing an album in a moving
car was not a viable option, so audio tapes were the only technologically
available medium for cars.
Eventually, a compromise was reached.
Every blank audio tape has a surcharge added to its price; that
money goes to the recording industry as partial payment for potential
lost sales.
While the consumers got
a special law,
the Audio Home Recording Act,
was passed in October, 1992, making it (basically)
"fair use" to record (on tape) your own CDs and records for noncommercial use.
Note, although CDs did exist at the time the Audio Home Recording Act
was passed, CDs were not recordable by consumers. I.e., the act
only really covers audio tape, not CDs!
A number of countries, recently including Canada, charge a "levy" on
each blank CDR to help compensate the recording industry.
See
http://neil.eton.ca/copylevy.shtml for details and an FAQ.
MP3 could provide a whole new way for the music industry to
sell music! Imagine being able to select only the tracks on
a CD that you liked, buying them, and downloading them to
a player like RIO.
You could create your own music compilations of just the
songs you like! Seems like it should be good for the
music industry (fewer overhead costs) and great for the consumer.
It's also great for artists;
new artists can upload demos of their work without having
to go through a recording company, while established
artists (like the Grateful Dead and Tom Petty) could
market their own music.
Musicians typically only receive a small
royalty from each album sold.
(This may be yet another reason that RIAA opposes MP3 music.)
It's not MP3, per se, that concerns, the RIAA; it's
the ability of a desktop computer to digitize audio (music),
and then upload the resulting (MP3) file to a site on the Internet.
This means that you could copy an artist's copyrighted
music, and stick it on your webpage for millions of people to
download (and then play) for free!
It seems that the RIAA worries are probably justified.
See the RIAAs page on MP3:
http://www.riaa.com/piracy/pir_op.htm
There are hunderds of MP3 sites that spring up and then disappear
(as they are located and shutdown by the RIAA.)
In fact, Lycos, a well known
search engine/portal
discovered that mp3 was the second most searched for word on it's
site, second only to "sex".
Lycos now has a special server:
mp3.lycos.com especially for MP3 searches.
Following on the popularity of MP3 music (legal and illegal) on
the Internet,
a new web-based company
mp3.com has recently (June 1999)
gone public (meaning its stock
is being traded in the stock markets).
[By the way, the former CEO, Michael Robertson,
is a former UCSD Cognitive Science student.
The RIAA first tried to stop MP3 with an injunction against
the manufacturers making the MP3 players, especially the portable ones.
Now the Recording Industry is attempting to "out flank"
MP3 by creating their own, new
standard, SDMI -- Secure Digital Music Initiative,
that will include the equivalent of a digital watermark
that will allow music players to tell if a particular recording
has been illegally copied (and then not play it).
See http://www.sdmi.org
In April 2001, researchers from Princeton, Rice University, and
Xerox Palo Alto Research Center (PARC) planned to present
a paper at the Fourth International Information Hiding Workshop.
The paper described how the researchers were able to break
all 4 methods of copy protection contained in SDMI.
The RIAA panicked and threaten the researchers, their institutions,
and the sponsors of the workshop with lawsuits; the researchers
withdrew their report.
The RIAA needs to get a working digital watermark system, and one
that will be accepted by consumers.
If you would like an MP3 version of some song, you connect to
the Napster server, and use the database
to look up which other "servers" (peoples
computers) have a copy of that song.
Then you download it from one of those servers.
Initially, there wasn't any music on napster.com itself, just
on subscriber computers.
You can probably see that the RIAA was worried that people would
create illegal copies of copyright music and stick it on their
hard drives and then make that available via Napster.
(The latter is arguably a problem).
Napster was a problem for Universities, as many students are interested
in obtaining MP3 music.
Students downloading music consumed large amounts of the total
bandwidth to the Internet for a given University, effectly slowing
or shutting down Internet access.
Aside from the bandwidth issue, many Universities decided to
ban Napster traffic in order to avoid potential copyright lawsuits
by the RIAA.
Napster should also make you think about the safety of information
on your own computer. Napster effectively turns your computer into
an anonymous file server!
Is it really limiting access to only the
MP3 files?
There is an (oldish) online story on Napster developments at:
http://www.wired.com/news/mp3/0,1285,34382,00.html
Upset with this ad-ware, some computer hackers have released
"cleansed" or "lite" versions of the KaZaA software (i.e.,
without the ad-ware).
As stated in
4/25 CNET: "Hackers turn tables on file-swapping firms"
KaZaA is upset because their intellectual property
has been damaged and has sued to stop the distribution of
the "lite" versions.
Ironic, since the whole point of KaZaA is to allow the trading
of copyrighted materials!
Patent vs. Intellectual Property
When you invent some new device (i.e., the better mouse
trap), you can apply for a patent.
A patent is a legal protection mechanism
for the work in developing tangible, physical objects.
A patent gives you the exclusive right to your invention for
20 years, presumably allowing you to manufacture it, sell it,
and become wealthy.
The idea is to encourage scientists and inventors to spread the
resources (research and development) required to create something
new by giving them a monopoly on their invention (for 20 years).
What is Copyright?
Similar to a patent,
a copyright is a right of intellectual property,
whereby authors obtain, for a limited time, certain exclusive
rights to their works.
For personal works, like your topic.html web page,
that period of time is your lifetime plus 70 years (for a corporation
holding a copyright, the period is 95 years).
What Rights Does a Copyright Give the Author/Creator?
In the United States, there are 7 rights which may be granted the
author.
The Public Domain
In contrast to copyright is "public domain." A work in the
public domain
is one that can be freely used by anyone for any purpose.
The Copyright Notice
Again, after 1988,
you don't need to explicitly put a copyright notice on your work
for it to be copyrighted.
It is implicity copyrighted as soon as it takes tangible
form, a print out, or even a copy on your hard disk or floppy.
However, there are good reasons for doing adding the notice.
It's so simple to do, why not add a copyright to your work?
Register It with the Copyright Office
So if your work is copyrighted without even a notice in it,
why bother to register it with the Copyright Office?
In order to sue someone for copyright infringement, your
work must be registered.
You can register after the infringement, as long as it is
registered before the filing date of your suit.
Fair Use
In certain circumstances, you are allowed to use portions of
a copyrighted work without notifying the author.
This policy is called fair use.
The places where copyright materials may be used without
prior permission are:
The Tests for Fair Use
There are four factors used to decide whether a particular use of a
copyrighted work is indeed "fair use":
Your topic.html page
Where does this leave your topic.html page?
My interpretation of fair use is that your topic.html
assignment page is copyrightable by you, because it is a
creative work,
even though the bulk of its content is
not strictly your own work.
You did (will) explicitly put a copyright notice on it
(won't you?
).
Copyright in Cyberspace
Earlier we asked, if something is published on the World Wide Web, do
the authors give up ownership?
Hyper links and Deep Linking
Hyper links are backbone of the World Wide Web, and they cause
copyright issues of their own. If I create a link from my page to
yours, it may create the psychological feeling that your page is
part of my website, even though you don't even know me or about
my site.
In fact, Ticketmaster
sued Microsoft's Seattle Sidewalk
on line site over just this issue; click for details.
Cyber Publishing
In the past, "publishing" a work was either time consuming,
a monk copying a manuscript by hand, or expensive, requiring
a printing press.
Since the publishers invested (either time/labor or expense in
printing equipment), it made sense that they should own the rights
to the works they published.
The DMCA
Digital Watermarks, or "Branding" Your Work
Just because you have your copyright notice in your web document may
not keep someone from stealing your work, of course.
For HTML documents, they can just remove your copyright (and
perhaps add their own
).
If you were concerned, you could use one or two unique phrases in
your document that, when used in a net search engine,
could help you locate copies on the web.
This would be like putting the "brand" that was burned on criminals
(and cattle in the American West) to identify them.
The Music Industry and Copyright
Music, and indeed software, is an interesting product in that
they are both "intangible" the sense that they only exist on
CDs (or tapes, or albums, in the case of music).
And there is now inexpensive technology to make copies of music
(and software).
Both software and music are, of course, copyrighted.
When low cost cassette (analog) audio recording
equipment for consumers first appeared, it caused much concern for the
Recording Industry Association of America, RIAA.
The Recording Industry was afraid that consumers would make cassette
copies of their record albums (and CDs) and give them to their friends and
family, thus drastically affecting record and CD sales.
Clearly not "fair use".
No action may be brought under this title alleging infringement
of copyright based on the manufacture, importation, or
distribution of a digital audio recording device, a digital
audio recording medium, an analog recording device, or an
analog recording medium, or based on the noncommercial use by a
consumer of such a device or medium for making digital musical
recordings or analog musical recordings.
MP3
The RIAA is up in arms again, this time about a new music format called
MP3.
MP3 is an ancronym for Mpeg
--Moving Pictures Experts Group-- (Version)
3, which is a way
of compressing digitized audio (and video).
]
Peer to Peer Networks
Napster was a software program you run on your PC.
It did 2 things: it created a list of MP3 files that you
had on your own computer and then uploaded that list into
a database on the www.napster.com server.
Beyond Napster
The RIAA effectively shutdown Napster, but other
peer to peer networks have sprung up in its place.
Typically, they do not have a centeral server, making
it harder for the RIAA to locate computers which have
illegal (copyrighted) materials on them.
Some Irony
KaZaA software is file swapping software that has arisen in
the wake of Napster.
In the
4/23, CNET article "Kazaa steps out of the shadows"
the KaZaA CEO discuses his company.
Part of their revenue source is from advertizing software
that is downloaded to your computer automatically when you
download the KaZaA software--so called spy-ware or ad-ware.
Myths about Copyright
See
http://www.eff.org/pub/Intellectual_property/cpyrt_myths.faq
for a description of 10 common myths regarding copyright.
Terms to Know
©opyright 1996-2004 Mark R. Wallen
Last updated: Sun Sep 19 12:20:23 2004