Skip to content

Commit c141121

Browse files
committed
chore: re-add year to licence
1 parent 4f41a9f commit c141121

File tree

8 files changed

+37
-7
lines changed

8 files changed

+37
-7
lines changed

.github/workflows/ci.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,36 @@ jobs:
103103
# name: docs-build
104104
# path: ./packages/docs/build
105105

106+
# - name: Check if the "DOCS_SSH_PRIVATE_KEY" GitHub secret is set
107+
# if: ${{ secret.DOCS_SSH_PRIVATE_KEY == '' }}
108+
# run: |
109+
# echo "Error: The GitHub secret of \"DOCS_SSH_PRIVATE_KEY\" is not set."
110+
# exit 1
111+
112+
# - name: Check if the "TYPESENSE_API_KEY" GitHub secret is set
113+
# if: ${{ secret.TYPESENSE_API_KEY == '' }}
114+
# run: |
115+
# echo "Error: The GitHub secret of \"TYPESENSE_API_KEY\" is not set."
116+
# exit 1
117+
118+
# - name: Check if the "TYPESENSE_HOST" GitHub secret is set
119+
# if: ${{ secret.TYPESENSE_HOST == '' }}
120+
# run: |
121+
# echo "Error: The GitHub secret of \"TYPESENSE_HOST\" is not set."
122+
# exit 1
123+
124+
# - name: Check if the "TYPESENSE_PORT" GitHub secret is set
125+
# if: ${{ secret.TYPESENSE_PORT == '' }}
126+
# run: |
127+
# echo "Error: The GitHub secret of \"TYPESENSE_PORT\" is not set."
128+
# exit 1
129+
130+
# - name: Check if the "TYPESENSE_PROTOCOL" GitHub secret is set
131+
# if: ${{ secret.TYPESENSE_PROTOCOL == '' }}
132+
# run: |
133+
# echo "Error: The GitHub secret of \"TYPESENSE_PROTOCOL\" is not set."
134+
# exit 1
135+
106136
# - name: Checkout the docs repository
107137
# uses: actions/checkout@v4
108138
# with:

packages/eslint-config-isaacscript/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright The IsaacScript Contributors
3+
Copyright (c) 2022 The IsaacScript Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

packages/eslint-plugin-isaacscript/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright The IsaacScript Contributors
3+
Copyright (c) 2022 The IsaacScript Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

packages/isaacscript-common-node/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright The IsaacScript Contributors
3+
Copyright (c) 2022 The IsaacScript Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

packages/isaacscript-common-ts/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright The IsaacScript Contributors
3+
Copyright (c) 2022 The IsaacScript Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

packages/isaacscript-lint/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright The IsaacScript Contributors
3+
Copyright (c) 2022 The IsaacScript Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

packages/isaacscript-spell/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright The IsaacScript Contributors
3+
Copyright (c) 2022 The IsaacScript Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

packages/isaacscript-tsconfig/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright The IsaacScript Contributors
3+
Copyright (c) 2022 The IsaacScript Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

0 commit comments

Comments
 (0)