Update copyright and year
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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)]
|
||||||
|
|||||||
@@ -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!
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user