diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 2 | ||||
-rw-r--r-- | src/find_replace.c | 2 | ||||
-rw-r--r-- | src/lua_interface.c | 2 | ||||
-rw-r--r-- | src/pm.c | 2 | ||||
-rw-r--r-- | src/properties.h | 2 | ||||
-rw-r--r-- | src/textadept.c | 2 | ||||
-rw-r--r-- | src/textadept.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/src/Makefile b/src/Makefile index 0b4b40fc..7328b2c6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -# Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +# Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. .SUFFIXES: .c .o .h .a diff --git a/src/find_replace.c b/src/find_replace.c index b6c8135f..54c3f9e1 100644 --- a/src/find_replace.c +++ b/src/find_replace.c @@ -1,4 +1,4 @@ -// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. #include "textadept.h" diff --git a/src/lua_interface.c b/src/lua_interface.c index 1e989022..8f7445e6 100644 --- a/src/lua_interface.c +++ b/src/lua_interface.c @@ -1,4 +1,4 @@ -// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. #include "textadept.h" @@ -1,4 +1,4 @@ -// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. #include "textadept.h" diff --git a/src/properties.h b/src/properties.h index 1786bbc4..24f10507 100644 --- a/src/properties.h +++ b/src/properties.h @@ -1,4 +1,4 @@ -// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. #ifndef PROPERTIES_H #define PROPERTIES_H diff --git a/src/textadept.c b/src/textadept.c index adeb89cb..8ae255f4 100644 --- a/src/textadept.c +++ b/src/textadept.c @@ -1,4 +1,4 @@ -// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. #include "textadept.h" #include "properties.h" diff --git a/src/textadept.h b/src/textadept.h index 5a6309a3..aae1fd8a 100644 --- a/src/textadept.h +++ b/src/textadept.h @@ -1,4 +1,4 @@ -// Copyright 2007 Mitchell mitchell<att>caladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchell<att>caladbolg.net. See LICENSE. #ifndef TEXTADEPT_H #define TEXTADEPT_H |