summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremiah C. Foster <jeremiah@jeremiahfoster.com>2016-08-24 14:42:52 -0400
committerGitHub <noreply@github.com>2016-08-24 14:42:52 -0400
commitc410ab52fa595196ce73e8a65a6a650439f4d844 (patch)
treeee8219eb5e6bb147c96d2e30f8c76323b00662cd
parente43f9adec9eec24343f4c17cfef1448f0a761526 (diff)
downloadpersistence-administrator-c410ab52fa595196ce73e8a65a6a650439f4d844.tar.gz
Added license header
-rw-r--r--test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c b/test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c
index f5ee203..b8fe9fd 100644
--- a/test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c
+++ b/test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c
@@ -1,3 +1,26 @@
+/*********************************************************************************************************************
+*
+* Copyright (C) 2012 Continental Automotive Systems, Inc.
+*
+* Author: Ionut.Ieremie@continental-corporation.com
+*
+* Implementation of backup process
+*
+* 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/.
+*
+* Date Author Reason
+ 2015.10.20 Cosmin Cernat Fixed buffer overflow issue.
+ Extension of the function persadmin_serialize_data() call with handover of the buffer with its size
+ 2013.04.15 Petrica Manoila CSP_WZ#3424: Add IF extension for "restore to default"
+ 2013.01.24 Petrica Manoila CSP_WZ#2246: Added additional test cases for persAdminDataBackupRecovery
+ 2012.12.11 Petrica Manoila CSP_WZ#1280: Added test cases for persAdminDataBackupRecovery
+ 2012.11.23 Ana Chisca, Alin Liteanu CSP_WZ#1280: Added test cases for persAdminDataBackupCreate & persAdminUserDataDelete
+ 2012.11.21 Ionut Ieremie CSP_WZ#1280: Created (only framework and a dummy test case)
+*
+**********************************************************************************************************************/
+
#include "persComTypes.h"
#include "stdio.h"
#include "string.h"