X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/a59152e34814f453a7380e68a55534e2f8922d57..58a5c00401ff6d2b669cce93aaf040ab17341c8d:/apps/workbench/Rakefile diff --git a/apps/workbench/Rakefile b/apps/workbench/Rakefile index 10fafae5e6..037f9013ac 100644 --- a/apps/workbench/Rakefile +++ b/apps/workbench/Rakefile @@ -1,7 +1,11 @@ #!/usr/bin/env rake +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + # Add your own tasks in files placed in lib/tasks ending in .rake, # for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. require File.expand_path('../config/application', __FILE__) -Vcffarm::Application.load_tasks +ArvadosWorkbench::Application.load_tasks