Add LICENSE info to rfcommd.c. - rfcommd - RFCOMM daemon to run filters on clie… | |
git clone git://bitreich.org/rfcommd/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinw… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
LICENSE | |
--- | |
commit 107a84c50e32c5cf27dc37b9375c25211d764d18 | |
parent db7e150c57ed24474b8d241b143638c17ac6f38d | |
Author: Christoph Lohmann <[email protected]> | |
Date: Fri, 25 Mar 2022 19:19:35 +0100 | |
Add LICENSE info to rfcommd.c. | |
Diffstat: | |
M rfcommd.c | 5 +++-- | |
1 file changed, 3 insertions(+), 2 deletions(-) | |
--- | |
diff --git a/rfcommd.c b/rfcommd.c | |
@@ -1,6 +1,7 @@ | |
/* | |
- * RFCOMM DAEMON | |
- * Copied from rfcomm.c in bluez. | |
+ * See LICENSE for copyright details. | |
+ * | |
+ * Logic copied from rfcomm.c in bluez. | |
* SDP code from pybluez. | |
* | |
* Copy me if you can. |