diff options
| author | Jake Mannens <jakem_5@hotmail.com> | 2016-04-05 13:52:34 +1000 |
|---|---|---|
| committer | Jake Mannens <jakem_5@hotmail.com> | 2016-04-05 13:52:34 +1000 |
| commit | 65ce53bab412623b6b7b39f2fba3536619175537 (patch) | |
| tree | b038ee9203db4e922289e3b683c83e044edb1c1e /package/usr | |
new file: Makefile
new file: build.sh
new file: man/flood.1.pod
new file: package/DEBIAN/control
new file: package/usr/share/doc/flood/README.gz
new file: package/usr/share/doc/flood/changelog.gz
new file: package/usr/share/doc/flood/copyright
new file: package/usr/share/man/man1/flood.1.gz
new file: source/Makefile
new file: source/flood.c
new file: version
Diffstat (limited to 'package/usr')
| -rw-r--r-- | package/usr/share/doc/flood/README.gz | bin | 0 -> 447 bytes | |||
| -rw-r--r-- | package/usr/share/doc/flood/changelog.gz | bin | 0 -> 184 bytes | |||
| -rw-r--r-- | package/usr/share/doc/flood/copyright | 20 | ||||
| -rw-r--r-- | package/usr/share/man/man1/flood.1.gz | bin | 0 -> 2881 bytes |
4 files changed, 20 insertions, 0 deletions
diff --git a/package/usr/share/doc/flood/README.gz b/package/usr/share/doc/flood/README.gz Binary files differnew file mode 100644 index 0000000..567707c --- /dev/null +++ b/package/usr/share/doc/flood/README.gz diff --git a/package/usr/share/doc/flood/changelog.gz b/package/usr/share/doc/flood/changelog.gz Binary files differnew file mode 100644 index 0000000..a2e7cbe --- /dev/null +++ b/package/usr/share/doc/flood/changelog.gz diff --git a/package/usr/share/doc/flood/copyright b/package/usr/share/doc/flood/copyright new file mode 100644 index 0000000..58f4a50 --- /dev/null +++ b/package/usr/share/doc/flood/copyright @@ -0,0 +1,20 @@ +Files: * +Copyright: 2016-2017 Jake Mannens +License: + + This package 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 of the License, or + (at your option) any later version. + + This package 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 this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. diff --git a/package/usr/share/man/man1/flood.1.gz b/package/usr/share/man/man1/flood.1.gz Binary files differnew file mode 100644 index 0000000..64f9b5b --- /dev/null +++ b/package/usr/share/man/man1/flood.1.gz |
