diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-13 07:07:53 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2012-09-13 07:07:53 +0000 |
commit | 818eaeb342d2200296ee88305db5e7e6c5e9301a (patch) | |
tree | 8a8dccbe868f08f50003a03a5e4bc12fbc7f6c92 /net-analyzer/symon | |
parent | Fix file encoding to use UTF-8. (diff) | |
download | gentoo-2-818eaeb342d2200296ee88305db5e7e6c5e9301a.tar.gz gentoo-2-818eaeb342d2200296ee88305db5e7e6c5e9301a.tar.bz2 gentoo-2-818eaeb342d2200296ee88305db5e7e6c5e9301a.zip |
Change license of init.d scripts to BSD-2 wrt bug #426002
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/symon')
-rw-r--r-- | net-analyzer/symon/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/symon/files/symon-init.d | 6 | ||||
-rw-r--r-- | net-analyzer/symon/files/symux-init.d | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/net-analyzer/symon/ChangeLog b/net-analyzer/symon/ChangeLog index d69ec6eeb8c5..d9a1b8df612c 100644 --- a/net-analyzer/symon/ChangeLog +++ b/net-analyzer/symon/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/symon # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/ChangeLog,v 1.12 2012/07/02 08:32:33 mabi Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/ChangeLog,v 1.13 2012/09/13 07:07:53 pinkbyte Exp $ + + 13 Sep 2012; Sergey Popov <pinkbyte@gentoo.org> files/symon-init.d, + files/symux-init.d: + Change license of init.d scripts to BSD-2 wrt bug #426002 02 Jul 2012; Matti Bickel <mabi@gentoo.org> -symon-2.84.ebuild: remove old version with permission from jer diff --git a/net-analyzer/symon/files/symon-init.d b/net-analyzer/symon/files/symon-init.d index d4f4b3dd0550..6b6ac1384567 100644 --- a/net-analyzer/symon/files/symon-init.d +++ b/net-analyzer/symon/files/symon-init.d @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/files/symon-init.d,v 1.2 2008/11/17 00:00:46 tcunha Exp $ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the 2-clause BSD license +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/files/symon-init.d,v 1.3 2012/09/13 07:07:53 pinkbyte Exp $ opts="${opts} reload" diff --git a/net-analyzer/symon/files/symux-init.d b/net-analyzer/symon/files/symux-init.d index b7c10e4fa489..b96e2ff5345c 100644 --- a/net-analyzer/symon/files/symux-init.d +++ b/net-analyzer/symon/files/symux-init.d @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/files/symux-init.d,v 1.2 2008/11/17 00:00:46 tcunha Exp $ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the 2-clause BSD license +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/symon/files/symux-init.d,v 1.3 2012/09/13 07:07:53 pinkbyte Exp $ opts="${opts} reload" |