Skip to content

Commit

Permalink
Merge pull request #96 from carmenbianca/release-3.3
Browse files Browse the repository at this point in the history
Release 3.3
  • Loading branch information
carmenbianca authored Nov 14, 2024
2 parents 7f26d45 + 5cebbaf commit d786eb9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 7 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,15 @@ This is the change log for the REUSE Specification.
### Security
-->

## 3.3 - YYYY-MM-DD
## 3.3 - 2024-11-14

### Added

### Changed

- `REUSE.toml` files ignored by VCS are not searching for licensing information.
- `REUSE.toml` is no longer a Covered File.
- `REUSE.toml` files ignored by VCS are not searched for licensing information.
- `REUSE.toml` is no longer a Covered File. This means that you needn't add
copyright and licensing information to this file.
- Also allow `COPYING` and `LICENSE` files to have a suffix with a dash or dot
(e.g. `LICENSE-MIT` or `COPYING.GPL`).
- The `LICENSE` file may also be spelt `LICENCE`.
Expand Down
2 changes: 1 addition & 1 deletion site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ refLinksErrorLevel = "warning"
header_link_color="#777"
header_link_hover_color="rgb(51, 51, 51)"

current_spec="spec-3.2"
current_spec="spec-3.3"

[params.social]
Github = "search?q=topic%3Areuse+org%3Afsfe&type=Repositories"
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ installed](https://pre-commit.com/#install), add this to the
# SPDX-License-Identifier: CC0-1.0
repos:
- repo: https://github.com/fsfe/reuse-tool
rev: v4.0.3
rev: v5.0.0
hooks:
- id: reuse
```
Expand Down
4 changes: 2 additions & 2 deletions site/content/en/spec-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

# REUSE-IgnoreStart

title: "REUSE Specification – Version 3.3 (UNRELEASED)"
subtitle: "YYYY-MM-DD"
title: "REUSE Specification – Version 3.3"
subtitle: "2024-11-14"
---

This specification defines a standardised method for declaring copyright and
Expand Down
1 change: 1 addition & 0 deletions site/content/en/specifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ title: "REUSE Specifications"

These are the versions of the specification, listed from new to old:

- [Version 3.3]({{< relref "spec-3.3.md" >}}).
- [Version 3.2]({{< relref "spec-3.2.md" >}}).
- [Version 3.0]({{< relref "spec-3.0.md" >}}).

Expand Down

0 comments on commit d786eb9

Please sign in to comment.