]> granicus.if.org Git - docbook-dsssl/commitdiff
Added header (with RCS keywords and copyright info) to all files
authorMichael Smith <xmldoc@users.sourceforge.net>
Fri, 27 May 2005 13:12:26 +0000 (13:12 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Fri, 27 May 2005 13:12:26 +0000 (13:12 +0000)
that lacked it.

xsl/manpages/block.xsl
xsl/manpages/lists.xsl
xsl/manpages/synop.xsl
xsl/manpages/textify.xsl

index 64bb8ed5f631942ea40215b510872fe71921ee70..430771f3f4099d112e7daf273676ba8934a435aa 100644 (file)
@@ -2,7 +2,6 @@
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version='1.0'>
 
-
 <!-- ********************************************************************
      $Id$
      ********************************************************************
index ed001c7f8b0f00d0b634a8b83538fa269106ec29..104b561090f1a176ad7ae24e92d1f0cdc488416d 100644 (file)
@@ -1,8 +1,17 @@
 <?xml version='1.0'?>
-<!-- vim:set sts=2 shiftwidth=2 syntax=sgml: -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version='1.0'>
 
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://docbook.sf.net/release/xsl/current/ for
+     copyright and other information.
+
+     ******************************************************************** -->
+
 <xsl:template match="para[ancestor::listitem or ancestor::step]|
                     simpara[ancestor::listitem or ancestor::step]|
                     remark[ancestor::listitem or ancestor::step]">
index dc3aefb5b8a1c292f4e17b3ea23a54b9d4b9d084..4eb73be3669c0225e102efd9e0f7792387395ce3 100644 (file)
@@ -4,8 +4,18 @@
                 exclude-result-prefixes="exsl"
                 version='1.0'>
 
-  <!-- the synopsis element is a verbatim environment; you won't find any -->
-  <!-- code for handling it here -->
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://docbook.sf.net/release/xsl/current/ for
+     copyright and other information.
+
+     ******************************************************************** -->
+
+<!-- the synopsis element is a verbatim environment; you won't find any -->
+<!-- code for handling it here -->
 
 <xsl:template match="synopfragment">
 <xsl:text>.PP&#10;</xsl:text>
index b6642251bb51b35e1e990026da17a3274094ba8e..a0905c7f3822de6e278925d1194ba1dcf3bd130d 100644 (file)
@@ -9,9 +9,17 @@
               indent="yes"/>
   <xsl:preserve-space elements="*"/>
 
-  <!-- textify.xsl - Make "textified" copies of templates from a stylesheet. -->
+<!-- ********************************************************************
+     $Id$
+     ********************************************************************
+
+     This file is part of the XSL DocBook Stylesheet distribution.
+     See ../README or http://docbook.sf.net/release/xsl/current/ for
+     copyright and other information.
 
-  <!-- $Id -->
+     ******************************************************************** -->
+
+  <!-- textify.xsl - Make "textified" copies of templates from a stylesheet. -->
 
   <!-- This stylesheet is currently only used as part of the build for -->
   <!-- DocBook manpages releases. It creates a manpages/xref.xsl stylesheet -->