mirror of https://github.com/Trivernis/vented.git
Add copyright to source files
Signed-off-by: trivernis <trivernis@protonmail.com>pull/1/head
parent
f4462356f6
commit
e62e841d47
@ -1,2 +1,8 @@
|
||||
/*
|
||||
* vented asynchronous event based tcp server
|
||||
* Copyright (C) 2020 trivernis
|
||||
* See LICENSE for more information
|
||||
*/
|
||||
|
||||
pub mod result;
|
||||
pub mod sync;
|
||||
|
Loading…
Reference in New Issue