2411: add copyright headers to our R files.
[arvados.git] / sdk / R / R / autoGenAPI.R
index 6db28f9dac63c070df26023da66c87e9b0124d67..3e8c2fa0cf2b1494c33a7246a9f97a8669a3b514 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 getAPIDocument <- function(){
     url <- "https://4xphq.arvadosapi.com/discovery/v1/apis/arvados/v1/rest"
     serverResponse <- httr::RETRY("GET", url = url)