From 82e043e01d52e8996e31c850a706d0b251fb6fe2 Mon Sep 17 00:00:00 2001 From: bit4bit Date: Sun, 26 Dec 2021 20:21:04 +0000 Subject: [PATCH] facho-signer: se adiciona cabezera copyleft FossilOrigin-Name: 689429ff0f376deb1cc4f5ac6b6d260bea421695eacb66fed71ec6567363e9b3 --- experimental/facho-signer/src/facho_signer.c | 5 +++++ experimental/facho-signer/src/facho_signer.h | 5 +++++ experimental/facho-signer/src/main.c | 5 +++++ experimental/facho-signer/src/xades/templates.c | 5 +++++ experimental/facho-signer/src/xades/xades.c | 5 +++++ experimental/facho-signer/src/xades/xades.h | 5 +++++ experimental/facho-signer/src/xades/xades_test.c | 5 +++++ 7 files changed, 35 insertions(+) diff --git a/experimental/facho-signer/src/facho_signer.c b/experimental/facho-signer/src/facho_signer.c index 9693dd0..e81de51 100644 --- a/experimental/facho-signer/src/facho_signer.c +++ b/experimental/facho-signer/src/facho_signer.c @@ -1,3 +1,8 @@ +/** + * This file is part of facho. The COPYRIGHT file at the top level of + * this repository contains the full copyright notices and license terms. + */ + #include "config.h" #include "xades/xades.h" diff --git a/experimental/facho-signer/src/facho_signer.h b/experimental/facho-signer/src/facho_signer.h index 81858da..f58bb0d 100644 --- a/experimental/facho-signer/src/facho_signer.h +++ b/experimental/facho-signer/src/facho_signer.h @@ -1,3 +1,8 @@ +/** + * This file is part of facho. The COPYRIGHT file at the top level of + * this repository contains the full copyright notices and license terms. + */ + #ifndef FACHO_SIGNER_H #define FACHO_SIGNER_H diff --git a/experimental/facho-signer/src/main.c b/experimental/facho-signer/src/main.c index 30d2fa9..b857d14 100644 --- a/experimental/facho-signer/src/main.c +++ b/experimental/facho-signer/src/main.c @@ -1,3 +1,8 @@ +/** + * This file is part of facho. The COPYRIGHT file at the top level of + * this repository contains the full copyright notices and license terms. + */ + #include "xades/xades.h" #include "facho_signer.h" diff --git a/experimental/facho-signer/src/xades/templates.c b/experimental/facho-signer/src/xades/templates.c index 922177c..ed72c1d 100644 --- a/experimental/facho-signer/src/xades/templates.c +++ b/experimental/facho-signer/src/xades/templates.c @@ -1,3 +1,8 @@ +/** + * This file is part of facho. The COPYRIGHT file at the top level of + * this repository contains the full copyright notices and license terms. + */ + #include "xades.h" #include diff --git a/experimental/facho-signer/src/xades/xades.c b/experimental/facho-signer/src/xades/xades.c index 2a15b08..6f43da3 100644 --- a/experimental/facho-signer/src/xades/xades.c +++ b/experimental/facho-signer/src/xades/xades.c @@ -1,3 +1,8 @@ +/** + * This file is part of facho. The COPYRIGHT file at the top level of + * this repository contains the full copyright notices and license terms. + */ + #include "config.h" #include "xades.h" diff --git a/experimental/facho-signer/src/xades/xades.h b/experimental/facho-signer/src/xades/xades.h index fcb9dc5..cbab01a 100644 --- a/experimental/facho-signer/src/xades/xades.h +++ b/experimental/facho-signer/src/xades/xades.h @@ -1,3 +1,8 @@ +/** + * This file is part of facho. The COPYRIGHT file at the top level of + * this repository contains the full copyright notices and license terms. + */ + #ifndef XADES_H #define XADES_H diff --git a/experimental/facho-signer/src/xades/xades_test.c b/experimental/facho-signer/src/xades/xades_test.c index 8484205..72f10a2 100644 --- a/experimental/facho-signer/src/xades/xades_test.c +++ b/experimental/facho-signer/src/xades/xades_test.c @@ -1,3 +1,8 @@ +/** + * This file is part of facho. The COPYRIGHT file at the top level of + * this repository contains the full copyright notices and license terms. + */ + #include #include