diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs index ca58055..37ddb5e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,3 +1,8 @@ +// Copyright (c) 2016 Teddy Wing +// +// This file is licensed under the GNU GPLv3+. Please see the COPYING +// file for more information. + extern crate clipboard; extern crate rustty; |