summaryrefslogtreecommitdiff
path: root/admin/notes/copyright
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-03-05 08:01:01 +0000
committerGlenn Morris <rgm@gnu.org>2007-03-05 08:01:01 +0000
commitc6fe628971a484e7303eb7c1dae12f740437003b (patch)
tree88bc204b781cc4b80dd1bc9ec000b69e8c55ff04 /admin/notes/copyright
parenta4734fbd9ca706def221e9e23e64e42ef87bd9e9 (diff)
*** empty log message ***
Diffstat (limited to 'admin/notes/copyright')
-rw-r--r--admin/notes/copyright20
1 files changed, 11 insertions, 9 deletions
diff --git a/admin/notes/copyright b/admin/notes/copyright
index 4e85512246..721b5e6f6c 100644
--- a/admin/notes/copyright
+++ b/admin/notes/copyright
@@ -16,15 +16,17 @@ longer, eg the text "GNU Emacs is free software...".
Summary for the impatient:
1. Don't add code to Emacs written by someone other than yourself
-without thinking about the legal aspect (make sure they have an
-assignment, if adding a file adjust the copyright statements in the
-file). NB the ChangeLog entry should be in the name of the author of
-the code, not the person who installs it.
-
-2. When installing code written by someone else, I think it is helpful
-to: i) put the name of the author in the cvs log (as well as the
-ChangeLog); and ii) not check-in any of your own changes to the same
-file in the same commit.
+without thinking about the legal aspect. Even if the changes are
+trivial, consider if they combine with previous changes by the same
+author to make a non-trivial total. If so, make sure they have an
+assignment. If adding a whole file adjust the copyright statements in
+the file.
+
+2. When installing code written by someone else, the ChangeLog entry
+should be in the name of the author of the code, not the person who
+installs it. I think it is helpful to put the author (if not yourself)
+in the CVS log as well; and to not install any of your own changes in
+the same commit.
3. With images, add the legal info to a README file in the directory
containing the image.