dect
/
libdect
Archived
13
0
Fork 0

Update remaining copyright statements

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-07-08 21:40:16 +02:00
parent 3b587ea913
commit 1f98e1ee7d
19 changed files with 55 additions and 14 deletions

View File

@ -1,7 +1,7 @@
/*
* DECT Mobility Management FP example
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as

View File

@ -1,3 +1,8 @@
/*
* DECT B-Format messages
*
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_B_FMT_H
#define _LIBDECT_B_FMT_H

View File

@ -1,7 +1,7 @@
/*
* DECT Call Control
* DECT Call Control (CC)
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_CC_H

View File

@ -1,3 +1,9 @@
/*
* DECT Connection Oriented Message Service (COMS)
*
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_COMS_H
#define _LIBDECT_COMS_H

View File

@ -1,3 +1,9 @@
/*
* DECT authentication functions
*
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_DECT_AUTH_H
#define _LIBDECT_DECT_AUTH_H

View File

@ -1,7 +1,7 @@
/*
* DECT Call-Control (CC) NWK <-> IWU interface
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_DECT_CC_H

View File

@ -1,7 +1,7 @@
/*
* DECT Identities
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_DECT_IDENTITIES_H

View File

@ -1,7 +1,7 @@
/*
* DECT S-Format Information Elements
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_DECT_IE_H

View File

@ -1,7 +1,7 @@
/*
* DECT Link Control Entity (LCE) NWK <-> IWU interface
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_DECT_LCE_H

View File

@ -1,7 +1,7 @@
/*
* libdect main header file
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_DECT_LIBDECT_H

View File

@ -1,7 +1,7 @@
/*
* DECT Mobility Management (MM) NWK <-> IWU interface
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_DECT_MM_H

View File

@ -1,7 +1,7 @@
/*
* DECT Suplementary Services (SS) NWK <-> IWU interface
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_DECT_SS_H

View File

@ -1,3 +1,9 @@
/*
* libdect file descriptor handling
*
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_FILE_H
#define _LIBDECT_FILE_H

View File

@ -1,3 +1,9 @@
/*
* DECT identities
*
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_IDENTITIES_H
#define _LIBDECT_IDENTITIES_H

View File

@ -1,7 +1,7 @@
/*
* DECT Link Control Entity (LCE)
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_LCE_H

View File

@ -1,7 +1,7 @@
/*
* DECT Mobility Management
* DECT Mobility Management (MM)
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_MM_H

View File

@ -1,3 +1,9 @@
/*
* DECT S-Format messages
*
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_S_FMT_H
#define _LIBDECT_S_FMT_H

View File

@ -1,7 +1,7 @@
/*
* DECT Supplementary Services (SS)
*
* Copyright (c) 2009 Patrick McHardy <kaber@trash.net>
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_SS_H

View File

@ -1,3 +1,9 @@
/*
* libdect timer handling
*
* Copyright (c) 2009-2010 Patrick McHardy <kaber@trash.net>
*/
#ifndef _LIBDECT_TIMER_H
#define _LIBDECT_TIMER_H