2411: add copyright headers to our R files.
[arvados.git] / sdk / R / tests / testthat / test-ArvadosFile.R
index 90cc1499d674df18f075876c4e2ba0bf028f06e7..fb14888aab91b982d88dbdddca0be9589f757fb8 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("ArvadosFile")
@@ -268,4 +272,4 @@ test_that("move moves arvados file inside collection tree", {
 
     expect_that(dogIsNullOnOldLocation, is_true())
     expect_that(dogExistsOnNewLocation, is_true())
-}) 
+})