diff options
author | Vincent Ambo <mail@tazj.in> | 2024-03-09T13·09+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-03-10T19·27+0000 |
commit | 13cced5b84a8b9a246604b82d09075494f55f545 (patch) | |
tree | 9d7b3cbcf45ac3ad5862823cda7712e5b3833ffe /tools | |
parent | 0be7b938c27e158735c28bf3733aedef7a1bdda9 (diff) |
feat(tools/emacs-pkgs): configure FSF_OWNERS file r/7666
This adds a separate owners file that can be imported in projects with FSF copyright assignment, so that only people with copyright paperwork on file can commit (or verify commits before approving). Change-Id: Ifbe07792572b9d6bf5f7d47c41135892bddea46b Reviewed-on: https://cl.tvl.fyi/c/depot/+/11108 Tested-by: BuildkiteCI Reviewed-by: sterni <sternenseemann@systemli.org> Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/emacs-pkgs/FSF_OWNERS | 6 | ||||
-rw-r--r-- | tools/emacs-pkgs/treecrumbs/OWNERS | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/tools/emacs-pkgs/FSF_OWNERS b/tools/emacs-pkgs/FSF_OWNERS new file mode 100644 index 000000000000..32a278ca744b --- /dev/null +++ b/tools/emacs-pkgs/FSF_OWNERS @@ -0,0 +1,6 @@ +# Users with approval powers for code that requires FSF copyright +# assignment. Users added here should have FSF paperwork on file, and +# should - if changes to a covered project are made - verify that the +# committers also have done the paperwork. + +tazjin diff --git a/tools/emacs-pkgs/treecrumbs/OWNERS b/tools/emacs-pkgs/treecrumbs/OWNERS new file mode 100644 index 000000000000..6049a2363478 --- /dev/null +++ b/tools/emacs-pkgs/treecrumbs/OWNERS @@ -0,0 +1,2 @@ +set noparent +file:/tools/emacs-pkgs/FSF_OWNERS |