diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..ce1c468 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,3 @@ +Andreas Neue +Florian Zink +Stefan Riepenhausen diff --git a/LICENSE b/LICENSE index b1c4e73..f76e763 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ MIT License Copyright (c) 2022 Andreas Neue +Copyright (c) 2022-23 the make-deploy authors (see CONTRIBUTORS) 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 diff --git a/README.md b/README.md index e1bd51c..50dd573 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A simple Makefile based deployment system. +make-deploy was initially hosted at https://git.dnix.de/an/make-deploy. Since it has become heavily used at chefkoch.de for system deployments, and lots of code is committed there, we moved the repo to https://git.chefkoch.net/pub/make-deploy. A mirror exists still at https://git.dnix.de/mirror/make-deploy. + +make-deploy is licensed under the terms of the MIT-License. See [LICENSE](LICENSE) for info. + ## Installation Clone make-deploy as a submodule into your repository: