From 8cccb0375216d1812848c322a81548ae599c62be Mon Sep 17 00:00:00 2001 From: "Jeremiah C. Foster" Date: Wed, 24 Aug 2016 14:36:19 -0400 Subject: Updated README Converting to markdown. Added copyright info. --- README | 25 ------------------------- README.md | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 25 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index ee94802..0000000 --- a/README +++ /dev/null @@ -1,25 +0,0 @@ -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: - -https://collab.genivi.org/wiki/display/genivi/TODO - -Master location for GENIVI PersistenceAdministrationService -http://git.projects.genivi.org/persistence/persistence-administration-service.git - -License -------- - -For licensing information see the COPYING file, -distributed along with this project. - - -Build Dependencies and Instructions ------------------------------------ - -The PersistenceAdministrationService(PAS) has dependencies -on the . - -The PersAdminAccessLib is delivered within this package. diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0f49eb --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +#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: + +https://collab.genivi.org/wiki/display/genivi/TODO + +Master location for GENIVI PersistenceAdministrationService +http://git.projects.genivi.org/persistence/persistence-administration-service.git + +# License and Copyright +Copyright 2014 (C) Continental + + +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 + +The PersistenceAdministrationService(PAS) has dependencies +on the . + +The PersAdminAccessLib is delivered within this package. -- cgit v1.2.1 From e43f9adec9eec24343f4c17cfef1448f0a761526 Mon Sep 17 00:00:00 2001 From: "Jeremiah C. Foster" Date: Wed, 24 Aug 2016 14:36:38 -0400 Subject: Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b0f49eb..bdefa5c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ #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: @@ -12,10 +11,8 @@ http://git.projects.genivi.org/persistence/persistence-administration-service.gi # License and Copyright Copyright 2014 (C) Continental - 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 The PersistenceAdministrationService(PAS) has dependencies -- cgit v1.2.1 From c410ab52fa595196ce73e8a65a6a650439f4d844 Mon Sep 17 00:00:00 2001 From: "Jeremiah C. Foster" Date: Wed, 24 Aug 2016 14:42:52 -0400 Subject: Added license header --- .../test_pas_check_data_after_backup_create_all.c | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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" -- cgit v1.2.1 From bada44ee12c59c5397de9af82e5b41ca6191345f Mon Sep 17 00:00:00 2001 From: "Jeremiah C. Foster" Date: Wed, 24 Aug 2016 14:45:19 -0400 Subject: Update with proper copyright assignment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdefa5c..90fb031 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Master location for GENIVI PersistenceAdministrationService http://git.projects.genivi.org/persistence/persistence-administration-service.git # License and Copyright -Copyright 2014 (C) Continental +Copyright (C) 2012 Continental Automotive Systems, Inc. For licensing information see the COPYING file, distributed along with this project. This project is licensed under the Mozilla Public License 2.0 -- cgit v1.2.1