summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Sagnes <guy.sagnes@continental-corporation.com>2017-01-27 16:54:55 +0100
committerGitHub <noreply@github.com>2017-01-27 16:54:55 +0100
commit7fb70fdc6b42047024afbab1598424236e822985 (patch)
tree9185c5a006cc42a296b9f1d1c11089b880483f7b
parent272398a4ad1aa434b0edb5ba42efd7bceccc3963 (diff)
parentbada44ee12c59c5397de9af82e5b41ca6191345f (diff)
downloadpersistence-administrator-7fb70fdc6b42047024afbab1598424236e822985.tar.gz
Merge pull request #2 from jeremiah/jeremiah-license-and-format-patch-1
Jeremiah license and format patch
-rw-r--r--README.md (renamed from README)14
-rw-r--r--test/pers_svc_test/src/test_pas_check_data_after_backup_create_all.c23
2 files changed, 28 insertions, 9 deletions
diff --git a/README b/README.md
index ee94802..90fb031 100644
--- a/README
+++ b/README.md
@@ -1,5 +1,4 @@
-GENIVI PersistenceAdministrationService (PAS) README
-=====================================
+#GENIVI PersistenceAdministrationService (PAS) README
This is the official source of the GENIVI PersistenceAdministrationService. At present, all
relevant documentation for this project is available in the GENIVI wiki on:
@@ -9,15 +8,12 @@ https://collab.genivi.org/wiki/display/genivi/TODO
Master location for GENIVI PersistenceAdministrationService
http://git.projects.genivi.org/persistence/persistence-administration-service.git
-License
--------
+# License and Copyright
+Copyright (C) 2012 Continental Automotive Systems, Inc.
-For licensing information see the COPYING file,
-distributed along with this project.
+For licensing information see the COPYING file, distributed along with this project. This project is licensed under the Mozilla Public License 2.0
-
-Build Dependencies and Instructions
------------------------------------
+# Build Dependencies and Instructions
The PersistenceAdministrationService(PAS) has dependencies
on the .
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"