2411: Add copyright notices to everything.
[arvados.git] / services / api / app / models / database_seeds.rb
index 5a6d8750f564cff6d2a53cf332a5d672b6cfec38..6e7ab9b07677421ca76dcd6ddb57bc98ff8cb7a8 100644 (file)
@@ -1,12 +1,16 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class DatabaseSeeds
-  include CurrentApiClient
+  extend CurrentApiClient
   def self.install
     system_user
     system_group
     all_users_group
     anonymous_group
+    anonymous_group_read_permission
     anonymous_user
     empty_collection
   end
 end
-