commit 12ea912df1eddacf2aeb7621e319cb2fdc3a0200
parent dfd5fe208b2c584031585424945fd50295af4982
Author: Kirill Elagin <kirelagin@gmail.com>
Date: Wed, 31 Mar 2021 20:02:42 -0400
parent dfd5fe208b2c584031585424945fd50295af4982
Author: Kirill Elagin <kirelagin@gmail.com>
Date: Wed, 31 Mar 2021 20:02:42 -0400
Add contributors to the MIT copyright notice MIT is a terrible license and, in particular, it makes it really hard to attribute authorship when there are multiple contributors / copyright owners. I have no idea how to do this properly, so let’s try it this way.
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/LICENSE b/LICENSE @@ -1,4 +1,5 @@ -Copyright 2019 Kirill Elagin <https://kir.elagin.me/> +Copyright 2019–2021 Kirill Elagin <https://kir.elagin.me/> +Copyright 2019–2021 nix-dns contributors (as listed in individual files) 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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
diff --git a/LICENSES/MIT.txt b/LICENSES/MIT.txt @@ -1,4 +1,5 @@ -Copyright 2019 Kirill Elagin <https://kir.elagin.me/> +Copyright 2019–2021 Kirill Elagin <https://kir.elagin.me/> +Copyright 2019–2021 nix-dns contributors (as listed in individual files) 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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: