mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-03 12:06:25 -04:00
Added back missing copyright notices.
This commit is contained in:
parent
54306473f3
commit
e2d446e446
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2009-2010 Jeff Gibbons
|
||||
* Copyright (C) 2005-2008 by Tarek Saidi <tarek.saidi@arcor.de>
|
||||
* Copyright (C) 2012 Felix Geyer <debfx@fobos.de>
|
||||
*
|
||||
* 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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
/*
|
||||
* Copyright (C) 2009-2010 Jeff Gibbons
|
||||
* Copyright (C) 2005-2008 Tarek Saidi <tarek.saidi@arcor.de>
|
||||
* Copyright (C) 2012 Felix Geyer <debfx@fobos.de>
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue