Update copyright and year

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2021-05-23 14:38:58 +02:00
parent f9eeb4b6bc
commit f690959f0d
5 changed files with 118 additions and 110 deletions

View File

@@ -1,7 +1,13 @@
// SPDX-License-Identifier: 0BSD, MIT
/*
* advotracker - Hotline tackingtool for Advocats
*
* Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
*/
//use advotracker;
#[test]
fn integration_add_two() {
assert_eq!(4, advotracker_backend::add_two(2));
}