diff options
Diffstat (limited to '')
-rw-r--r-- | src/utils/push.rs | 4 |
1 files changed, 4 insertions, 0 deletions
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; |