Update copyright and year
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: 0BSD, MIT
|
||||||
|
/*
|
||||||
|
* advotracker - Hotline tackingtool for Advocats
|
||||||
|
*
|
||||||
|
* Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
|
||||||
|
*/
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
println!("hey cargo");
|
println!("hey cargo");
|
||||||
//println!("cargo:rustc-link-lib=dylib=advotracker_db.so");
|
//println!("cargo:rustc-link-lib=dylib=advotracker_db.so");
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
DROP INDEX IF EXISTS NumberHarm_ix_numberHarm;
|
DROP INDEX IF EXISTS NumberHarm_ix_numberHarm;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
-- echo ".read <this_file> |
|
-- echo ".read <this_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)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#![warn(missing_debug_implementation, missing_docs, rust_2018_compatibility, rust_2018_idioms)]
|
#![warn(missing_debug_implementation, missing_docs, rust_2018_compatibility, rust_2018_idioms)]
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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 or MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use crate::schema::claim;
|
use crate::schema::claim;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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 or MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use chrono::NaiveDateTime;
|
use chrono::NaiveDateTime;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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 or MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use crate::schema::*;
|
use crate::schema::*;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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 or MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/// defining roles
|
/// defining roles
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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 or MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use chrono::NaiveDateTime;
|
use chrono::NaiveDateTime;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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 or MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// bring models into scope
|
// bring models into scope
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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 or MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use crate::schema::user_roles;
|
use crate::schema::user_roles;
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
// SPDX-License-Identifier: (0BSD or 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 or MIT)
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
use chrono::NaiveDateTime;
|
use chrono::NaiveDateTime;
|
||||||
|
|||||||
@@ -1,3 +1,10 @@
|
|||||||
|
// SPDX-License-Identifier: 0BSD, MIT
|
||||||
|
/*
|
||||||
|
* advotracker - Hotline tackingtool for Advocats
|
||||||
|
*
|
||||||
|
* Copyright 2020-2021 Ralf Zerres <ralf.zerres@networkx.de>
|
||||||
|
*/
|
||||||
|
|
||||||
#![allow(missing_docs)]
|
#![allow(missing_docs)]
|
||||||
|
|
||||||
table! {
|
table! {
|
||||||
|
|||||||
Reference in New Issue
Block a user