-
Notifications
You must be signed in to change notification settings - Fork 3
SDKS-4619: Add Support and Disclaimer sections to README.md #173
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
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 |
|---|---|---|
|
|
@@ -655,3 +655,5 @@ This software may be modified and distributed under the terms of the MIT license | |
|
|
||
| Copyright (c) 2025 Ping Identity Corporation. All rights reserved. | ||
|
|
||
|
|
||
| © Copyright 2025-2026 Ping Identity Corporation. All Rights Reserved | ||
|
Comment on lines
+658
to
+659
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. Consolidate duplicate copyright notices. This file now contains two different copyright notices with different formats and year ranges:
Consider removing one of these copyright notices or consolidating them into a single, consistent format. 🤖 Prompt for AI Agents |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -248,3 +248,5 @@ suspend fun reportDeviceStatus() { | |
| } | ||
| ``` | ||
|
|
||
|
|
||
| © Copyright 2025-2026 Ping Identity Corporation. All Rights Reserved | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -196,3 +196,5 @@ web.authorize( | |
| ... | ||
| } | ||
| ``` | ||
|
|
||
| © Copyright 2025-2026 Ping Identity Corporation. All Rights Reserved | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -357,4 +357,6 @@ The [`SharedPrefsOathStorage`](/mfa/oath/src/androidTest/kotlin/com/pingidentity | |
| ## License | ||
|
|
||
| Copyright (c) 2026 Ping Identity Corporation. All rights reserved. | ||
| This software may be modified and distributed under the terms of the MIT license. See the LICENSE file for details. | ||
| This software may be modified and distributed under the terms of the MIT license. See the LICENSE file for details. | ||
|
|
||
| © Copyright 2025-2026 Ping Identity Corporation. All Rights Reserved | ||
|
Comment on lines
+361
to
+362
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. Consolidate duplicate copyright notices. This file now contains two different copyright notices:
The different formats and year ranges (2026 vs. 2025-2026) create inconsistency. Consider consolidating these into a single copyright notice. 🤖 Prompt for AI Agents |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -270,4 +270,6 @@ Contributions are welcome! Please read the [contributing guidelines](../../CONTR | |
| ## License | ||
|
|
||
| Copyright (c) 2025 Ping Identity Corporation. All rights reserved. | ||
| This software may be modified and distributed under the terms of the MIT license. See the [LICENSE](../LICENSE) file for details. | ||
| This software may be modified and distributed under the terms of the MIT license. See the [LICENSE](../LICENSE) file for details. | ||
|
|
||
| © Copyright 2025-2026 Ping Identity Corporation. All Rights Reserved | ||
|
Comment on lines
+274
to
+275
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. Consolidate duplicate copyright notices. This file now contains two different copyright notices:
The different formats and year ranges create inconsistency. Consider consolidating these into a single copyright notice with a consistent format. 🤖 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.
Fix malformed Markdown emphasis around support links.
Lines 64-66 and Lines 74-76 contain split
*markers (* *[...) that can break rendering. While touching this, update “one stop access” to “one-stop access” (Line 75) for grammar.✏️ Proposed doc fix
Also applies to: 74-76
🤖 Prompt for AI Agents