Skip to content

Commit 05d4c2e

Browse files
author
ronen
committed
updating README and adding CI
1 parent 1388f3c commit 05d4c2e

File tree

4 files changed

+51
-35
lines changed

4 files changed

+51
-35
lines changed

.classpath

-10
This file was deleted.

.project

-23
This file was deleted.

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: java
2+
jdk:
3+
- oraclejdk7
4+
before_install:
5+
- sudo apt-get -qq update
6+
- sudo apt-get install -y nmap
7+
- sudo ln -s /usr/bin/nmap /usr/local/bin/nmap
8+
script:
9+
- sudo /usr/local/maven/bin/mvn clean install

README.md

+42-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,44 @@
11
# Intro
2-
A Java nmap wrapper, this is a mirror of [sourceforge](http://sourceforge.net/apps/mediawiki/nmap4j/index.php?title=Main_Page#Nmap4j) repo.
2+
A Java nmap wrapper
33

4-
Note that I (narkisr) am not the original author (I just like github better then source forge), please check the sourceforge page and its author.
4+
[![Build Status](https://travis-ci.org/narkisr/nmap4j.png)](https://travis-ci.org/narkisr/nmap4j)
5+
6+
7+
# Note
8+
9+
This is a fork of [sourceforge](https://sourceforge.net/projects/nmap4j/?source=directory) repo, please check the original author work.
10+
11+
# License
12+
13+
Copyright (c) 2010, nmap4j.org
14+
15+
All rights reserved.
16+
17+
This license covers only the Nmap4j library. To use this library with
18+
Nmap, you must also comply with Nmap's license. Including Nmap within
19+
commercial applications or appliances generally requires the purchase
20+
of a commercial Nmap license (see http://nmap.org/book/man-legal.html).
21+
22+
Redistribution and use in source and binary forms, with or without
23+
modification, are permitted provided that the following conditions are met:
24+
25+
* Redistributions of source code must retain the above copyright notice,
26+
this list of conditions and the following disclaimer.
27+
* Redistributions in binary form must reproduce the above copyright
28+
notice, this list of conditions and the following disclaimer in the
29+
documentation and/or other materials provided with the distributioan.
30+
* Neither the name of the nmap4j.org nor the names of its contributors
31+
may be used to endorse or promote products derived from this software
32+
without specific prior written permission.
33+
34+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
35+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
37+
ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
38+
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
39+
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
40+
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
41+
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
42+
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
43+
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
44+
POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)