/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to legalnotice.xml

  • Committer: Teddy Hogeborn
  • Date: 2008-08-18 23:55:28 UTC
  • Revision ID: teddy@fukt.bsnet.se-20080818235528-dn628nlbrtzl7z4f
* Makefile: Bug fix: fixed creation of man pages for section 5 pages.

* mandos (main): Changed from requiring "[server]" in mandos.conf(5)
                 to requiring "[DEFAULT]".

* mandos.conf ([server]): Renamed to "[DEFAULT]".

* mandos.conf.xml: Removed <?xml-stylesheet>.  New entity "&OVERVIEW;"
                   referring to "overview.xml".
  (DESCRIPTION): Updated to specify the syntax more precisely.  Use
                 <varname> around the option names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!DOCTYPE legalnotice PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3
 
        "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
4
 
<legalnotice>
5
 
  <para>
6
 
    This manual page is free software: you can redistribute it and/or
7
 
    modify it under the terms of the GNU General Public License as
8
 
    published by the Free Software Foundation, either version 3 of the
9
 
    License, or (at your option) any later version.
10
 
  </para>
11
 
  
12
 
  <para>
13
 
    This manual page is distributed in the hope that it will be
14
 
    useful, but WITHOUT ANY WARRANTY; without even the implied
15
 
    warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
16
 
    See the GNU General Public License for more details.
17
 
  </para>
18
 
  
19
 
  <para>
20
 
    You should have received a copy of the GNU General Public License
21
 
    along with this program; If not, see <ulink
22
 
    url="http://www.gnu.org/licenses/"/>.
23
 
  </para>
24
 
</legalnotice>