Skip to content

Commit

Permalink
Changed copyright message
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattsface committed Jan 22, 2013
1 parent 1719580 commit 301e8cb
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 91 deletions.
28 changes: 6 additions & 22 deletions docs/en/man/man1/xe-network-create.ad
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ xe-network-create - Create a network
SYNOPSIS SYNOPSIS
-------- --------


*xe network-create* name-label=<network name> [ MTU=<MTU Size> ] [ name-description=<description> ] *xe network-create* name-label=<Network Name> [ MTU=<MTU Size> ] [ name-description=<description> ]




DESCRIPTION DESCRIPTION
Expand All @@ -38,10 +38,10 @@ OPTIONAL PARAMETER
EXAMPLES EXAMPLES
-------- --------


To create a network with a name description: :: To create a network with a *name-description*: ::
*xe network-create* name-label="Example Network" name-description="This is an Example Network" *xe network-create* name-label="Example Network" name-description="This is an Example Network"


To create a network with a custom MTU: :: To create a network with a custom *MTU*: ::
*xe network-create* name-label="MTU Example Network" MTU="9000" *xe network-create* name-label="MTU Example Network" MTU="9000"


SEE ALSO SEE ALSO
Expand All @@ -51,7 +51,7 @@ SEE ALSO


AUTHORS AUTHORS
------- -------
Manpage Author(s):: Manpage Author(s): ::
Matthew Spah <spahmatthew@xenapiadmin.com> Matthew Spah <spahmatthew@xenapiadmin.com>




Expand All @@ -61,23 +61,7 @@ See http://wiki.xen.org/wiki/Reporting_Bugs_against_XCP on how to send bug repor


COPYRIGHT COPYRIGHT
--------- ---------
Copyright \(C) 2012 - Matthew Spah Copyright \(C) 2012 - Matthew Spah
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License"


The Howto containing this example, was offered under the following conditions:

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are
met:

[options="compact"]
. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.



THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


17 changes: 3 additions & 14 deletions docs/en/man/man1/xe-pif-param-clear.ad
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,31 +39,20 @@ SEE ALSO


AUTHORS AUTHORS
------- -------
Manpage Author(s):: Manpage Author(s): ::
Matthew Spah <spahmatthew@xenapiadmin.com> Matthew Spah <spahmatthew@xenapiadmin.com>
Lisa Nguyen <lisa@xenapiadmin.com> Lisa Nguyen <lisa@xenapiadmin.com>


BUGS BUGS
---- ----
See http://wiki.xen.org/wiki/Reporting_Bugs_against_XCP on how to send bug reports, send bugs and general questions to xen-api@lists.xen.org. See http://wiki.xen.org/wiki/Reporting_Bugs_against_XCP on how to send bug reports, send bugs and general questions to xen-api@lists.xen.org.



COPYRIGHT COPYRIGHT
--------- ---------
Copyright \(C) 2012 - Matthew Spah, Lisa Nguyen Copyright \(C) 2012 - Matthew Spah, Lisa Nguyen


The Howto containing this example, was offered under the following conditions: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License"

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are
met:


[options="compact"]
. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.


THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


23 changes: 5 additions & 18 deletions docs/en/man/man1/xe-pif-param-get.ad
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ OPTIONAL PARAMETERS
EXAMPLES EXAMPLES
-------- --------


To display the management parameter for a PIF interface: :: To display the *management* parameter for a PIF interface: ::
*xe pif-param-get* uuid=<PIF UUID> param-name="management" *xe pif-param-get* uuid=<PIF UUID> param-name="management"


To display the map parameter ethtool-speed: :: To display the map parameter *ethtool-speed*: ::
*xe pif-param-get* uuid=<PIF UUID> param-name="other-config" param-key="ethtool-speed" *xe pif-param-get* uuid=<PIF UUID> param-name="other-config" param-key="ethtool-speed"




Expand All @@ -54,32 +54,19 @@ SEE ALSO


AUTHORS AUTHORS
------- -------
Manpage Author(s):: Manpage Author(s): ::
Matthew Spah <spahmatthew@xenapiadmin.com> Matthew Spah <spahmatthew@xenapiadmin.com>
Lisa Nguyen <lisa@xenapiadmin.com> Lisa Nguyen <lisa@xenapiadmin.com>


BUGS BUGS
---- ----
See http://wiki.xen.org/wiki/Reporting_Bugs_against_XCP on how to send bug reports, send bugs and general questions to xen-api@lists.xen.org. See http://wiki.xen.org/wiki/Reporting_Bugs_against_XCP on how to send bug reports, send bugs and general questions to xen-api@lists.xen.org.



COPYRIGHT COPYRIGHT
--------- ---------
Copyright \(C) 2012 - Matthew Spah, Lisa Nguyen Copyright \(C) 2012 - Matthew Spah, Lisa Nguyen


The Howto containing this example, was offered under the following conditions: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License"

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are
met:

[options="compact"]
. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.



THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


20 changes: 2 additions & 18 deletions docs/en/man/man1/xe-pif-param-list.ad
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ SEE ALSO


AUTHORS AUTHORS
------- -------
Manpage Author(s):: Manpage Author(s): ::
Matthew Spah <spahmatthew@xenapiadmin.com> Matthew Spah <spahmatthew@xenapiadmin.com>
Lisa Nguyen <lisa@xenapiadmin.com> Lisa Nguyen <lisa@xenapiadmin.com>


Expand All @@ -50,20 +50,4 @@ COPYRIGHT
--------- ---------
Copyright \(C) 2012 - Matthew Spah, Lisa Nguyen Copyright \(C) 2012 - Matthew Spah, Lisa Nguyen


The Howto containing this example, was offered under the following conditions: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License"

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are
met:

[options="compact"]
. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.


THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.

22 changes: 3 additions & 19 deletions docs/en/man/man1/xe-pif-param-remove.ad
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SEE ALSO


AUTHORS AUTHORS
------- -------
Manpage Author(s):: Manpage Author(s): ::
Matthew Spah <spahmatthew@xenapiadmin.com> Matthew Spah <spahmatthew@xenapiadmin.com>
Lisa Nguyen <lisa@xenapiadmin.com> Lisa Nguyen <lisa@xenapiadmin.com>


Expand All @@ -53,24 +53,8 @@ See http://wiki.xen.org/wiki/Reporting_Bugs_against_XCP on how to send bug repor


COPYRIGHT COPYRIGHT
--------- ---------
Copyright \(C) 2013 - Matthew Spah, Lisa Nguyen Copyright \(C) 2012 - Matthew Spah, Lisa Nguyen


The Howto containing this example, was offered under the following conditions: Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License"


Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are
met:

[options="compact"]
. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.




THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.


0 comments on commit 301e8cb

Please sign in to comment.