diff options
author | Timothy Pearson <tpearson@raptorengineering.com> | 2019-04-28 17:15:59 -0500 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-04-28 17:17:19 -0500 |
commit | e1e7c9e49df6b95a09a05c9256faf55d62f36985 (patch) | |
tree | c9c892616f1a4d36971f46e0a7bac49a76b39198 | |
parent | 4292ade2175ead2c8b6cfccfd2ae536c9326d845 (diff) | |
download | ulab-e1e7c9e49df6b95a09a05c9256faf55d62f36985.tar.gz ulab-e1e7c9e49df6b95a09a05c9256faf55d62f36985.zip |
Modify FPGA interface license to AGPL v3
-rw-r--r-- | fpga/serial/common/remote_access.v | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/fpga/serial/common/remote_access.v b/fpga/serial/common/remote_access.v index 5a37e86..3a52885 100644 --- a/fpga/serial/common/remote_access.v +++ b/fpga/serial/common/remote_access.v @@ -11,8 +11,11 @@ // // Dependencies: // -// (c) 2007-2013 Timothy Pearson, Raptor Engineering -// Released into the Public Domain +// (c) 2007-2019 Timothy Pearson, Raptor Engineering, LLC +// Licensed under the terms of the AGPL v3 +// +// For commercial licensing options, please contact: +// sales@raptorengineering.com // ////////////////////////////////////////////////////////////////////////////////// module remote_access( |