|
| 1 | +# Packit -- network injection and capture tool |
1 | 2 | # |
2 | | -# author: Darren Bounds <[email protected]> |
3 | | -# copyright: Copyright (C) 2002 by Darren Bounds |
4 | | -# license: This software is under GPL version 2 of license |
| 3 | +# Original author: Darren Bounds <[email protected]> |
5 | 4 | # |
6 | | -# This program is free software; you can redistribute it and/or modify |
7 | | -# it under the terms of the GNU General Public License as published by |
8 | | -# the Free Software Foundation; either version 2 of the License, or |
9 | | -# (at your option) any later version. |
| 5 | +# Copyright 2002 Darren Bounds <[email protected]> |
| 6 | +# |
| 7 | +# This program is free software; you can redistribute it and/or |
| 8 | +# modify it under the terms of the GNU General Public License |
| 9 | +# as published by the Free Software Foundation; either version 2 |
| 10 | +# of the License, or (at your option) any later version. |
10 | 11 | # |
11 | 12 | # This program is distributed in the hope that it will be useful, |
12 | 13 | # but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
15 | 16 | # |
16 | 17 | # You should have received a copy of the GNU General Public License |
17 | 18 | # along with this program; if not, write to the Free Software |
18 | | -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | | -# |
20 | | -# packit official page at http://packit.sourceforge.net |
| 19 | +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, |
| 20 | +# MA 02110-1301, USA. |
21 | 21 | # |
| 22 | +# packit official page at https://github.com/eribertomota/packit |
22 | 23 |
|
23 | 24 | man_MANS = packit.8 |
24 | 25 |
|
|
0 commit comments