From 7b8e0107ce155cbc8c509fcfa30b3579f8dd11bf Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Wed, 10 Apr 2024 17:31:04 +0200 Subject: [PATCH] Add `AUTHORS` (#42) We add the file `AUTHORS` to clearly list the authors bearing the copyright. We follow the structure of the Chromium project, see [this StackExchange question]. [this StackExchange question]: https://opensource.stackexchange.com/questions/4960/can-a-team-be-the-copyright-holder-mit --- AUTHORS | 1 + LICENSE | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..bed4bae --- /dev/null +++ b/AUTHORS @@ -0,0 +1 @@ +Marko Ristin (marko@ristin.ch, marko.ristin@gmail.com, rist@zhaw.ch) for Zurich University of Applied Sciences (ZHAW) diff --git a/LICENSE b/LICENSE index 7094b72..f76a5b6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,8 +1,6 @@ MIT License -Copyright (c) 2021 Marko Ristin -Copyright (c) 2021 Nico Braunisch -Copyright (c) 2021 Robert Lehmann +Copyright (c) 2023 aas-package3-csharp AUTHORS Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -21,3 +19,5 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +Please see the file AUTHORS for the full list of the authors of aas-package3-csharp.