From 04ff0e26acddf094d67446ee599759c39712d728 Mon Sep 17 00:00:00 2001 From: Adam H Griffith Date: Mon, 6 Mar 2023 11:23:19 -0700 Subject: [PATCH] Added license badge to README.md. --- LICENSE.GPL2 => LICENSE | 0 README.md | 3 +++ 2 files changed, 3 insertions(+) rename LICENSE.GPL2 => LICENSE (100%) diff --git a/LICENSE.GPL2 b/LICENSE similarity index 100% rename from LICENSE.GPL2 rename to LICENSE diff --git a/README.md b/README.md index dcf75b7..e20e8df 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Arbiter2 + +[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) + Arbiter2 monitors and protects interactive nodes with [cgroups](https://en.wikipedia.org/wiki/Cgroups). It records the activity on nodes, automatically sets limits on the resources available to each user, and notifies users and administrators by email when users are penalized for using excessive resources. Arbiter2 can also optionally synchronize these penalties and the states of users across interactive nodes. A technical paper has been written on the program and is [available on the ACM Digital Library](https://doi.org/10.1145/3332186.3333043) and the [primary author's homepage](https://dylngg.github.io/resources/arbiterTechPaper.pdf). Arbiter2 is written by the [University of Utah Center for High Performance Computing](https://www.chpc.utah.edu/), with some contributions from [Idaho National Laboratory](https://inl.gov).