diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-19 23:18:12 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-12-21 13:29:11 +0100 |
commit | 129a744a3a30553aa5aaa22475ba30fdc2cd1867 (patch) | |
tree | 399fcbe34a5b3974a4dcf02bc7507d05761c2e50 /hurd/translator/tmpfs | |
parent | 77a64a11077c0754f7916c626777b22b425c5ed4 (diff) |
hurd/translator/tmpfs/notes_bing: Copyright is assigned to the FSF.
This was written by Ben Asselstine.
Diffstat (limited to 'hurd/translator/tmpfs')
-rw-r--r-- | hurd/translator/tmpfs/notes_bing.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hurd/translator/tmpfs/notes_bing.mdwn b/hurd/translator/tmpfs/notes_bing.mdwn index b28611f2..8aa48b44 100644 --- a/hurd/translator/tmpfs/notes_bing.mdwn +++ b/hurd/translator/tmpfs/notes_bing.mdwn @@ -1,3 +1,11 @@ +[[meta copyright="Copyright © 2007 Free Software Foundation, Inc."]] +[[meta license="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled +[[GNU_Free_Documentation_License|/fdl]]."]] + 1. to run tmpfs as a regular user, /servers/default-pager must be executable by that user. by default it seems to be set to read/write. $ sudo chmod ugo+x /servers/default-pager |