Fix licensing issues
authorJavier Bértoli <jbertoli@curii.com>
Fri, 19 Nov 2021 10:55:16 +0000 (07:55 -0300)
committerJavier Bértoli <jbertoli@curii.com>
Fri, 19 Nov 2021 19:25:24 +0000 (16:25 -0300)
Arvados-DCO-1.1-Signed-off-by: Javier Bértoli <jbertoli@curii.com>

.gitlab-ci.yml
.licenseignore
.pre-commit-config.yaml
.salt-lint
Gemfile
bin/install-hooks
bin/kitchen
test/integration/repo/controls/repo_spec.rb
test/integration/shell/controls/repo_spec.rb

index 2d6bc2dc7073a578f224d22059d29fbf0ece4253..bd3fe29996dbab5685fd1267e2d0ccf461421b3f 100644 (file)
@@ -1,5 +1,9 @@
 # -*- coding: utf-8 -*-
 # vim: ft=yaml
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 ---
 ###############################################################################
 # Define all YAML node anchors
index e3bce7db5a8a6d6ad1e1bd506f24e597f9004590..3f41355784f3ecf1b5ac2aaeb165be5394d05fa8 100644 (file)
@@ -5,3 +5,4 @@
 
 arvados/ruby/package/files/default/gpg-michal-papis-409B6B1796C275462A1703113804BB82D39DC0E3.key
 arvados/ruby/package/files/default/gpg-piotr-kuczynski-7D2BAF1CF37B13E2069D6956105BD0E739499BDB.key
+Gemfile*
index 74381e22b1f3335298cf6572d3613ee15ea91b7f..efe2160d7b0562886b5974acfed069feae50e295 100644 (file)
@@ -1,5 +1,9 @@
 # -*- coding: utf-8 -*-
 # vim: ft=yaml
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 ---
 # See https://pre-commit.com for more information
 # See https://pre-commit.com/hooks.html for more hooks
index cfa12cf9069f1792924257b36be662eeec2e74de..059eb0a9171daac0ec5293501c0a41716181c48b 100644 (file)
@@ -1,5 +1,9 @@
 # -*- coding: utf-8 -*-
 # vim: ft=yaml
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
 ---
 exclude_paths: []
 rules:
diff --git a/Gemfile b/Gemfile
index 9774aac8e5d7782a21a6964280b52743e41ba19b..bd28ddfa0e8292d10895fb6b60e7e200f4465e90 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 # frozen_string_literal: true
 
 source 'https://rubygems.org'
index 840bb6c5c5244206a03e37e4c57b2e872aa2dfec..8348574959581e00c51945fc32ddd5ecc1e24e20 100755 (executable)
@@ -1,4 +1,9 @@
 #!/usr/bin/env sh
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 set -o nounset # Treat unset variables as an error and immediately exit
 set -o errexit # If a command fails exit the whole script
 
index dcfdb4ca766d2dc652151e64e779d4232cd3b43d..981b8990475ec753586e617dd1218c10e27f5357 100755 (executable)
@@ -1,4 +1,9 @@
 #!/usr/bin/env ruby
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 # frozen_string_literal: true
 
 #
index c11253810f01d5a153d471eceacaaeeba63cfcb7..601119f2ba15088487dd6ef4137ca1931223e6f2 100644 (file)
@@ -1,9 +1,9 @@
-# frozen_string_literal: true
-
 # Copyright (C) The Arvados Authors. All rights reserved.
 #
 # SPDX-License-Identifier: Apache-2.0
 
+# frozen_string_literal: true
+
 case os[:name]
 when 'centos'
   repo_file = '/etc/yum.repos.d/arvados.repo'
index 0fdbdff78608ac784b282e1979653a98f4b7423e..a9dc3cbf86fed8424e339ca7755210cbc5f327cb 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 # frozen_string_literal: true
 
 case os[:name]