diff options
author | MutoShack <MutoShack@web> | 2019-03-25 04:40:37 +0100 |
---|---|---|
committer | GNU Hurd web pages engine <web-hurd@gnu.org> | 2019-03-25 04:40:37 +0100 |
commit | 6198f7e2d3450eafb3b0772f17bc2c99aefa0374 (patch) | |
tree | 943fdd12f056e23d86261ea6e68eef9dd539326b | |
parent | 0b40511d9199c45432c763fc28160cab98640bc8 (diff) |
Add title, remove copyright
-rw-r--r-- | capability.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/capability.mdwn b/capability.mdwn index 32a9b68f..cec6f41b 100644 --- a/capability.mdwn +++ b/capability.mdwn @@ -1,5 +1,4 @@ -[[!meta copyright="Copyright © 2007, 2008, 2010, 2011, 2013 Free Software -Foundation, Inc."]] +[//]: # ([[meta copyright="Copyright © 2007, 2008, 2010, 2011, 2013 Free Software Foundation, Inc."]]) [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -9,6 +8,8 @@ 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]]."]]"""]] +[[!meta title="Capability"]] + A capability is a protected reference. It is a reference in that it designates an object; it is protected in that in cannot be forged. A capability both designates the object it refers to and |