Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Add copyright to the source code
Browse files Browse the repository at this point in the history
  • Loading branch information
dshevtsov committed Jan 31, 2020
1 parent a0d1c58 commit 65494aa
Show file tree
Hide file tree
Showing 22 changed files with 66 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

# This file contains tasks with no namespace.
Expand Down
3 changes: 3 additions & 0 deletions _checks/html_check_hook.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

# The hook runs html-proofer with options defined in the
Expand Down
3 changes: 3 additions & 0 deletions _plugins/algolia.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

module Jekyll
module Algolia
module Hooks
Expand Down
3 changes: 3 additions & 0 deletions _plugins/generators/mrg_pages.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

# This plugin generates module-specific topics in the 'guides/v2.3/mrg'.
Expand Down
3 changes: 3 additions & 0 deletions _plugins/liquid-tags/collapsible.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# Author: jcalcaben@magento.com
#
# This custom plugin adds a block tag that wraps the content in
Expand Down
3 changes: 3 additions & 0 deletions _plugins/page-params/github-path.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

#
Expand Down
3 changes: 3 additions & 0 deletions _plugins/page-params/last-modified-at.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

#
Expand Down
3 changes: 3 additions & 0 deletions _plugins/page-params/page-baseurl-generator.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# Author: jcalcaben@magento.com
#
# This custom plugin dynamically sets and injects the page.baseurl variable
Expand Down
3 changes: 3 additions & 0 deletions _plugins/page-params/page-canonical-url.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

#
# This plugin generates a canonical_url parameter for each page implicitly, unless
# canonical_url is set in front matter manually.
Expand Down
3 changes: 3 additions & 0 deletions _plugins/page-params/page-versionless.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

#
Expand Down
3 changes: 3 additions & 0 deletions _plugins/page-params/page-versions.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

#
Expand Down
3 changes: 3 additions & 0 deletions lib/converter.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

# Helper methods to convert markdown reports to HTML and open them in a browser.
Expand Down
3 changes: 3 additions & 0 deletions lib/doc_config.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

# Read Docfile file and get configuration data for adding subrepositories
Expand Down
3 changes: 3 additions & 0 deletions lib/double_slash_check.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

module LinkChecker
Expand Down
3 changes: 3 additions & 0 deletions lib/link_checker.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

# Helper methods to configure and run html-proofer
Expand Down
3 changes: 3 additions & 0 deletions rakelib/build.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

namespace :build do

desc 'Build the site for production'
Expand Down
3 changes: 3 additions & 0 deletions rakelib/check.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

namespace :check do
Expand Down
3 changes: 3 additions & 0 deletions rakelib/multirepo.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

namespace :multirepo do
Expand Down
3 changes: 3 additions & 0 deletions rakelib/preview.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

namespace :preview do
Expand Down
3 changes: 3 additions & 0 deletions rakelib/test.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

namespace :test do
Expand Down
3 changes: 3 additions & 0 deletions rakelib/update.rake
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

# frozen_string_literal: true

namespace :update do
Expand Down
3 changes: 3 additions & 0 deletions scripts/docs-from-code.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/usr/bin/env bash

# Copyright © Magento, Inc. All rights reserved.
# See COPYING.txt for license details.

dir=$1
repo=$2
branch=$3
Expand Down

0 comments on commit 65494aa

Please sign in to comment.