Skip to content

Commit

Permalink
Add explicit .license file for docs/*.png
Browse files Browse the repository at this point in the history
Like the rest of the documents, the images should have copyright and
license information. This is done by an explicit .license file.

Add using:

    reuse addheader \
        --copyright 'The RamenDR authors' \
        --exclude-year \
        --license Apache-2.0 \
        --template ramen \
        docs/interfaces.png

Signed-off-by: Nir Soffer <[email protected]>
  • Loading branch information
nirs authored and ShyamsundarR committed Oct 31, 2022
1 parent a275b50 commit bd2660d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/interfaces.png.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: The RamenDR authors
SPDX-License-Identifier: Apache-2.0

0 comments on commit bd2660d

Please sign in to comment.