diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-01-19 13:55:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-01-19 13:55:53 -0500 |
commit | 706700674c303ce32e23ead78a4b8ce2bc6d2d55 (patch) | |
tree | 0684b0612ab3498c810016a28b7fe9f52e99c0dc /Makefile.am | |
parent | 4b9f307d8d584c91ea606af687528199ea072aad (diff) | |
download | libevent-706700674c303ce32e23ead78a4b8ce2bc6d2d55.tar.gz |
Add a LICENSE file so people can find our license easily
For what it's worth, we are aware that "Copyright $YEAR $NAME" is
sufficient notice of copyright on software under US law and
Internationally, and saying Copyright (c) $YEAR $NAME is a bit nutty.
The character sequence (c) has never been ruled to have the same force
in US law as the actual copyright symbol, and that neither of these
US-specific symbols adds anything of value beyond saying "Copyright"
since the Berne convention took effect in the US back in 1989.
Similarly, saying "all rights reserved" doesn't do anything magical
unless your software goes in a time-warp back to when the Buenos Aires
Convention was the general rule. (And what will they run it on back
then?) And what would even lead you to say "All Rights Reserved" when
you're explicitly granting most of those rights to anybody receiving
the work in accordance with the 3-clause BSD license?
But still the FOSS community retains these ritual notations out of a
kind of cargo-cult lawyering. Who knows? Perhaps one day, if we
write our copyright notices ineptly enough, John Frum will come and
give us a DFSG-compatible license that everybody can get behind.
(Also, I am not a lawyer. The above should not be taken as legal
advice. -- Nick)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 275087e7..22e7d3e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ pkgconfigdir=$(libdir)/pkgconfig pkgconfig_DATA=libevent.pc EXTRA_DIST = \ + LICENSE \ autogen.sh evdns.3 \ event.3 \ libevent.pc \ |