Skip to content

Commit

Permalink
Add license headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharydenton authored and aptos-bot committed May 7, 2022
1 parent 4b186d0 commit 64f774d
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ecosystem/platform/server/.rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ Style/Documentation:

Metrics/AbcSize:
Max: 100

Style/Copyright:
Enabled: true
Notice: '^# Copyright \(c\) Aptos'
AutocorrectNotice: "# Copyright (c) Aptos\n# SPDX-License-Identifier: Apache-2.0"
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

class It1ProfilesController < ApplicationController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

class OnboardingController < ApplicationController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

class OverviewController < ApplicationController
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

class WelcomeController < ApplicationController
Expand Down
2 changes: 2 additions & 0 deletions ecosystem/platform/server/app/helpers/it1_profiles_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

module It1ProfilesHelper
Expand Down
2 changes: 2 additions & 0 deletions ecosystem/platform/server/app/helpers/onboarding_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

module OnboardingHelper
Expand Down
2 changes: 2 additions & 0 deletions ecosystem/platform/server/app/helpers/overview_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

module OverviewHelper
Expand Down
2 changes: 2 additions & 0 deletions ecosystem/platform/server/app/helpers/welcome_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

module WelcomeHelper
Expand Down
2 changes: 2 additions & 0 deletions ecosystem/platform/server/app/models/it1_profile.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

class It1Profile < ApplicationRecord
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

class CreateIt1Profiles < ActiveRecord::Migration[7.0]
Expand Down
2 changes: 2 additions & 0 deletions ecosystem/platform/server/db/schema.rb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions ecosystem/platform/server/spec/factories/it1_profiles.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Copyright (c) Aptos
# SPDX-License-Identifier: Apache-2.0
# frozen_string_literal: true

FactoryBot.define do
Expand Down

0 comments on commit 64f774d

Please sign in to comment.