11927: Eliminate unnecessary use of selenium.
[arvados.git] / services / login-sync / arvados-login-sync.gemspec
index 2f95a55c55f45c65b3fe767961e562f9006f554c..28ae431669b05cd21521e3211f68af1c58e5d35d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 if not File.exists?('/usr/bin/git') then
   STDERR.puts "\nGit binary not found, aborting. Please install git and run gem build from a checked out copy of the git repository.\n\n"
   exit
@@ -15,7 +19,7 @@ Gem::Specification.new do |s|
   s.authors     = ["Arvados Authors"]
   s.email       = 'gem-dev@curoverse.com'
   s.licenses    = ['GNU Affero General Public License, version 3.0']
-  s.files       = ["bin/arvados-login-sync"]
+  s.files       = ["bin/arvados-login-sync", "agpl-3.0.txt"]
   s.executables << "arvados-login-sync"
   s.required_ruby_version = '>= 2.1.0'
   s.add_runtime_dependency 'arvados', '~> 0.1', '>= 0.1.20150615153458'