From 1e256c9ebeea4e4a2e6705ac47f60f153aafcbae Mon Sep 17 00:00:00 2001 From: scoobybejesus Date: Sun, 25 Aug 2019 23:42:33 -0400 Subject: [PATCH] Corrected full URL of LEGAL.txt. --- src/account.rs | 2 +- src/cli_user_choices.rs | 2 +- src/core_functions.rs | 2 +- src/create_lots_mvmts.rs | 2 +- src/csv_export.rs | 2 +- src/csv_import_accts_txns.rs | 2 +- src/decimal_utils.rs | 2 +- src/import_cost_proceeds_etc.rs | 2 +- src/main.rs | 2 +- src/string_utils.rs | 2 +- src/tests/mod.rs | 2 +- src/tests/test.rs | 2 +- src/transaction.rs | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/account.rs b/src/account.rs index a2d0e84..5897639 100644 --- a/src/account.rs +++ b/src/account.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use std::rc::{Rc, Weak}; use std::cell::{Cell, RefCell}; diff --git a/src/cli_user_choices.rs b/src/cli_user_choices.rs index 5a71177..956dd6e 100644 --- a/src/cli_user_choices.rs +++ b/src/cli_user_choices.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use std::error::Error; use std::io::{self, BufRead}; diff --git a/src/core_functions.rs b/src/core_functions.rs index d994b96..ffe0c8c 100644 --- a/src/core_functions.rs +++ b/src/core_functions.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use std::path::PathBuf; use std::error::Error; diff --git a/src/create_lots_mvmts.rs b/src/create_lots_mvmts.rs index 474e973..107d3ae 100644 --- a/src/create_lots_mvmts.rs +++ b/src/create_lots_mvmts.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use std::rc::{Rc}; use std::cell::{RefCell, Ref, Cell}; diff --git a/src/csv_export.rs b/src/csv_export.rs index 443ca08..e8eed70 100644 --- a/src/csv_export.rs +++ b/src/csv_export.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use std::rc::{Rc}; use std::fs::File; diff --git a/src/csv_import_accts_txns.rs b/src/csv_import_accts_txns.rs index ddf1391..62e5cdb 100644 --- a/src/csv_import_accts_txns.rs +++ b/src/csv_import_accts_txns.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use std::error::Error; use std::process; diff --git a/src/decimal_utils.rs b/src/decimal_utils.rs index 4b7a6ce..afdf679 100644 --- a/src/decimal_utils.rs +++ b/src/decimal_utils.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use decimal::d128; diff --git a/src/import_cost_proceeds_etc.rs b/src/import_cost_proceeds_etc.rs index 5cf44cb..53df3b7 100644 --- a/src/import_cost_proceeds_etc.rs +++ b/src/import_cost_proceeds_etc.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use std::collections::{HashMap}; diff --git a/src/main.rs b/src/main.rs index da29a09..199f8fc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt #![allow(dead_code)] #![allow(unused_variables)] diff --git a/src/string_utils.rs b/src/string_utils.rs index 87b4a7c..e8045cc 100644 --- a/src/string_utils.rs +++ b/src/string_utils.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt pub fn trim_newline(s: &mut String) { if s.ends_with('\n') { diff --git a/src/tests/mod.rs b/src/tests/mod.rs index bd93356..3b05ddb 100644 --- a/src/tests/mod.rs +++ b/src/tests/mod.rs @@ -1,4 +1,4 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt pub mod test; diff --git a/src/tests/test.rs b/src/tests/test.rs index 6f00883..67d034c 100644 --- a/src/tests/test.rs +++ b/src/tests/test.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use std::fs; use std::collections::{HashMap}; diff --git a/src/transaction.rs b/src/transaction.rs index da375f4..65ddc7f 100644 --- a/src/transaction.rs +++ b/src/transaction.rs @@ -1,5 +1,5 @@ // Copyright (c) 2017-2019, scoobybejesus -// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/LEGAL.txt +// Redistributions must include the license: https://github.com/scoobybejesus/cryptools-rs/blob/master/LEGAL.txt use std::rc::{Rc}; use std::cell::{RefCell};