aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-01-07 01:09:14 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-01-07 01:09:14 -0500
commitcfc99e8034d8e8769448cc680116f8e30f931ade (patch)
tree8a722f49d0a757bee24c05f7deedd0252b60c518 /modules/cpp
parent5248783475981cd9eb9d0ba0109e353ca7c5b1f6 (diff)
downloadtextadept-cfc99e8034d8e8769448cc680116f8e30f931ade.tar.gz
textadept-cfc99e8034d8e8769448cc680116f8e30f931ade.zip
Updated copyright to 2010.
Diffstat (limited to 'modules/cpp')
-rw-r--r--modules/cpp/commands.lua2
-rw-r--r--modules/cpp/init.lua2
-rw-r--r--modules/cpp/snippets.lua2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua
index 65c3f8af..1ec6e94a 100644
--- a/modules/cpp/commands.lua
+++ b/modules/cpp/commands.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
local textadept = _G.textadept
diff --git a/modules/cpp/init.lua b/modules/cpp/init.lua
index 538d5c70..1937f930 100644
--- a/modules/cpp/init.lua
+++ b/modules/cpp/init.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- The cpp module.
diff --git a/modules/cpp/snippets.lua b/modules/cpp/snippets.lua
index 8a4e0291..98eab9b0 100644
--- a/modules/cpp/snippets.lua
+++ b/modules/cpp/snippets.lua
@@ -1,4 +1,4 @@
--- Copyright 2007-2009 Mitchell mitchell<att>caladbolg.net. See LICENSE.
+-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
---
-- Snippets for the cpp module.