diff options
author | Robin Jarry <robin@jarry.cc> | 2022-02-06 16:03:28 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-02-06 16:04:15 +0100 |
commit | 9fba8d9cbd4d8543fd35bddc0d64cc6f1a96ce00 (patch) | |
tree | 4d88ed74540bd21f448d2875c7e859087bb65c14 /LICENSE | |
parent | db1c03f0e614b88dddba62063b6f92b47c7de08b (diff) | |
download | aerc-9fba8d9cbd4d8543fd35bddc0d64cc6f1a96ce00.tar.gz |
LICENSE: add license name
It is not obvious by reading the license text that aerc is distributed
under the MIT license. Explicitly state it.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'LICENSE')
-rw-r--r-- | LICENSE | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ Copyright (c) 2018-2019 Drew DeVault -Copyright (c) 2021 Robin Jarry +Copyright (c) 2021-2022 Robin Jarry + +The MIT License Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in |