14873: Adds missing copyright notices
authorLucas Di Pentima <ldipentima@veritasgenetics.com>
Fri, 22 Mar 2019 16:40:36 +0000 (13:40 -0300)
committerLucas Di Pentima <ldipentima@veritasgenetics.com>
Fri, 22 Mar 2019 16:40:36 +0000 (13:40 -0300)
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima@veritasgenetics.com>

18 files changed:
services/api/bin/bundle
services/api/bin/rails
services/api/bin/rake
services/api/bin/setup
services/api/bin/update
services/api/config/cable.yml
services/api/config/initializers/application_controller_renderer.rb
services/api/config/initializers/assets.rb
services/api/config/initializers/cookies_serializer.rb
services/api/config/initializers/filter_parameter_logging.rb
services/api/config/initializers/new_framework_defaults.rb
services/api/config/puma.rb
services/api/config/secrets.yml
services/api/config/spring.rb
services/api/db/migrate/20181005192222_add_container_runtime_token.rb
services/api/db/migrate/20181011184200_add_runtime_token_to_container.rb
services/api/db/migrate/20181213183234_add_expression_index_to_links.rb
services/api/db/migrate/20190214214814_add_container_lock_count.rb

index 66e9889e8b4aeea1af13e2396fb70594232a2ae3..044b5ca2318afe4f90c913d94cadf9ab5ddf7964 100755 (executable)
@@ -1,3 +1,8 @@
 #!/usr/bin/env ruby
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
 load Gem.bin_path('bundler', 'bundle')
index 073966023774750c90fe9c89910c769a92da604b..5f594d1186a41b49419e7bcb8a8cae680a82d0a4 100755 (executable)
@@ -1,4 +1,9 @@
 #!/usr/bin/env ruby
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 APP_PATH = File.expand_path('../config/application', __dir__)
 require_relative '../config/boot'
 require 'rails/commands'
index 17240489f64832c9ce080088e27780d3dc3ee29a..87484df469df441d64def584e483fc4076313b95 100755 (executable)
@@ -1,4 +1,9 @@
 #!/usr/bin/env ruby
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require_relative '../config/boot'
 require 'rake'
 Rake.application.run
index e620b4dadb27feebc2043e55bc0d23c104ccac37..2e4d28c58d85e8640cf46a2b11a9e112575c7c13 100755 (executable)
@@ -1,4 +1,9 @@
 #!/usr/bin/env ruby
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'pathname'
 require 'fileutils'
 include FileUtils
index a8e4462f20340b73db6df04da3a3fa0dd842713f..07a3df93e48b0b2eaacc35e59683caefe9ff2efb 100755 (executable)
@@ -1,4 +1,9 @@
 #!/usr/bin/env ruby
+
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'pathname'
 require 'fileutils'
 include FileUtils
index 0bbde6f74fe1216e2e76c2cac2e8a5901b2107b0..c906069101cdbcbec693bfc70a84655fb5757af5 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 development:
   adapter: async
 
index 89d2efab2ba659d7814a7665a99f7f8d7429a072..525d6adf95f5ef587601c75817132c6c2b4af1fb 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Be sure to restart your server when you modify this file.
 
 # ActiveSupport::Reloader.to_prepare do
index 01ef3e6630af133b41bd954e220f31231aa281d9..f02c87b73143fc0e01427ca2ff56e198c5cd2611 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Be sure to restart your server when you modify this file.
 
 # Version of your assets, change this if you want to expire all your assets.
index 1389e86a34a7e992b8761b4b2b9b789b5647a406..5409f55c0be0f2a0f98088e7bcc32f4e7cbf195d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Be sure to restart your server when you modify this file.
 
 # Specify a serializer for the signed and encrypted cookie jars.
index 4a994e1e7bb7ce28dcec98bad48b9a891d7dec51..f26d0ad223aeb2768f27cc906a739275d008409d 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Be sure to restart your server when you modify this file.
 
 # Configure sensitive parameters which will be filtered from the log file.
index cbf423a81e06b5448b1371ea5398eb0c6df95899..b8dca33a373171cceda0b9d9f3f2d5f6f1dc68e9 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Be sure to restart your server when you modify this file.
 #
 # This file contains migration options to ease your Rails 5.0 upgrade.
index c7f311f8116a762772f8900ac8c1a7b1de0b6c0d..e087396f0e552eb0822034cc0127594845f42600 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Puma can serve each request in a thread from an internal thread pool.
 # The `threads` method setting takes two numbers a minimum and maximum.
 # Any libraries that use thread pools should be configured to match
index 4ebe02ae96d85714275fa7b83f9bf16c29214bec..f21de2d25a852596451647e65efa2634a030aa2a 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 # Be sure to restart your server when you modify this file.
 
 # Your secret key is used for verifying the integrity of signed cookies.
index c9119b40c08eff8aef2d607f5bf42424483cbd15..101e684ace7114340ccbf8b0a5df21c6580ddee3 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 %w(
   .ruby-version
   .rbenv-vars
index 07151cd88508780024a6e5266af541a713e52261..0f2eaee257ea1f2af5d3e4eca1378ce8a27ac82a 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddContainerRuntimeToken < ActiveRecord::Migration
   def change
     add_column :container_requests, :runtime_token, :text, :null => true
index 09201f5146ccccb6b20f3f43f4b3a2680faba140..c4d0603ab7ba8c7ee97ce4a955207fd1d880c9a7 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddRuntimeTokenToContainer < ActiveRecord::Migration
   def change
     add_column :containers, :runtime_token, :text, :null => true
index 2fdf830b2ad4b3acd22bf425f0b620e5cea68d89..e8776a651c8b89393b9c017a56384e36c23a0d29 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddExpressionIndexToLinks < ActiveRecord::Migration
   def up
     ActiveRecord::Base.connection.execute 'CREATE INDEX index_links_on_substring_head_uuid on links (substring(head_uuid, 7, 5))'
index a496eb0d1c99f1c66789da22742abe5fec39efe0..1208d30c8bdfd811dc59e00ed284cd3491a00998 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 class AddContainerLockCount < ActiveRecord::Migration
   def change
     add_column :containers, :lock_count, :int, :null => false, :default => 0