From a488feedd923f5c9c19e78d9f53b2a60c0a0f6e9 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Thu, 12 Apr 2018 17:14:36 +1000 Subject: [PATCH] Clarify status for the machine generated files Signed-off-by: Ronnie Sahlberg --- COPYING | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/COPYING b/COPYING index 17a553e..8d02122 100644 --- a/COPYING +++ b/COPYING @@ -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-.[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