summaryrefslogtreecommitdiffstats
path: root/sudoers
diff options
context:
space:
mode:
authorSumit Bose <sbose@nb.localdomain>2008-11-03 10:25:37 +0100
committerSumit Bose <sbose@nb.localdomain>2008-11-03 10:25:37 +0100
commit9be8b9551d588bfbf6b20aa8105fb2e9e882e021 (patch)
treeda224e5addb2b7bea260b3e93701e17ca51d4fe7 /sudoers
parentfee766c9c4f80fb69ee0d39c3b6f1a177cc93bd8 (diff)
downloadipa_policy-9be8b9551d588bfbf6b20aa8105fb2e9e882e021.tar.gz
ipa_policy-9be8b9551d588bfbf6b20aa8105fb2e9e882e021.tar.xz
ipa_policy-9be8b9551d588bfbf6b20aa8105fb2e9e882e021.zip
added license information
Diffstat (limited to 'sudoers')
-rw-r--r--sudoers/sudoers.rng22
-rw-r--r--sudoers/sudoers.xsl20
2 files changed, 41 insertions, 1 deletions
diff --git a/sudoers/sudoers.rng b/sudoers/sudoers.rng
index e52a6f2..fa268ba 100644
--- a/sudoers/sudoers.rng
+++ b/sudoers/sudoers.rng
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
+<!--
+Author: Sumit Bose <sbose@redhat.com>
+
+Copyright (C) 2008 Red Hat
+see file 'COPYING' for use and warranty information
+
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by the Free
+Software Foundation; version 2 only
+
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with this program; see the file COPYING.LGPL. If not, write to the
+Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA.
+-->
<grammar ns="http://freeipa.org/xml/rng/sudo/1.0"
xmlns="http://relaxng.org/ns/structure/1.0"
datatypeLibrary="http://www.w3.org/2001/XMLSchema-datatypes"
@@ -16,7 +36,7 @@ xmlns:pa="http://freeipa.org/xml/rng/ns/plugable_architecture/1.0">
<define name="rng_filename"><value>sudoers.rng</value></define>
<define name="xslt_filename"><value>sudoers.xsl</value></define>
- <define name="application_name"><value>sudo</value></define>
+ <define name="application_name"><value>s<a/>udo</value></define>
<include href="policy_metadata.rng"/>
<start ns="http://freeipa.org/xml/rng/sudo/1.0">
diff --git a/sudoers/sudoers.xsl b/sudoers/sudoers.xsl
index 7fc4748..f0744d5 100644
--- a/sudoers/sudoers.xsl
+++ b/sudoers/sudoers.xsl
@@ -1,4 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
+<!--
+Author: Sumit Bose <sbose@redhat.com>
+
+Copyright (C) 2008 Red Hat
+see file 'COPYING' for use and warranty information
+
+This program is free software; you can redistribute it and/or modify it under
+the terms of the GNU Lesser General Public License as published by the Free
+Software Foundation; version 2 only
+
+This program is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
+FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
+details.
+
+You should have received a copy of the GNU Lesser General Public License
+along with this program; see the file COPYING.LGPL. If not, write to the
+Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
+MA 02111-1307, USA.
+-->
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:xs="http://www.w3.org/2001/XMLSchema"