From 77a34ada842927c01fca2d8f53d06c697b619b80 Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <benie@infektor.net>
Date: Thu, 23 Nov 2017 21:40:32 +0000
Subject: [PATCH] Update Codeplay Software Ltd. license snippet

---
 UltiSnips/all.snippets | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/UltiSnips/all.snippets b/UltiSnips/all.snippets
index 24cfdd2..d90580a 100644
--- a/UltiSnips/all.snippets
+++ b/UltiSnips/all.snippets
@@ -63,8 +63,7 @@ snippet utc "UTC date time now" i
 endsnippet
 
 snippet codeplay "Codeplay Software Ltd. copywrite"
-`!p snip.rv=commentbefore()`Copyright (C) 2002-`!p import datetime
-snip.rv=datetime.date.today().year` Codeplay Software Limited. All Rights Reserved.`!p snip.rv=commentafter()`
+`!p snip.rv=commentbefore()`Copyright (C) Codeplay Software Limited. All Rights Reserved.`!p snip.rv=commentafter()`
 $0
 endsnippet