ducky/devices
2015-11-14
Parent:b6494e1a499e
ducky/devices/vendor/golang.org/x/net/PATENTS
Add more interface tests. Add a test to ensure that, when retrieving Devices, no error is returned if a Device cannot be found. Add a test to ensure that, when adding Devices, adding a Device that shares an ID with a Device already in the Storer returns an ErrDeviceAlreadyExists error. This involved creating the ErrDeviceAlreadyExists error, and modifying the in-memory implementation to properly return it. Fix a go vet issue in our previous test, wherein we forgot to pass the storer to a log message, resulting in a mismatch between the number of variables expected and the number of variables provided. Rename our tests to be better reflective of what they actually test.
| paddy@0 | 1 Additional IP Rights Grant (Patents) |
| paddy@0 | 2 |
| paddy@0 | 3 "This implementation" means the copyrightable works distributed by |
| paddy@0 | 4 Google as part of the Go project. |
| paddy@0 | 5 |
| paddy@0 | 6 Google hereby grants to You a perpetual, worldwide, non-exclusive, |
| paddy@0 | 7 no-charge, royalty-free, irrevocable (except as stated in this section) |
| paddy@0 | 8 patent license to make, have made, use, offer to sell, sell, import, |
| paddy@0 | 9 transfer and otherwise run, modify and propagate the contents of this |
| paddy@0 | 10 implementation of Go, where such license applies only to those patent |
| paddy@0 | 11 claims, both currently owned or controlled by Google and acquired in |
| paddy@0 | 12 the future, licensable by Google that are necessarily infringed by this |
| paddy@0 | 13 implementation of Go. This grant does not include claims that would be |
| paddy@0 | 14 infringed only as a consequence of further modification of this |
| paddy@0 | 15 implementation. If you or your agent or exclusive licensee institute or |
| paddy@0 | 16 order or agree to the institution of patent litigation against any |
| paddy@0 | 17 entity (including a cross-claim or counterclaim in a lawsuit) alleging |
| paddy@0 | 18 that this implementation of Go or any code incorporated within this |
| paddy@0 | 19 implementation of Go constitutes direct or contributory patent |
| paddy@0 | 20 infringement, or inducement of patent infringement, then any patent |
| paddy@0 | 21 rights granted to you under this License for this implementation of Go |
| paddy@0 | 22 shall terminate as of the date such litigation is filed. |