summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-25 14:54:15 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-25 14:54:15 (EDT)
commit0d9c057f016d69c3acab11d1f5e05b12098285f2 (patch)
tree55e426b53801e8753cc3ad34613fb8eea394f553
parentead6b893d9455677629805c5cd938df10ee19af7 (diff)
downloadwww-0d9c057f016d69c3acab11d1f5e05b12098285f2.zip
www-0d9c057f016d69c3acab11d1f5e05b12098285f2.tar.gz
www-0d9c057f016d69c3acab11d1f5e05b12098285f2.tar.bz2
talks/software-contracts/index.mdwn: New file.
-rw-r--r--Makefile3
-rw-r--r--talks/software-contracts/index.mdwn49
2 files changed, 51 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8d90c14..8f87354 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,8 @@ srcs = \
projects/cgol/index.mdwn \
projects/changelog-gen/index.mdwn \
projects/screen-batt/index.mdwn \
- projects/opkhelper/index.mdwn
+ projects/opkhelper/index.mdwn \
+ talks/software-contracts/index.mdwn
objs = $(srcs:.mdwn=.html)
.SUFFIXES:
diff --git a/talks/software-contracts/index.mdwn b/talks/software-contracts/index.mdwn
new file mode 100644
index 0000000..0d5e2d3
--- /dev/null
+++ b/talks/software-contracts/index.mdwn
@@ -0,0 +1,49 @@
+<!--#set var="title" value="Legal Validity of Software Contracts" -->
+<!--#include virtual="/includes/header.html" -->
+
+Legal Validity of Software Contracts
+====================================
+
+This is a presentation that I gave in a law-related course at the New Jersey
+Institute of Technology (NJIT) in the Spring of 2012.
+
+In the presentation, I define software contracts (a.k.a. "end-user license
+agreements", "software license agreements", or simply "licenses") and explain
+the history of software copyright law and contracts. I then examine the
+disputed legal validity of software contracts in three main areas: assent to
+terms (including "shrink wrap" and "click wrap" contracts), ownership of copies
+(the "licensed, not sold" argument), and conscionability and preemption.
+
+The presentation refers to statutory and case law in the United States, but the
+concepts should apply to almost any jurisdiction.
+
+Slides
+------
+
+The following are the slides I prepared for the presentation:
+
+ * [OpenDocument Format](software-contracts.odp)
+ * [Portable Document Format](software-contracts.pdf)
+
+Included in the OpenDocument version is the script to the presentation (in
+LibreOffice, look in the "Notes" tab).
+
+Many reader programs render stripes in the slide background of the PDF file.
+This is due to [a bug][bug-lp] [in cairo][bug-fdo] which has been fixed in a
+version newer than that which I used.
+
+[bug-lp]: https://bugs.launchpad.net/ubuntu/+source/cairo/+bug/164233
+[bug-fdo]: https://bugs.freedesktop.org/show_bug.cgi?id=47706
+
+Copyright
+---------
+
+Copyright &copy; 2012 Patrick "P. J." M<span class="super">c</span>Dermott
+
+All works related to this workshop, including this document, the flyer, the
+notes, and the session records may be used under the terms of the
+[Creative Commons Attribution-ShareAlike 3.0 Unported license][cc-by-sa-3.0].
+
+[cc-by-sa-3.0]: http://creativecommons.org/licenses/by-sa/3.0/
+
+<!--#include virtual="/includes/footer.html" -->