From e2d446e4460f2c167862ba07d5fd7d43f6b6c703 Mon Sep 17 00:00:00 2001 From: Keith Bennett Date: Mon, 24 Mar 2014 19:26:55 +0000 Subject: [PATCH] Added back missing copyright notices. --- src/autotype/mac/AutoTypeMac.cpp | 4 +++- src/autotype/mac/AutoTypeMac.h | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/autotype/mac/AutoTypeMac.cpp b/src/autotype/mac/AutoTypeMac.cpp index d6f83b569..6840850eb 100644 --- a/src/autotype/mac/AutoTypeMac.cpp +++ b/src/autotype/mac/AutoTypeMac.cpp @@ -1,4 +1,6 @@ /* + * Copyright (C) 2009-2010 Jeff Gibbons + * Copyright (C) 2005-2008 by Tarek Saidi * Copyright (C) 2012 Felix Geyer * * This program is free software: you can redistribute it and/or modify @@ -20,7 +22,7 @@ static pid_t keepassxPID2; -#define UNICODE_BUFFER_SIZE 1 +#define UNICODE_BUFFER_SIZE 20 static UniChar unicodeBuffer[UNICODE_BUFFER_SIZE]; static UniCharCount unicodePtr = 0; // reusable events diff --git a/src/autotype/mac/AutoTypeMac.h b/src/autotype/mac/AutoTypeMac.h index 28eee1dcd..e43d33cf0 100644 --- a/src/autotype/mac/AutoTypeMac.h +++ b/src/autotype/mac/AutoTypeMac.h @@ -1,4 +1,6 @@ /* + * Copyright (C) 2009-2010 Jeff Gibbons + * Copyright (C) 2005-2008 Tarek Saidi * Copyright (C) 2012 Felix Geyer * * This program is free software: you can redistribute it and/or modify