From 8a59694b2a521359c2e1762fd633b36469a4ffb6 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 26 Sep 2020 18:47:24 +0100 Subject: [PATCH] vim/cpp: add FPP copyright snippet --- vim/ultisnips/cpp.snippets | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vim/ultisnips/cpp.snippets b/vim/ultisnips/cpp.snippets index 1142bf6..5530263 100644 --- a/vim/ultisnips/cpp.snippets +++ b/vim/ultisnips/cpp.snippets @@ -161,3 +161,10 @@ ${VISUAL}${0} #pragma GCC diagnostic pop endsnippet +snippet FPP "FPP Copyright" b +// Copyright © Focal Point Positioning Limited 2020. All Rights Reserved. +// This code is the copyright of Focal Point Positioning Limited and +// cannot be used, copied or distributed without the express written +// permission of Focal Point Positioning Limited. +${0} +endsnippet -- 2.48.1