Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,14 @@

PATTERN_OPEN_ACCESS = [
"pas de restriction d'accès public selon inspire",
"pas de restriction d’accès public selon inspire",
"pas de restriction d’accès publique",
"pas de restriction d'accès publique",
"licence ouverte",
"pas de restriction d'accès au public",
"directive 2007/2/ce (inspire), pas de restriction d'accès public",
"open licence",
"ces données sont réutilisables sans restriction par le public",
]


Expand Down