diff options
author | doktornotor <notordoktor@gmail.com> | 2015-08-17 20:36:28 +0200 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-08-17 20:36:28 +0200 |
commit | 01009f8315386881b9a90685bb8f9a30470e5348 (patch) | |
tree | 1d737a14f1a4fa4eb646e436e1219d0c09827b1d /config | |
parent | 21fd7e810b732289f207f1c3ee4566be30f75659 (diff) | |
download | pfsense-packages-01009f8315386881b9a90685bb8f9a30470e5348.tar.gz pfsense-packages-01009f8315386881b9a90685bb8f9a30470e5348.tar.bz2 pfsense-packages-01009f8315386881b9a90685bb8f9a30470e5348.zip |
Fix pfSense website link in bunch of CLI-only packages
Diffstat (limited to 'config')
-rw-r--r-- | config/git/git.xml | 35 |
1 files changed, 19 insertions, 16 deletions
diff --git a/config/git/git.xml b/config/git/git.xml index 6c5254ae..6139fd04 100644 --- a/config/git/git.xml +++ b/config/git/git.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 + git.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>git</description> - <requirements>None</requirements> - <faq></faq> <name>git</name> - <version>0.0</version> + <version>2.2.1</version> <title>git</title> -</packagegui>
\ No newline at end of file +</packagegui> |