Skip to content

Commit

Permalink
ライセンスの矛盾の修正
Browse files Browse the repository at this point in the history
  • Loading branch information
wada-jun8 committed Nov 28, 2024
1 parent 412849c commit c0f25cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion morse
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python3

# SPDX-FileCopyrightText: 2024 Junya Wada
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-License-Identifier: BSD-3-Clause

def main():
text = input()
Expand Down
2 changes: 1 addition & 1 deletion morse_test.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
# SPDX-FileCopyrightText: 2024 Junya Wada
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-License-Identifier: BSD-3-Clause

ng(){
echo ${1}行目が違う
Expand Down
2 changes: 1 addition & 1 deletion plus
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/python3
# SPDX-FileCopyrightText: 2024 Junya Wada
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-License-Identifier: BSD-3-Clause

import sys

Expand Down
2 changes: 1 addition & 1 deletion test.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -xv
# SPDX-FileCopyrightText: 2024 Junya Wada
# SPDX-License-Identifier: GPL-3.0-only
# SPDX-License-Identifier: BSD-3-Clause

ng () {
echo ${1}行目が違うよ
Expand Down

0 comments on commit c0f25cf

Please sign in to comment.