17417: Merge branch 'main' into 17417-add-arm64
[arvados.git] / services / api / script / arvados-git-sync.rb
index b78553491715bf6aa85ea5615bbbdb39392e0a95..ad6aaf9eb567205498a5e5c1b8dd4b61202e0f52 100755 (executable)
@@ -1,4 +1,7 @@
 #!/usr/bin/env ruby
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
 
 require 'rubygems'
 require 'pp'
@@ -9,7 +12,7 @@ require 'fileutils'
 
 # This script does the actual gitolite config management on disk.
 #
-# Ward Vandewege <ward@curoverse.com>
+# Ward Vandewege <ward@curii.com>
 
 # Default is development
 production = ARGV[0] == "production"