2411: add copyright headers to our R files.
[arvados.git] / sdk / R / R / Subcollection.R
index 863e3f768f778880d7396a159a66f04e57d48fe6..60714a4ad835b9bc201fb780bb38b5fb8a81461c 100644 (file)
@@ -1,9 +1,13 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 source("./R/util.R")
 
 #' Subcollection
 #' 
 #' Subcollection class represents a folder inside Arvados collection.
-#' It is essentially a composite of ArvadosFiles and other Subcollections.
+#' It is essentially a composite of arvadosFiles and other subcollections.
 #' 
 #' @section Usage:
 #' \preformatted{subcollection = Subcollection$new(name)}