mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 18:56:01 +01:00
Add default copyright headers
This commit is contained in:
parent
abbd8d8550
commit
b836503b17
2 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
/* See LICENSE file for license and copyright information */
|
||||
|
||||
#include "seccomp-filters.h"
|
||||
|
||||
#ifdef WITH_SECCOMP
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
/* See LICENSE file for license and copyright information */
|
||||
|
||||
#ifndef ZATHURA_SECCOMP_FILTERS_H
|
||||
#define ZATHURA_SECCOMP_FILTERS_H
|
||||
|
||||
|
|
Loading…
Reference in a new issue