diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-17 20:38:19 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-17 20:38:19 +0200 |
commit | f19a100a4032806f80e8bc475399a92f9a33c1f2 (patch) | |
tree | 55ef01cae935835ce4500f9738399d6f93c1efd7 /config | |
parent | dbae472b81c32ed4093b2728056d32852d73fe2d (diff) | |
download | pfsense-packages-f19a100a4032806f80e8bc475399a92f9a33c1f2.tar.gz pfsense-packages-f19a100a4032806f80e8bc475399a92f9a33c1f2.tar.bz2 pfsense-packages-f19a100a4032806f80e8bc475399a92f9a33c1f2.zip |
Fix pfSense website link in bunch of CLI-only packages
Diffstat (limited to 'config')
-rw-r--r-- | config/urlsnarf/urlsnarf.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/config/urlsnarf/urlsnarf.xml b/config/urlsnarf/urlsnarf.xml index c65d1a14..97b3d6bd 100644 --- a/config/urlsnarf/urlsnarf.xml +++ b/config/urlsnarf/urlsnarf.xml @@ -3,23 +3,28 @@ <?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?> <packagegui> <copyright> - <![CDATA[ -/* ========================================================================== */ +<![CDATA[ +/* $Id$ */ +/* ====================================================================================== */ /* - part of pfSense (http://www.pfSense.com) - Copyright (C) 2013 + urlsnarf.xml + part of pfSense (https://www.pfSense.org/) + Copyright (C) 2013-2015 ESF, LLC All rights reserved. -/* ========================================================================== */ +*/ +/* ====================================================================================== */ /* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - 1. Redistributions of source code must retain the above copyright notice, - this list of conditions and the following disclaimer. - 2. 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. + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. 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 ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY @@ -31,14 +36,12 @@ 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. - */ -/* ========================================================================== */ +*/ +/* ====================================================================================== */ ]]> </copyright> <description>urlsnarf</description> - <requirements>None</requirements> - <faq></faq> <name>urlsnarf</name> - <version>0.0</version> + <version>2.4b1</version> <title>urlsnarf</title> -</packagegui>
\ No newline at end of file +</packagegui> |