From b94a324c4007ea6b65d9fe7cb2c9262035018cba Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Tue, 15 Feb 2022 20:37:06 +0000 Subject: [PATCH] chore(emacs): add c style copyright header --- site-modules/core/files/emacs/snippets/c++-mode/pbsd | 10 ++++++++++ site-modules/core/files/emacs/snippets/c-mode/pbsd | 10 ++++++++++ 2 files changed, 20 insertions(+) create mode 100644 site-modules/core/files/emacs/snippets/c++-mode/pbsd create mode 100644 site-modules/core/files/emacs/snippets/c-mode/pbsd diff --git a/site-modules/core/files/emacs/snippets/c++-mode/pbsd b/site-modules/core/files/emacs/snippets/c++-mode/pbsd new file mode 100644 index 0000000..895a917 --- /dev/null +++ b/site-modules/core/files/emacs/snippets/c++-mode/pbsd @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: Practically BSD licence +# key: pbsd +# -- +// Copyright 2021 Practically.io All rights reserved +// +// Use of this source is governed by a BSD-style +// licence that can be found in the LICENCE file or at +// https://www.practically.io/copyright/ +$0 \ No newline at end of file diff --git a/site-modules/core/files/emacs/snippets/c-mode/pbsd b/site-modules/core/files/emacs/snippets/c-mode/pbsd new file mode 100644 index 0000000..895a917 --- /dev/null +++ b/site-modules/core/files/emacs/snippets/c-mode/pbsd @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: Practically BSD licence +# key: pbsd +# -- +// Copyright 2021 Practically.io All rights reserved +// +// Use of this source is governed by a BSD-style +// licence that can be found in the LICENCE file or at +// https://www.practically.io/copyright/ +$0 \ No newline at end of file