-
Notifications
You must be signed in to change notification settings - Fork 29
added Copyright.md #67
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 | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,6 @@ | ||||||||||||||||||||||||||
| Copyright © 2025 The Stable Order | ||||||||||||||||||||||||||
| All rights reserved. | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| All works in this repository may be used according to the conditions stated in the LICENSE.md file available in this repository. | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| These works are WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | ||||||||||||||||||||||||||
|
Comment on lines
+1
to
+6
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. 🧩 Analysis chain🏁 Script executed: # Check the exact end-of-file state of COPYRIGHT.md
cat -A COPYRIGHT.mdRepository: StabilityNexus/StableViewpoints Length of output: 398 🏁 Script executed: # Search for LICENSE.md in the repository
find . -name "LICENSE.md" -o -name "LICENSE*"Repository: StabilityNexus/StableViewpoints Length of output: 57 🏁 Script executed: # Get file info on COPYRIGHT.md
file COPYRIGHT.mdRepository: StabilityNexus/StableViewpoints Length of output: 119 Add missing newline at end of file and ensure LICENSE.md exists. The file is missing a trailing newline at the end (line 6). Additionally, line 4 references LICENSE.md, which does not exist in the repository—either create the file or update the reference. Apply this diff to add the trailing newline: These works are WITHOUT ANY WARRANTY, without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||||
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.
🧩 Analysis chain
🏁 Script executed:
fd -t f 'LICENSE\.md$'Repository: StabilityNexus/StableViewpoints
Length of output: 57
LICENSE.md does not exist in the repository.
The file COPYRIGHT.md references a LICENSE.md file as the source of usage conditions, but this file is not present in the repository. Either create the LICENSE.md file or update the reference in COPYRIGHT.md to point to the correct license file if one exists elsewhere.
🤖 Prompt for AI Agents