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

View File

@@ -1,8 +1,8 @@
// SPDX-License-Identifier: 0BSD, MIT
/* /*
* advotracker - Hotline tackingtool for Advocats * advotracker - Hotline tackingtool for Advocats
* *
* Copyright 2020 Ralf Zerres <ralf.zerres@networkx.de> * Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
* SPDX-License-Identifier: 0BSD, MIT
*/ */
#![warn(missing_docs, rust_2018_idioms, rust_2018_compatibility)] #![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> * Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
* SPDX-License-Identifier: (0BSD or MIT)
*/ */
// Rust nightly supports procedural macros! // 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> * Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
* SPDX-License-Identifier: (0BSD or MIT)
*/ */
use viperus::Viperus; 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; //use advotracker;
#[test] #[test]
fn integration_add_two() { fn integration_add_two() {
assert_eq!(4, advotracker_backend::add_two(2)); assert_eq!(4, advotracker_backend::add_two(2));
} }