-
Notifications
You must be signed in to change notification settings - Fork 24
Update header year to 2026 #358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| // // Copyright 2020-2025 SubQuery Pte Ltd authors & contributors | ||||||
| // // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: Double comment prefix in copyright header. Same issue - Suggested fix-// // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors
+// Copyright 2020-2026 SubQuery Pte Ltd authors & contributors📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| // SPDX-License-Identifier: GPL-3.0 | ||||||
|
|
||||||
| export * from './codegen-controller'; | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| // // Copyright 2020-2025 SubQuery Pte Ltd authors & contributors | ||
| // // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors | ||
| // SPDX-License-Identifier: GPL-3.0 | ||
|
|
||
| export * from './model'; |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| // // Copyright 2020-2025 SubQuery Pte Ltd authors & contributors | ||||||
| // // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: Double comment prefix in copyright header. Same issue as other files - Suggested fix-// // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors
+// Copyright 2020-2026 SubQuery Pte Ltd authors & contributors📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| // SPDX-License-Identifier: GPL-3.0 | ||||||
|
|
||||||
| import fs from 'fs'; | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| // // Copyright 2020-2025 SubQuery Pte Ltd authors & contributors | ||||||
| // // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: Double comment prefix in copyright header. Same issue - Suggested fix-// // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors
+// Copyright 2020-2026 SubQuery Pte Ltd authors & contributors📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| // SPDX-License-Identifier: GPL-3.0 | ||||||
|
|
||||||
| import assert from 'assert'; | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| // // Copyright 2020-2025 SubQuery Pte Ltd authors & contributors | ||
| // // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors | ||
| // SPDX-License-Identifier: GPL-3.0 | ||
|
|
||
| export * from './dictionaryV1'; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| // // Copyright 2020-2025 SubQuery Pte Ltd authors & contributors | ||
| // // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: #!/bin/bash
# Check the actual file content first
echo "=== Checking fetch.module.ts content ==="
head -5 packages/node/src/indexer/fetch.module.ts
echo -e "\n=== Checking copyright headers with single // ==="
rg -n "^// Copyright 20" --type ts | head -20
echo -e "\n=== Checking copyright headers with double // ==="
rg -n "^// // Copyright 20" --type ts | head -20
echo -e "\n=== Checking for any double comment patterns ==="
rg "^// //" --type ts | head -20Repository: subquery/subql-cosmos Length of output: 5327 Fix inconsistent copyright header formatting across the codebase. The copyright header uses 🤖 Prompt for AI Agents |
||
| // SPDX-License-Identifier: GPL-3.0 | ||
|
|
||
| import path from 'node:path'; | ||
|
|
||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| // // Copyright 2020-2025 SubQuery Pte Ltd authors & contributors | ||||||
| // // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: Double comment prefix in copyright header. Same issue - Suggested fix-// // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors
+// Copyright 2020-2026 SubQuery Pte Ltd authors & contributors📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| // SPDX-License-Identifier: GPL-3.0 | ||||||
|
|
||||||
| import { JsonRpcRequest, JsonRpcSuccessResponse } from '@cosmjs/json-rpc'; | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,4 @@ | ||||||
| // // Copyright 2020-2025 SubQuery Pte Ltd authors & contributors | ||||||
| // // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Typo: Double comment prefix in copyright header. The copyright header has Suggested fix-// // Copyright 2020-2026 SubQuery Pte Ltd authors & contributors
+// Copyright 2020-2026 SubQuery Pte Ltd authors & contributors📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| // SPDX-License-Identifier: GPL-3.0 | ||||||
|
|
||||||
| import { threadId } from 'node:worker_threads'; | ||||||
|
|
||||||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: Double comment prefix in copyright header.
Same issue -
// //should be//.Suggested fix
📝 Committable suggestion
🤖 Prompt for AI Agents