From: Samir Benmendil Date: Sat, 26 Sep 2020 17:47:24 +0000 (+0100) Subject: vim/cpp: add FPP copyright snippet X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8a59694b2a521359c2e1762fd633b36469a4ffb6 vim/cpp: add FPP copyright snippet --- 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