Skip to content

Commit 15956c7

Browse files
committed
Fix EDITORCONFIG violations: Remove trailing whitespace from all files
- Remove trailing whitespace from 30+ files across the repository - This resolves trim_trailing_whitespace = true violations - Files now fully comply with .editorconfig standards
1 parent d606c65 commit 15956c7

40 files changed

+1788
-1788
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Once you've discussed your proposed feature/fix/etc. with a team member, and you
113113

114114
1. Fork the repo if you haven't already
115115
1. Clone your fork locally
116-
1. Create & push a feature branch: `git checkout -b my-branch-name`
116+
1. Create & push a feature branch: `git checkout -b my-branch-name`
117117
1. Create a [Draft Pull Request (PR)](https://github.blog/2019-02-14-introducing-draft-pull-requests/)
118118
1. Work on your changes, add tests and make sure the tests still pass
119119
1. Build and see if it works. Consult [How to build](./doc/building.md) if you have problems.

LICENSE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Software Dev Labs Community License Agreement v1.0
22

3-
**Version Release Date:** July 21, 2025
3+
**Version Release Date:** July 21, 2025
44
**Copyright (c) 2025, Software Dev Labs. All rights reserved.**
55

66
This Community License Agreement (the “Agreement”) governs the use, reproduction, distribution, and modification of the Software Materials provided by **Software Dev Labs** (the “Maintainer”).
@@ -39,7 +39,7 @@ This includes:
3939
- Commercial research and development;
4040
- SaaS offerings or integrations in commercial products or services.
4141

42-
If you intend to use the Software Materials for **commercial purposes**, you **must obtain a separate commercial license** from Software Dev Labs.
42+
If you intend to use the Software Materials for **commercial purposes**, you **must obtain a separate commercial license** from Software Dev Labs.
4343
To inquire about commercial licensing, contact: **info@softwaredevlabs.com**
4444

4545
---
@@ -56,7 +56,7 @@ This software is developed and maintained by Software Dev Labs.
5656
Licensed under the Software Dev Labs Community License.
5757
```
5858

59-
- For modified files or derivatives, you must include a notice stating:
59+
- For modified files or derivatives, you must include a notice stating:
6060
> "This file has been modified from its original version by [Your Name/Entity], based on software originally developed by Software Dev Labs."
6161
6262
---
@@ -74,7 +74,7 @@ A **Developer Certificate of Origin (DCO)** process or **Contributor License Agr
7474

7575
## 6. Third-Party Dependencies
7676

77-
The Software Materials may include components or dependencies under separate open-source licenses.
77+
The Software Materials may include components or dependencies under separate open-source licenses.
7878
These components are licensed under their respective terms, which shall take precedence for those parts.
7979

8080
A list of third-party licenses, if applicable, will be maintained in the `NOTICE` or `DEPENDENCIES.md` file.
@@ -83,7 +83,7 @@ A list of third-party licenses, if applicable, will be maintained in the `NOTICE
8383

8484
## 7. Warranty Disclaimer
8585

86-
THE SOFTWARE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
86+
THE SOFTWARE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
8787
YOU ASSUME ALL RISK ASSOCIATED WITH THE USE OF THE SOFTWARE MATERIALS.
8888

8989
---
@@ -120,6 +120,6 @@ This Agreement is governed by the laws of **Germany**, without regard to its con
120120

121121
## Contact
122122

123-
For commercial licensing or questions related to this Agreement, contact:
124-
📧 **info@softwaredevlabs.com**
123+
For commercial licensing or questions related to this Agreement, contact:
124+
📧 **info@softwaredevlabs.com**
125125
🌐 **https://softwaredevlabs.com**

0 commit comments

Comments
 (0)