Skip to content

Commit

Permalink
Add SPDX headers to markdown files
Browse files Browse the repository at this point in the history
Various documents had no license or copyright information. Add the same
copyright and license used by the Go files.

Added using:

    $ reuse addheader \
        --copyright 'The RamenDR authors' \
        --exclude-year \
        --license Apache-2.0 \
        --template ramen \
        `git ls-files | grep '.md$'

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs authored and ShyamsundarR committed Oct 31, 2022
1 parent 5c2077c commit a275b50
Show file tree
Hide file tree
Showing 17 changed files with 85 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# How to Contribute

The Ramen project in under [Apache 2.0 license](LICENSES/Apache-2.0.txt).
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# Ramen

Ramen is an [open-cluster-management (OCM)](https://open-cluster-management.io/concepts/architecture/)
Expand Down
5 changes: 5 additions & 0 deletions docs/configure.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# Configure

## **Under construction**
5 changes: 5 additions & 0 deletions docs/design/VRG-TypeSequence.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# VRG Type Sequence

## Overview
Expand Down
5 changes: 5 additions & 0 deletions docs/design/proposals/VRG-Reconciliation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# VRG reconciler workflow

This design document covers the VRG CRD and its reconciliation workflow.
Expand Down
5 changes: 5 additions & 0 deletions docs/drpc-crd.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# DRPlacementControl(drpc) CRD

## **Under construction**
5 changes: 5 additions & 0 deletions docs/drpolicy-crd.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# DRPolicy CRD

## **Under construction**
5 changes: 5 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# Install

## Prerequisites
Expand Down
5 changes: 5 additions & 0 deletions docs/krp.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# Kubernetes Resource Protection

## Overview
Expand Down
5 changes: 5 additions & 0 deletions docs/metrics.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# Metrics

Metrics are collected using Prometheus, and registered with its global metrics
Expand Down
5 changes: 5 additions & 0 deletions docs/motivation.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# Motivation

## **Under Construction**
5 changes: 5 additions & 0 deletions docs/testing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# Testing

## **Under construction**
Expand Down
5 changes: 5 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# Sample workload management using Ramen

## **Under construction**
5 changes: 5 additions & 0 deletions docs/vrg-crd.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# VolumeReplicationGroup(VRG) CRD

## **Under construction**
5 changes: 5 additions & 0 deletions docs/vrg-usage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# Volume Replication Group (VRG) usage

## Protect application on cluster1
Expand Down
5 changes: 5 additions & 0 deletions examples/managedclusterview/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# ManagedClusterView

## Usage Description
Expand Down
5 changes: 5 additions & 0 deletions hack/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<!--
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0
-->

# hack/

## minikube-ramen.sh
Expand Down

0 comments on commit a275b50

Please sign in to comment.