diff options
author | Lassi Marttala <lassi.lm.marttala@partner.bmw.com> | 2012-03-26 11:36:30 +0200 |
---|---|---|
committer | Lassi Marttala <lassi.lm.marttala@partner.bmw.com> | 2012-03-26 11:36:30 +0200 |
commit | d43dfd4285c2764744ceda1c94eab664f910ac06 (patch) | |
tree | 81a6977a324adc760ec2f565dcfdaf1cb994fa28 /include/dlt/dlt_filetransfer.h | |
parent | ea10cd0161638a5dd7a1ed82321e1ef5a4798c04 (diff) | |
download | DLT-daemon-d43dfd4285c2764744ceda1c94eab664f910ac06.tar.gz |
GDLT-38, Added license to dlt_filetransfer, which had no license
notification
Diffstat (limited to 'include/dlt/dlt_filetransfer.h')
-rw-r--r-- | include/dlt/dlt_filetransfer.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/dlt/dlt_filetransfer.h b/include/dlt/dlt_filetransfer.h index e17f79f..8c55268 100644 --- a/include/dlt/dlt_filetransfer.h +++ b/include/dlt/dlt_filetransfer.h @@ -1,3 +1,22 @@ +/** + * @licence app begin@ + * Copyright (C) 2012 BMW AG + * + * This file is part of GENIVI Project Dlt - Diagnostic Log and Trace console apps. + * + * Contributions are licensed to the GENIVI Alliance under one or more + * Contribution License Agreements. + * + * \copyright + * This Source Code Form is subject to the terms of the + * Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with + * this file, You can obtain one at http://mozilla.org/MPL/2.0/. + * + * \file <FILE> + * For further information see http://www.genivi.org/. + * @licence end@ + */ + #include <limits.h> /* Needed for LONG_MAX */ #include <sys/stat.h> /* Needed for struct stat st*/ #include "dlt.h" /* Needed for DLT Logs */ |