]> git.wh0rd.org - fontconfig.git/blobdiff - doc/fccache.fncs
Cleanup copyright notices to replace "Keith Packard" with "the author(s)"
[fontconfig.git] / doc / fccache.fncs
index 0a08632acea42c42ba53906f6a3963c1717ad871..f35c5d7cb12f7396773b50b0e8f9c63a1ae68e8d 100644 (file)
@@ -5,15 +5,15 @@
  * documentation for any purpose is hereby granted without fee, provided that
  * the above copyright notice appear in all copies and that both that
  * copyright notice and this permission notice appear in supporting
- * documentation, and that the name of Keith Packard not be used in
+ * documentation, and that the name of the author(s) not be used in
  * advertising or publicity pertaining to distribution of the software without
- * specific, written prior permission.  Keith Packard makes no
+ * specific, written prior permission.  The authors make no
  * representations about the suitability of this software for any purpose.  It
  * is provided "as is" without express or implied warranty.
  *
- * KEITH PACKARD DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+ * THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
- * EVENT SHALL KEITH PACKARD BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+ * EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
@@ -32,7 +32,7 @@ This function returns the directory from which the cache was constructed.
 @FUNC@         FcCacheCopySet
 @TYPE1@                const FcCache *                 @ARG1@          cache
 @PURPOSE@      Returns a copy of the fontset from <parameter>cache</parameter>
-@DESC
+@DESC@
 The returned fontset contains each of the font patterns from
 <parameter>cache</parameter>. This fontset may be modified, but the patterns
 from the cache are read-only.
@@ -43,7 +43,7 @@ from the cache are read-only.
 @TYPE1@                const FcCache *                 @ARG1@          cache
 @TYPE2@                int                             @ARG2@          i
 @PURPOSE@      Return the <parameter>i</parameter>'th subdirectory.
-@DESC
+@DESC@
 The set of subdirectories stored in a cache file are indexed by this
 function, <parameter>i</parameter> should range from 0 to
 <parameter>n</parameter>-1, where <parameter>n</parameter> is the return
@@ -54,7 +54,7 @@ value from FcCacheNumSubdir.
 @FUNC@         FcCacheNumSubdir
 @TYPE1@                const FcCache *                 @ARG1@          cache
 @PURPOSE@      Return the number of subdirectories in <parameter>cache</parameter>.
-@DESC
+@DESC@
 This returns the total number of subdirectories in the cache.
 @@
 
@@ -62,7 +62,7 @@ This returns the total number of subdirectories in the cache.
 @FUNC@         FcCacheNumFont
 @TYPE1@                const FcCache *                 @ARG1@          cache
 @PURPOSE@      Returns the number of fonts in <parameter>cache</parameter>.
-@DESC
+@DESC@
 This returns the number of fonts which would be included in the return from
 FcCacheCopySet.
 @@