Skip to content

Commit e7ebea3

Browse files
committed
fix name in scripts
1 parent 3b78791 commit e7ebea3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/analyze-json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# The MIT License (MIT)
4-
# Copyright (c) 2021 Thomas Hütter.
4+
# Copyright (c) 2021 Thomas Huetter.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

scripts/download-prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# The MIT License (MIT)
4-
# Copyright (c) 2021 Thomas Hütter.
4+
# Copyright (c) 2021 Thomas Huetter.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

scripts/generate-json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python3
22

33
# The MIT License (MIT)
4-
# Copyright (c) 2021 Thomas Hütter.
4+
# Copyright (c) 2021 Thomas Huetter.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

scripts/surround-json-with-array.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# The MIT License (MIT)
4-
# Copyright (c) 2021 Thomas Hütter.
4+
# Copyright (c) 2021 Thomas Huetter.
55
#
66
# Permission is hereby granted, free of charge, to any person obtaining a copy
77
# of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)