Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/topic/awelzel/fix-bsd-3-license'
Browse files Browse the repository at this point in the history
* origin/topic/awelzel/fix-bsd-3-license:
  tests: canonify-template-info for more versions
  Add Ignore lines to btest.cfg
  license: Fix bsd-3 license word split
  • Loading branch information
awelzel committed Sep 5, 2023
2 parents 312b2de + 6dc2219 commit aa2d1dd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions features/license/bsd-3
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ are permitted provided that the following conditions are met:
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following discla imer in the documentation
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products deri ved from this software
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
Expand Down
4 changes: 2 additions & 2 deletions tests/Baseline/features.license-3/test.COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ are permitted provided that the following conditions are met:
list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following discla imer in the documentation
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products deri ved from this software
may be used to endorse or promote products derived from this software
without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
Expand Down
2 changes: 1 addition & 1 deletion tests/Baseline/features.template-info/output
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ user vars:
unit_resp: name of the top-level Spicy parsing unit for the responder side of the connection (e.g. "Reply"); may be the same as originator side, no default, used by spicy-protocol-analyzer
author: AUTHOR
license: one of apache, bsd-2, bsd-3, mit, mpl-2, no default, used by license
versions: v0.99.0, v1.0.0, v2.0.0
version: VERSIONS
3 changes: 2 additions & 1 deletion tests/btest.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[btest]
MinVersion = 0.66

TestDirs = features
IgnoreDirs = .svn CVS .tmp
IgnoreFiles = *.tmp *.swp .clang-format #* *.trace .DS_Store

[environment]
SCRIPTS = %(testbase)s/scripts
Expand Down
4 changes: 3 additions & 1 deletion tests/scripts/canonify-template-info.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

cat |
sed 's/author:.*/author: AUTHOR/' |
sed 's/origin:.*/origin: ORIGIN/'
sed 's/origin:.*/origin: ORIGIN/' |
# versions: v0.99.0, v1.0.0, v2.0.0
sed -r 's/versions: (v[.0-9]+(, )?)+/version: VERSIONS/'

0 comments on commit aa2d1dd

Please sign in to comment.