[ARVADOS] updated: 2.1.0-525-g82b4f21fa

Git user git at public.arvados.org
Mon Mar 22 15:03:12 UTC 2021


Summary of changes:
 sdk/go/httpserver/logger.go      | 2 +-
 sdk/go/httpserver/logger_test.go | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

       via  82b4f21fa921d0a165393c795d76ff4ca7164a4f (commit)
      from  9aae71fdbdf2c923f792a2fb064c11091b19f3dd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 82b4f21fa921d0a165393c795d76ff4ca7164a4f
Author: Ward Vandewege <ward at curii.com>
Date:   Mon Mar 22 11:02:16 2021 -0400

    Change the license of 2 files in the Go SDK to Apache 2, they were
    erroneously marked as AGPL 3.
    
    No issue #
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/sdk/go/httpserver/logger.go b/sdk/go/httpserver/logger.go
index 5336488df..78a1f77ad 100644
--- a/sdk/go/httpserver/logger.go
+++ b/sdk/go/httpserver/logger.go
@@ -1,6 +1,6 @@
 // Copyright (C) The Arvados Authors. All rights reserved.
 //
-// SPDX-License-Identifier: AGPL-3.0
+// SPDX-License-Identifier: Apache-2.0
 
 package httpserver
 
diff --git a/sdk/go/httpserver/logger_test.go b/sdk/go/httpserver/logger_test.go
index 7d5eb2b64..af45a640c 100644
--- a/sdk/go/httpserver/logger_test.go
+++ b/sdk/go/httpserver/logger_test.go
@@ -1,6 +1,6 @@
 // Copyright (C) The Arvados Authors. All rights reserved.
 //
-// SPDX-License-Identifier: AGPL-3.0
+// SPDX-License-Identifier: Apache-2.0
 
 package httpserver
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list