diff options
author | Paul Jakma <paul.jakma@sun.com> | 2007-02-22 17:55:20 +0000 |
---|---|---|
committer | Paul Jakma <paul.jakma@sun.com> | 2007-02-22 17:55:20 +0000 |
commit | def09df7d1df2f4583c68b5b7f02375f5a2e9dc7 (patch) | |
tree | 2ff6e32007ddc30ef2f98b59d7fedfd4fc1a9a85 /solaris/quagga.init.in | |
parent | f2c31acb6f97688af0f368211536829324145919 (diff) |
[solaris] Add licence boilerplate to files for clarity
2007-02-22 Paul Jakma <paul.jakma@sun.com>
* quagga.{xml,init}.in: Add licence boilerplate to ensure
licence terms are clear.
Diffstat (limited to 'solaris/quagga.init.in')
-rwxr-xr-x | solaris/quagga.init.in | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/solaris/quagga.init.in b/solaris/quagga.init.in index 9fc2fe74..30a9c694 100755 --- a/solaris/quagga.init.in +++ b/solaris/quagga.init.in @@ -3,7 +3,24 @@ # Copyright 2001,2003 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# $Id: quagga.init.in,v 1.6 2006/03/30 13:38:28 paul Exp $ +# This file is part of Quagga. +# +# Quagga is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by the +# Free Software Foundation; either version 2, or (at your option) any +# later version. +# +# Quagga 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 +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with Quagga; see the file COPYING. If not, write to the Free +# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +# 02111-1307, USA. +# +# $Id$ # # Starts/stops the given daemon |