diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-10-26 22:40:47 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-10-26 22:40:47 +0200 |
commit | 33d9d2b4c1e3a48285957780f7b84f53d193c2d0 (patch) | |
tree | 3798a87264c1db04814433295435fc9226d1c8e9 /src | |
parent | Merge pull request #4646 (diff) | |
parent | device_io_hid.cpp: fix copyright header (diff) | |
download | monero-33d9d2b4c1e3a48285957780f7b84f53d193c2d0.tar.xz |
Merge pull request #4672
62f94e1b device_io_hid.cpp: fix copyright header (moneromooo-monero)
Diffstat (limited to 'src')
-rw-r--r-- | src/device/device_io_hid.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/device/device_io_hid.cpp b/src/device/device_io_hid.cpp index 666255cb3..1aadfb9ea 100644 --- a/src/device/device_io_hid.cpp +++ b/src/device/device_io_hid.cpp @@ -1,3 +1,18 @@ +// Copyright (c) 2017-2018, The Monero Project +// +// All rights reserved. +// +// Redistribution and use in source and binary forms, with or without modification, are +// permitted provided that the following conditions are met: +// +// 1. Redistributions of source code must retain the above copyright notice, this list of +// conditions and the following disclaimer. +// +// 2. Redistributions in binary form must reproduce the above copyright notice, this list +// of conditions and the following disclaimer in the documentation and/or other +// materials provided with the distribution. +// +// 3. Neither the name of the copyright holder nor the names of its contributors may be // used to endorse or promote products derived from this software without specific // prior written permission. // |