diff options
author | axtloss <axtlos@getcryst.al> | 2023-05-31 22:07:11 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2023-05-31 22:07:11 +0200 |
commit | c53ea325b3e8fc83f69ee2b21f4e59c6d84efcef (patch) | |
tree | c8f8e1c1b488c17d93ad7a6272523ac1539d1c5a /src/main/java/io/github/jshipit/Commands.java | |
parent | 7ff3d7f8af7bbeeccacfcf366b201df9d5389c92 (diff) | |
download | jshipit-c53ea325b3e8fc83f69ee2b21f4e59c6d84efcef.tar.gz jshipit-c53ea325b3e8fc83f69ee2b21f4e59c6d84efcef.tar.bz2 |
Add SPDX License header to source files
Diffstat (limited to 'src/main/java/io/github/jshipit/Commands.java')
-rw-r--r-- | src/main/java/io/github/jshipit/Commands.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/java/io/github/jshipit/Commands.java b/src/main/java/io/github/jshipit/Commands.java index e4ed5ec..0f0f29c 100644 --- a/src/main/java/io/github/jshipit/Commands.java +++ b/src/main/java/io/github/jshipit/Commands.java @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: GPL-3.0-only + package io.github.jshipit; import com.beust.jcommander.Parameter; @@ -65,4 +67,4 @@ class CommandDelete { @Parameter(names = "--help", help = true) private boolean help; -}
\ No newline at end of file +} |