-
Notifications
You must be signed in to change notification settings - Fork 1
fix copyright #128
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
fix copyright #128
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,5 +1,5 @@ | ||||||
| // SPDX-License-Identifier: LicenseRef-DCL-1.0 | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd | ||||||
|
Contributor
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. 🧹 Nitpick (assertive) Attribution updated correctly. Consider a year range if contributions continued beyond 2020. -// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd
+// SPDX-FileCopyrightText: Copyright (c) 2020-2025 Rain Open Source Software Ltd📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| pragma solidity ^0.8.25; | ||||||
|
|
||||||
| /// @dev Thrown when the decimal point is malformed in a float string. | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,5 @@ | ||||||
| // SPDX-License-Identifier: LicenseRef-DCL-1.0 | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd | ||||||
|
Contributor
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. 🧹 Nitpick (assertive) SPDX copyright holder update looks good. Consider updating the year to a range if contributions continued after 2020. Apply if appropriate: -// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd
+// SPDX-FileCopyrightText: Copyright (c) 2020-2025 Rain Open Source Software Ltd📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| pragma solidity ^0.8.25; | ||||||
|
|
||||||
| import {LibDecimalFloat, Float} from "../LibDecimalFloat.sol"; | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,5 @@ | ||||||
| // SPDX-License-Identifier: LicenseRef-DCL-1.0 | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd | ||||||
|
Contributor
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. 🧹 Nitpick (assertive) Header owner change approved. Apply year range if the file saw commits after 2020. -// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd
+// SPDX-FileCopyrightText: Copyright (c) 2020-2025 Rain Open Source Software Ltd📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| pragma solidity ^0.8.25; | ||||||
|
|
||||||
| import {LibParseChar} from "rain.string/lib/parse/LibParseChar.sol"; | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,5 @@ | ||||||
| // SPDX-License-Identifier: LicenseRef-DCL-1.0 | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd | ||||||
|
Contributor
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. 🧹 Nitpick (assertive) Header change acknowledged. If work spans multiple years, use a year range for accuracy. -// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd
+// SPDX-FileCopyrightText: Copyright (c) 2020-2025 Rain Open Source Software Ltd📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| pragma solidity =0.8.25; | ||||||
|
|
||||||
| import {Test} from "forge-std/Test.sol"; | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,5 +1,5 @@ | ||||||
| // SPDX-License-Identifier: LicenseRef-DCL-1.0 | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 thedavidmeister | ||||||
| // SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd | ||||||
|
Contributor
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. 🧹 Nitpick (assertive) Consistent with the PR intent. Optional: adjust to a year range for precision. -// SPDX-FileCopyrightText: Copyright (c) 2020 Rain Open Source Software Ltd
+// SPDX-FileCopyrightText: Copyright (c) 2020-2025 Rain Open Source Software Ltd📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
| pragma solidity =0.8.25; | ||||||
|
|
||||||
| import {Test} from "forge-std/Test.sol"; | ||||||
|
|
||||||
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.
🧹 Nitpick (assertive)
LGTM on attribution.
Same optional note about year range if applicable.
📝 Committable suggestion
🤖 Prompt for AI Agents