Skip to content

Commit

Permalink
Clarify status for the machine generated files
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Apr 12, 2018
1 parent 319b080 commit a488fee
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,20 @@ The protocol definition, .x, files
These are based on old RFCs and studying how wireshark dissects various packets.
These are distributed under the simplified BSD licence.

The files generated from the .x files
=====================================
The files that are generated from the .x sources,
i.e. */libnfs-raw-<protocol>.[ch]
can be considered to be distributed under the simplified BSD licence.

These files are only provided as a convenience, so that you do not need to
install and run rpcgen on the *.x files locally.
If you disagree with the simplified BSD licence I provide them under
then just delete them and then generate identical copies of these files yourself
using "make compile_rpc" in each protocol subdirectory.

Then you can pick whatever licence you want on those files.

The examples directory
================================
The utility and example applications using this library, i.e. the
Expand Down

0 comments on commit a488fee

Please sign in to comment.