6411d8b REUSE 3.0 compliance

Authored and Committed by zpagure 2 years ago
38 files changed. 270 lines added. 22 lines removed.
.gitignore
file modified
+3 -0
LICENSES/CC0-1.0.txt
file added
+121
LICENSES/GPL-2.0-only.txtLICENSE
file renamed
+0 -0
README.md
file modified
+4 -1
documentation/Installing Pagure.md
file modified
+3 -0
documentation/example1.png.license
file added
+2
documentation/example1.preview.png.license
file added
+2
documentation/example2.png.license
file added
+2
documentation/example2.preview.png.license
file added
+2
forgefed/__init__.py
file modified
+3 -0
forgefed/activitypub.py
file modified
+3 -0
forgefed/app.py
file modified
+3 -0
forgefed/feeds.py
file modified
+3 -0
forgefed/model.py
file modified
+3 -0
forgefed/settings.py
file modified
+3 -0
forgefed/tasks/__init__.py
file modified
+3 -0
forgefed/tasks/activities.py
file modified
+3 -0
forgefed/tasks/delivery.py
file modified
+3 -0
forgefed/tasks/notification.py
file modified
+3 -0
forgefed/templates/federation/actor.html
file modified
+5 -0
forgefed/templates/federation/feed.html
file modified
+5 -0
forgefed/templates/federation/feeds.html
file modified
+9 -4
forgefed/templates/federation/followers.html
file modified
+8 -3
forgefed/templates/federation/following.html
file modified
+8 -3
forgefed/templates/federation/master.html
file modified
+8 -3
forgefed/templates/federation/search.html
file modified
+8 -3
forgefed/templates/federation/search_result.html
file modified
+9 -4
forgefed/templates/host-meta.xml
file modified
+4 -0
forgefed/templates/master.html
file modified
+6 -1
forgefed/templates/webfinger.json.license
file added
+2
requirements.txt
file modified
+3 -0
scripts/README.md
file modified
+4 -0
scripts/run_forgefed_worker.sh
file modified
+3 -0
scripts/start_debug_forgefed_worker.sh
file modified
+3 -0
scripts/start_debug_server.sh
file modified
+3 -0
scripts/start_debug_worker.sh
file modified
+3 -0
tests_forgefed/__init__.py
file modified
+5 -0
tests_forgefed/test_jsonld_representation.py
file modified
+5 -0
    REUSE 3.0 compliance
    
    Make the repository compliant with the REUSE 3.0 specification (https://reuse.software).
    
        
file modified
+3 -0
file added
+121
file renamed
file was renamed with no change to the file
file modified
+4 -1
file modified
+3 -0
file modified
+3 -0
file modified
+3 -0
file modified
+3 -0
file modified
+3 -0
file modified
+3 -0
file modified
+3 -0
file modified
+3 -0
file modified
+3 -0
file modified
+3 -0
file modified
+4 -0
file modified
+5 -0