add approprate per-file license headers
This commit is contained in:
parent
06f6e98d12
commit
ae746a3e08
11 changed files with 89 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
|||
/* capn-list.inc
|
||||
*
|
||||
* Copyright (C) 2013 James McKaskill
|
||||
*
|
||||
* This software may be modified and distributed under the terms
|
||||
* of the MIT license. See the LICENSE file for details.
|
||||
*/
|
||||
|
||||
#define CAT2(A,B) A ## B
|
||||
#define CAT(A,B) CAT2(A, B)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue