From 21e1ea087705813a5daf5e8a9ef35b2f3570bd2a Mon Sep 17 00:00:00 2001 From: Giovanni Mascellani Date: Sun, 11 Oct 2020 17:22:32 +0200 Subject: [PATCH] Fix typo in copyright headers. --- example/snippets/regex_token_iterator_eg_1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/snippets/regex_token_iterator_eg_1.cpp b/example/snippets/regex_token_iterator_eg_1.cpp index 74fcbf1a..4bf5c62f 100644 --- a/example/snippets/regex_token_iterator_eg_1.cpp +++ b/example/snippets/regex_token_iterator_eg_1.cpp @@ -1,6 +1,6 @@ /* * - * Copyright (c) 12003 + * Copyright (c) 2003 * John Maddock * * Use, modification and distribution are subject to the