From d01bcd8f7488d8e95f224c86c2f6feb6852a9106 Mon Sep 17 00:00:00 2001 From: Christian Daudt Date: Thu, 3 Aug 2023 09:01:26 -0700 Subject: [PATCH] misc: api-description.yml license aligned with delta-sharing In discussion with original author of delta-sharing-protocl-api-description.yml file (R. Tyler Croy), listing this file as AGPL 3.0 was a clerical error when it was brought over from its original project. This modification fixes the clerical error by removing the license information from the file, thus aligning it with the license of the project. This is being done at the request of the author. Here is the exchange with @rtyler that prompted this mod: " That's a good catch @Christian Daudt , I originally authored that file as part of riverbank, a rust delta-sharing server which I had originally licensed as AGPL before it entered the delta-incubator. When I updated to the Apache license I forgot about that little note, that's a clerical error and can be cleaned up. " Signed-off-by: Christian Daudt --- delta-sharing-protocl-api-description.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/delta-sharing-protocl-api-description.yml b/delta-sharing-protocl-api-description.yml index 3d1ca1c3f..68ba51bab 100644 --- a/delta-sharing-protocl-api-description.yml +++ b/delta-sharing-protocl-api-description.yml @@ -7,9 +7,6 @@ info: title: Delta Sharing Protocol contact: email: "" - license: - name: "AGPL v3.0" - url: "https://www.gnu.org/licenses/agpl-3.0.en.html" servers: - url: 'http://localhost:8000/api/v1'