diff options
author | 2009-01-01 09:40:21 -0500 | |
---|---|---|
committer | 2009-01-01 09:40:21 -0500 | |
commit | f8d164035d1c33343e875dff368e7ab3bf9884d8 (patch) | |
tree | 0b2ec610cfa8e4370b6f2fea63f7186cfe48c953 /modules/cpp | |
parent | 2eaa5fc28bcfab10bb824faff740f3acab354158 (diff) | |
download | textadept-f8d164035d1c33343e875dff368e7ab3bf9884d8.tar.gz textadept-f8d164035d1c33343e875dff368e7ab3bf9884d8.zip |
Updated copyright dates for 2009.
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 2a47407d..09ea1dfe 100644 --- a/modules/cpp/commands.lua +++ b/modules/cpp/commands.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2009 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 7fb434ca..538d5c70 100644 --- a/modules/cpp/init.lua +++ b/modules/cpp/init.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- The cpp module. diff --git a/modules/cpp/snippets.lua b/modules/cpp/snippets.lua index bfd12ca3..4f2c5833 100644 --- a/modules/cpp/snippets.lua +++ b/modules/cpp/snippets.lua @@ -1,4 +1,4 @@ --- Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE. --- -- Snippets for the cpp module. |