# License and Copyright This repository and its content are licensed under the Apache License, Version 2.0 (the "License"). You may not use content of this repository or its files except in compliance with the License. You may obtain a copy of the License at `http://www.apache.org/licenses/LICENSE-2.0` Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ## Mentioning this Copyright in own projects Please include this Copyright- and License-notice in your project. As suggested in the License, you may choose a separate file like "NOTICE" for this. Instead of copying the whole notice, you may copy only the following short version. ```text progressing https://github.com/dominicparga/progressing Copyright 2020 Dominic Parga Cacheiro License Apache-2.0 ``` ## Short description of some content This repository "progressing" is a lightweight, text-based, counting progress-bar for Rust. ## Dependencies ```text clap https://github.com/clap-rs/clap Copyright (c) 2015-2016 Kevin B. Knapp License MIT AND Apache-2.0 ``` ```text env_logger https://github.com/sebasmagri/env_logger Copyright (c) 2014 The Rust Project Developers License MIT/Apache-2.0 ``` ```text log https://github.com/rust-lang/log Copyright (c) 2014 The Rust Project Developers License MIT OR Apache-2.0 ```