diff --git a/LICENSE.txt b/LICENSE.txt index 08708abf..4d0f6899 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -jna-posix is released under a tri CPL/GPL/LGPL license. You can use it, +jnr-posix is released under a tri CPL/GPL/LGPL license. You can use it, redistribute it and/or modify it under the terms of the license of your choice. === Common Public License - v 1.0 diff --git a/README.txt b/README.txt index b8046ac4..a3461645 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1 @@ -jna-posix is a lightweight cross-platform POSIX emulation layer for Java, written in Java and leveraging the JNA library (https://jna.dev.java.net/). - -= Building - -JNA should build fine from within NetBeans. Otherwise, copy the file nbproject/private/private.properties.tmpl to nbproject/private/private.properties and edit it to point at a local junit.jar. The one mentioned in the template file is in the default location on Mac OS X with Xcode installed. +jnr-posix is a lightweight cross-platform POSIX emulation layer for Java, written in Java and is part of the JNR project (http://jnr.kenai.com)