diff options
| author | raveit65 <[email protected]> | 2015-07-10 11:16:32 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2015-07-10 11:16:32 +0200 | 
| commit | 56e04ee1443fb5492872f41fda2c33449aea4610 (patch) | |
| tree | 4b067d17cc22b74cb43b7eccb687ce01cf3d12ff /help | |
| parent | 02eadb106e1d5c1c5923e113dffe5aada37731cb (diff) | |
| download | mate-system-monitor-56e04ee1443fb5492872f41fda2c33449aea4610.tar.bz2 mate-system-monitor-56e04ee1443fb5492872f41fda2c33449aea4610.tar.xz | |
help: fix legal page
Diffstat (limited to 'help')
| -rw-r--r-- | help/C/index.docbook | 48 | 
1 files changed, 34 insertions, 14 deletions
| diff --git a/help/C/index.docbook b/help/C/index.docbook index 20f7cd3..18faa2b 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -2,16 +2,16 @@  <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"   "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [    <!ENTITY legal SYSTEM "legal.xml"> -  <!ENTITY appversion "2.24.4"> -  <!ENTITY manrevision "2.2"> -  <!ENTITY date "March 2009"> +  <!ENTITY appversion "1.10.0"> +  <!ENTITY manrevision "2.3"> +  <!ENTITY date "July 2015">    <!ENTITY app "System Monitor">  ]>  <!--         (Do not remove this comment block.)    Maintained by the MATE Documentation Project -  http://developer.mate.org/projects/gdp +  http://wiki.mate-desktop.org/dev-doc:doc-team-guide    Template version: 2.0 beta    Template last modified Apr 11, 2002  --> @@ -22,6 +22,9 @@    <articleinfo>       <title>&app; Manual V&manrevision;</title>        +	 <copyright> +		<year>2015</year> +		<holder>MATE Documentation Project</holder> </copyright>      <copyright>        <year>2009</year>        <holder>Paul Cutler</holder> @@ -44,8 +47,11 @@    </copyright>     --> -    <publisher role="maintainer">  +    <publisher role="maintainer">        <publishername> MATE Documentation Project </publishername>  +    </publisher> +    <publisher> +      <publishername> GNOME Documentation Project </publishername>      </publisher>      &legal; @@ -54,9 +60,16 @@  	any of this. -->    <authorgroup>  +	<author> +	  <firstname>MATE Documentation Project</firstname> +	  <surname></surname> +	  <affiliation> +		 <orgname>MATE Desktop</orgname> +	  </affiliation> +	</author>      <author>        <firstname>Sun</firstname> -      <surname>MATE Documentation Team</surname> +      <surname>GNOME Documentation Team</surname>        <affiliation><orgname>Sun Microsystems</orgname></affiliation>      </author>      <author>  @@ -68,7 +81,7 @@          <firstname>Paul</firstname>          <surname>Cutler</surname>          <affiliation> -          <orgname>MATE Documentation Project</orgname> +          <orgname>GNOME Documentation Project</orgname>            <address><email>[email protected]</email></address>          </affiliation>        </author> @@ -88,27 +101,34 @@  -->      </authorgroup> -    <releaseinfo revision="2.28" role="review"> -      <ulink type="review" url="http://bugzilla.mate.org/show_bug.cgi?id=500559"/> +    <releaseinfo revision="1.10" role="review">      </releaseinfo>      <revhistory>        <revision>   	<revnumber>System Monitor Manual V&manrevision;</revnumber>  +	<date>July 2015</date> +	<revdescription> +	  <para role="author">MATE Documentation Team</para> +	  <para role="publisher">MATE Documentation Project</para> +	</revdescription> +      </revision> +      <revision> +	<revnumber>System Monitor Manual V2.2;</revnumber>  	<date>March 2009</date>  	<revdescription>   	  <para role="author">Paul Cutler  	    <email>[email protected]</email>  	  </para> -	  <para role="publisher">MATE Documentation Project</para> +	  <para role="publisher">GNOME Documentation Project</para>  	</revdescription>         </revision>         <revision>   	<revnumber>System Monitor Manual V2.1</revnumber>  	<date>February 2004</date>  	<revdescription> -	  <para role="author">Sun MATE Documentation Team</para> -	  <para role="publisher">MATE Documentation Project</para> +	  <para role="author">Sun GNOME Documentation Team</para> +	  <para role="publisher">GNOME Documentation Project</para>  	</revdescription>        </revision>        <revision> @@ -117,7 +137,7 @@  	<revdescription>  	  <para role="author">Bill Day <email>[email protected]</email>  	  </para> -	  <para role="publisher">MATE Documentation Project</para> +	  <para role="publisher">GNOME Documentation Project</para>  	</revdescription>        </revision>        <revision> @@ -127,7 +147,7 @@  	  <para role="author">Bill Day   	    <email>[email protected]</email>  	  </para> -	  <para role="publisher">MATE Documentation Project</para> +	  <para role="publisher">GNOME Documentation Project</para>  	</revdescription>        </revision>      </revhistory>  | 
