From 741a1d3d5a7118f00bcd367ae74de5e3321065d1 Mon Sep 17 00:00:00 2001 From: robocop Date: Wed, 12 Jan 2005 04:34:16 +0000 Subject: [PATCH] Correct the year in Alex' changed licenses. --- src/common/classes/locks.cpp | 2 +- src/jrd/os/thd_priority.h | 2 +- src/jrd/os/win32/thd_priority.cpp | 2 +- src/jrd/y_handle.h | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/common/classes/locks.cpp b/src/common/classes/locks.cpp index bf92ed5247..ed15201b0e 100644 --- a/src/common/classes/locks.cpp +++ b/src/common/classes/locks.cpp @@ -18,7 +18,7 @@ * The Original Code was created by Alexander Peshkoff * for the Firebird Open Source RDBMS project. * - * Copyright (c) 2004 Alexander Peshkoff + * Copyright (c) 2003 Alexander Peshkoff * and all contributors signed below. * * All Rights Reserved. diff --git a/src/jrd/os/thd_priority.h b/src/jrd/os/thd_priority.h index 91e97c595b..eaa75c8f86 100644 --- a/src/jrd/os/thd_priority.h +++ b/src/jrd/os/thd_priority.h @@ -17,7 +17,7 @@ * The Original Code was created by Alexander Peshkoff * for the Firebird Open Source RDBMS project. * - * Copyright (c) 2004 Alexander Peshkoff + * Copyright (c) 2002 Alexander Peshkoff * and all contributors signed below. * * 2002.10.20 Alexander Peshkoff: Created this scheduler, changing diff --git a/src/jrd/os/win32/thd_priority.cpp b/src/jrd/os/win32/thd_priority.cpp index 0ff9dad4c8..479ea52475 100644 --- a/src/jrd/os/win32/thd_priority.cpp +++ b/src/jrd/os/win32/thd_priority.cpp @@ -17,7 +17,7 @@ * The Original Code was created by Alexander Peshkoff * for the Firebird Open Source RDBMS project. * - * Copyright (c) 2004 Alexander Peshkoff + * Copyright (c) 2002 Alexander Peshkoff * and all contributors signed below. * * 2002.10.20 Alexander Peshkoff: Created this scheduler, changing diff --git a/src/jrd/y_handle.h b/src/jrd/y_handle.h index c1efbdb93a..fc2ed21ce3 100644 --- a/src/jrd/y_handle.h +++ b/src/jrd/y_handle.h @@ -1,6 +1,3 @@ -#ifndef JRD_Y_HANDLE_H -#define JRD_Y_HANDLE_H - /* * The contents of this file are subject to the Initial * Developer's Public License Version 1.0 (the "License"); @@ -16,7 +13,7 @@ * The Original Code was created by Alexander Peshkoff * for the Firebird Open Source RDBMS project. * - * Copyright (c) 2004 Alexander Peshkoff + * Copyright (c) 2002 Alexander Peshkoff * and all contributors signed below. * * All rights reserved. @@ -25,6 +22,9 @@ * */ +#ifndef JRD_Y_HANDLE_H +#define JRD_Y_HANDLE_H + /* * These definitions placed into separate file * to avoid multiple definition of struct why_hndl in why.cpp