mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-18 05:14:16 -05:00
Added back missing copyright notices.
This commit is contained in:
parent
54306473f3
commit
e2d446e446
@ -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…
x
Reference in New Issue
Block a user