From aa9e9dd96e2b49515abafa0b6599b4a10556051c Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Wed, 6 Dec 2017 01:08:33 +0100 Subject: [PATCH] feat(All): Update README and add CoC --- LICENSE | 2 +- README.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index e60e4b9..a9d4a88 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2014 Alexis Mousset +Copyright (c) 2014-2017 Alexis Mousset Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated diff --git a/README.md b/README.md index 1d0cdc5..844ab7e 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ lettre = "0.7" The tests require an open mail server listening locally on port 2525 and the `sendmail` command. +## Code of conduct + +Anyone who interacts with Lettre in any space, including but not limited to +this GitHub repository, must follow our [code of conduct](https://github.com/lettre/lettre/blob/master/CODE_OF_CONDUCT.md). + ## License This program is distributed under the terms of the MIT license.