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,8 +1,8 @@
// SPDX-License-Identifier: 0BSD, MIT
/*
* advotracker - Hotline tackingtool for Advocats
*
* Copyright 2019 Ralf Zerres <ralf.zerres@networkx.de>
* SPDX-License-Identifier: (0BSD or MIT)
* Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
*/
// module: db

View File

@@ -1,8 +1,8 @@
// SPDX-License-Identifier: 0BSD, MIT
/*
* advotracker - Hotline tackingtool for Advocats
*
* Copyright 2020 Ralf Zerres <ralf.zerres@networkx.de>
* SPDX-License-Identifier: 0BSD, MIT
* Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
*/
#![warn(missing_docs, rust_2018_idioms, rust_2018_compatibility)]

View File

@@ -1,7 +1,8 @@
/* advotracker infrastructure.
// SPDX-License-Identifier: 0BSD, MIT
/*
* advotracker - Hotline tackingtool for Advocats
*
* Copyright 2020 Ralf Zerres <ralf.zerres@networkx.de>
* SPDX-License-Identifier: (0BSD or MIT)
* Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
*/
// Rust nightly supports procedural macros!

View File

@@ -1,7 +1,8 @@
/* advotracker infrastructure.
// SPDX-License-Identifier: 0BSD, MIT
/*
* advotracker - Hotline tackingtool for Advocats
*
* Copyright 2020 Ralf Zerres <ralf.zerres@networkx.de>
* SPDX-License-Identifier: (0BSD or MIT)
* Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
*/
use viperus::Viperus;

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));
}