diff options
author | notgne2 | 2020-09-29 21:27:52 -0700 |
---|---|---|
committer | notgne2 | 2020-09-29 21:27:52 -0700 |
commit | 05a997558400f093c7278decd6300ce09044227b (patch) | |
tree | 9600f882d720a9d00de7c28fad6993d2b5fc5007 /src/utils | |
parent | a0328dbcf76b7c551e92fd25060cfc7d7e4d9ebe (diff) | |
parent | 8d21dd335e5259dadf832a5d1a7c72b9dd1f4400 (diff) |
Merge branch 'master' of github.com:notgne2/deploy-rs into master
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/data.rs | 4 | ||||
-rw-r--r-- | src/utils/deploy.rs | 4 | ||||
-rw-r--r-- | src/utils/mod.rs | 4 | ||||
-rw-r--r-- | src/utils/push.rs | 4 |
4 files changed, 16 insertions, 0 deletions
diff --git a/src/utils/data.rs b/src/utils/data.rs index 0753508..d1dae5b 100644 --- a/src/utils/data.rs +++ b/src/utils/data.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> +// +// SPDX-License-Identifier: MPL-2.0 + use merge::Merge; use std::collections::HashMap; diff --git a/src/utils/deploy.rs b/src/utils/deploy.rs index c44c0d3..9c258fd 100644 --- a/src/utils/deploy.rs +++ b/src/utils/deploy.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> +// +// SPDX-License-Identifier: MPL-2.0 + use super::data; use tokio::process::Command; diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 8861692..5802627 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> +// +// SPDX-License-Identifier: MPL-2.0 + use std::borrow::Cow; use std::path::PathBuf; diff --git a/src/utils/push.rs b/src/utils/push.rs index 0e1b9ba..c87c32b 100644 --- a/src/utils/push.rs +++ b/src/utils/push.rs @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2020 Serokell <https://serokell.io/> +// +// SPDX-License-Identifier: MPL-2.0 + use super::data; use std::process::Stdio; |