2411: add copyright headers to our R files.
[arvados.git] / sdk / R / tests / testthat / test-Subcollection.R
index 1b141e10514c91e3db63ad0368989141137726ff..e025586c58a968f6c0d61a47512087a69d601635 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 source("fakes/FakeRESTService.R")
 
 context("Subcollection")
@@ -353,4 +357,4 @@ test_that(paste("getSizeInBytes delegates size calculation",
     resourceSize <- animal$getSizeInBytes()
 
     expect_that(resourceSize, equals(100))
-}) 
+})