diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2024-01-09 07:31:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 07:31:34 -0500 |
| commit | 5fde5e62a83178581749cfc45f1d768daf7ab3e7 (patch) | |
| tree | 043eadf9b4eadfbd3e0ce780e4441f921d9be9d0 /LICENSES | |
| parent | f12446167491b3e691f6a93a01cad3bd9e54d105 (diff) | |
| parent | 30743eff5669a5557b1c00424f84865b8b3ff6ad (diff) | |
Merge pull request #12622 from liamwhite/format
ci: make verify format workflow output more helpful
Diffstat (limited to 'LICENSES')
| -rw-r--r-- | LICENSES/BSD-2-Clause.txt | 2 | ||||
| -rw-r--r-- | LICENSES/BSD-3-Clause.txt | 2 | ||||
| -rw-r--r-- | LICENSES/MPL-2.0.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/LICENSES/BSD-2-Clause.txt b/LICENSES/BSD-2-Clause.txt index 5f662b354..eb3c575b8 100644 --- a/LICENSES/BSD-2-Clause.txt +++ b/LICENSES/BSD-2-Clause.txt @@ -1,4 +1,4 @@ -Copyright (c) <year> <owner> +Copyright (c) <year> <owner> Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/LICENSES/BSD-3-Clause.txt b/LICENSES/BSD-3-Clause.txt index ea890afbc..086d3992c 100644 --- a/LICENSES/BSD-3-Clause.txt +++ b/LICENSES/BSD-3-Clause.txt @@ -1,4 +1,4 @@ -Copyright (c) <year> <owner>. +Copyright (c) <year> <owner>. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: diff --git a/LICENSES/MPL-2.0.txt b/LICENSES/MPL-2.0.txt index 14e2f777f..a612ad981 100644 --- a/LICENSES/MPL-2.0.txt +++ b/LICENSES/MPL-2.0.txt @@ -35,7 +35,7 @@ Mozilla Public License Version 2.0 means any form of the work other than Source Code Form. 1.7. "Larger Work" - means a work that combines Covered Software with other material, in + means a work that combines Covered Software with other material, in a separate file or files, that is not Covered Software. 1.8. "License" |
