Skip to content

Commit 6868b02

Browse files
committed
make sure %license is SPDX compatible
``` $ askalono crawl LICENSE LICENSE License: MIT (original text) Score: 1.000 ``` https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_1 The changelog should propagate to dist-git as the SPDX migration initiative tracks 'spdx' string in changelogs. I'm at the SPDX hackfest right now and the guidance I got about the LICENSE Copyright line was: 1. it's meaningless and a waste of time to polish 2. only the "copyright" word has a meaning 3. the year is meaningless, hence I dropped it 4. the team name & authors is relevant so I updated it to match 100% what we have in the source files Signed-off-by: Tomas Tomecek <[email protected]>
1 parent aa4167d commit 6868b02

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 Red Hat
3+
Copyright Contributors to the Packit project.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

fedora/python-ogr.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Name: python-%{srcname}
44
Version: 0.45.0
5-
Release: 1%{?dist}
5+
Release: 2%{?dist}
66
Summary: One API for multiple git forges
77

88
License: MIT
@@ -52,6 +52,9 @@ rm -rf %{srcname}.egg-info
5252

5353

5454
%changelog
55+
* Fri Aug 04 2023 Tomas Tomecek <[email protected]> - 0.45.0-2
56+
- Confirm License is SPDX compatible.
57+
5558
* Mon Jun 05 2023 Packit Team <[email protected]> - 0.45.0-1
5659
- New upstream release 0.45.0
5760

0 commit comments

Comments
 (0)