From 63da421a2987c5d71c7adb99d0b82c32116c55ba Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Mon, 3 Mar 2008 21:58:51 -0500 Subject: Updated copyright notice to include the year 2008. --- src/Makefile | 2 +- src/find_replace.c | 2 +- src/lua_interface.c | 2 +- src/pm.c | 2 +- src/properties.h | 2 +- src/textadept.c | 2 +- src/textadept.h | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') 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 mitchellcaladbolg.net. See LICENSE. +# Copyright 2007-2008 Mitchell mitchellcaladbolg.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 mitchellcaladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchellcaladbolg.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 mitchellcaladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. #include "textadept.h" diff --git a/src/pm.c b/src/pm.c index 7737b8cb..b9d23835 100644 --- a/src/pm.c +++ b/src/pm.c @@ -1,4 +1,4 @@ -// Copyright 2007 Mitchell mitchellcaladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchellcaladbolg.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 mitchellcaladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchellcaladbolg.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 mitchellcaladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchellcaladbolg.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 mitchellcaladbolg.net. See LICENSE. +// Copyright 2007-2008 Mitchell mitchellcaladbolg.net. See LICENSE. #ifndef TEXTADEPT_H #define TEXTADEPT_H -- cgit v1.2.3