From 84f5cc43885213c05b0199af88b8a176ba341612 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 11 Jun 2018 22:21:58 +0900 Subject: [PATCH] Added an AUTHORS file. Closes #315 (#316) --- AUTHORS | 11 +++++++++++ LICENSE | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 AUTHORS diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..59562653b --- /dev/null +++ b/AUTHORS @@ -0,0 +1,11 @@ +# This is the list of authors of tantivy for copyright purposes. +Paul Masurel +Laurentiu Nicola +Dru Sellers +Ashley Mannix +Michael J. Curry +Jason Wolfe +# As an employee of Google I am required to add Google LLC +# in the list of authors, but this project is not affiliated to Google +# in any other way. +Google LLC diff --git a/LICENSE b/LICENSE index 31aa15c4c..7b1fc849b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2018 by Paul Masurel, Google LLC +Copyright (c) 2018 by the project authors, as listed in the AUTHORS file. 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: