diff options
author | 2008-03-03 21:58:51 -0500 | |
---|---|---|
committer | 2008-03-03 21:58:51 -0500 | |
commit | 63da421a2987c5d71c7adb99d0b82c32116c55ba (patch) | |
tree | cedf0a9f37522f174fe3b17498b67929460eceff /modules/cpp | |
parent | aa77a1a37c8f2e88957bdd8ad1b4e0476452ddd7 (diff) | |
download | textadept-63da421a2987c5d71c7adb99d0b82c32116c55ba.tar.gz textadept-63da421a2987c5d71c7adb99d0b82c32116c55ba.zip |
Updated copyright notice to include the year 2008.
Diffstat (limited to 'modules/cpp')
-rw-r--r-- | modules/cpp/commands.lua | 2 | ||||
-rw-r--r-- | modules/cpp/init.lua | 2 | ||||
-rw-r--r-- | modules/cpp/snippets.lua | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua index 62c06be2..4b35fcac 100644 --- a/modules/cpp/commands.lua +++ b/modules/cpp/commands.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Commands for the cpp module. diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua index 7e1d8dd9..7fb434ca 100644 --- a/modules/cpp/init.lua +++ b/modules/cpp/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- The cpp module. diff --git a/modules/cpp/snippets.lua b/modules/cpp/snippets.lua index 17fd5219..bfd12ca3 100644 --- a/modules/cpp/snippets.lua +++ b/modules/cpp/snippets.lua @@ -1,4 +1,4 @@ --- Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Snippets for the cpp module. |