From 1cf325c4756535184216ccd0584124bd412baa9c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 4 Sep 2020 16:31:03 -0400 Subject: [PATCH] templates: rename "licence" -> "license" Unintentional French. Signed-off-by: Philippe Proulx --- barectf/templates/c/barectf.c.j2 | 2 +- barectf/templates/c/barectf.h.j2 | 2 +- barectf/templates/c/bitfield.h.j2 | 2 +- .../{licence-header-footer.j2 => license-header-footer.j2} | 0 barectf/templates/{licence-header.j2 => license-header.j2} | 2 +- barectf/templates/metadata/metadata.j2 | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename barectf/templates/{licence-header-footer.j2 => license-header-footer.j2} (100%) rename barectf/templates/{licence-header.j2 => license-header.j2} (98%) diff --git a/barectf/templates/c/barectf.c.j2 b/barectf/templates/c/barectf.c.j2 index 00c07e0..193f2d1 100644 --- a/barectf/templates/c/barectf.c.j2 +++ b/barectf/templates/c/barectf.c.j2 @@ -30,7 +30,7 @@ {% set ctx_struct_name = c_common.ctx_struct_name %} {% set cg_opts = cfg.options.code_generation_options %} {% set const_params = true %} -{% include 'licence-header.j2' %} +{% include 'license-header.j2' %} #include diff --git a/barectf/templates/c/barectf.h.j2 b/barectf/templates/c/barectf.h.j2 index c123cda..1cea42d 100644 --- a/barectf/templates/c/barectf.h.j2 +++ b/barectf/templates/c/barectf.h.j2 @@ -34,7 +34,7 @@ #ifndef _{{ ucprefix }}H #define _{{ ucprefix }}H -{% include 'licence-header.j2' %} +{% include 'license-header.j2' %} #include diff --git a/barectf/templates/c/bitfield.h.j2 b/barectf/templates/c/bitfield.h.j2 index e495194..0ec0784 100644 --- a/barectf/templates/c/bitfield.h.j2 +++ b/barectf/templates/c/bitfield.h.j2 @@ -54,7 +54,7 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * -{% include 'licence-header-footer.j2' %} +{% include 'license-header-footer.j2' %} #include diff --git a/barectf/templates/licence-header-footer.j2 b/barectf/templates/license-header-footer.j2 similarity index 100% rename from barectf/templates/licence-header-footer.j2 rename to barectf/templates/license-header-footer.j2 diff --git a/barectf/templates/licence-header.j2 b/barectf/templates/license-header.j2 similarity index 98% rename from barectf/templates/licence-header.j2 rename to barectf/templates/license-header.j2 index ec02bba..e1eccb8 100644 --- a/barectf/templates/licence-header.j2 +++ b/barectf/templates/license-header.j2 @@ -47,4 +47,4 @@ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE * SOFTWARE. * -{% include 'licence-header-footer.j2' %} +{% include 'license-header-footer.j2' %} diff --git a/barectf/templates/metadata/metadata.j2 b/barectf/templates/metadata/metadata.j2 index 68331ca..240e0b1 100644 --- a/barectf/templates/metadata/metadata.j2 +++ b/barectf/templates/metadata/metadata.j2 @@ -25,7 +25,7 @@ {% import 'common.j2' as common %} /* CTF 1.8 */ -{% include 'licence-header.j2' %} +{% include 'license-header.j2' %} {# -- 2.34.1