From 24c014608a71df1af6f89155f4f139d1b19b942e Mon Sep 17 00:00:00 2001 From: Olivier Langella <olivier.langella@u-psud.fr> Date: Wed, 14 Mar 2018 17:00:21 +0100 Subject: [PATCH] new PTM peptide files --- src/grouping/ptm/ptmpeptide.cpp | 30 ++++++++++++++++++++++++++++-- src/grouping/ptm/ptmpeptide.h | 30 ++++++++++++++++++++++++++++-- 2 files changed, 56 insertions(+), 4 deletions(-) diff --git a/src/grouping/ptm/ptmpeptide.cpp b/src/grouping/ptm/ptmpeptide.cpp index 2e4924538..498858ee9 100644 --- a/src/grouping/ptm/ptmpeptide.cpp +++ b/src/grouping/ptm/ptmpeptide.cpp @@ -1,5 +1,31 @@ -/* - * Could not load previous license +/** + * \file core/grouping/ptm/ptmpeptide.cpp + * \date 14/3/2018 + * \author Olivier Langella + * \brief handles PTM peptide */ +/******************************************************************************* +* Copyright (c) 2018 Olivier Langella <olivier.langella@u-psud.fr>. +* +* This file is part of XTPcpp. +* +* XTPcpp is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* XTPcpp is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with XTPcpp. If not, see <http://www.gnu.org/licenses/>. +* +* Contributors: +* Olivier Langella <olivier.langella@u-psud.fr> - initial API and implementation +******************************************************************************/ + + #include "ptmpeptide.h" diff --git a/src/grouping/ptm/ptmpeptide.h b/src/grouping/ptm/ptmpeptide.h index b1c762c2a..1f0268533 100644 --- a/src/grouping/ptm/ptmpeptide.h +++ b/src/grouping/ptm/ptmpeptide.h @@ -1,7 +1,33 @@ -/* - * Could not load previous license +/** + * \file core/grouping/ptm/ptmpeptide.h + * \date 14/3/2018 + * \author Olivier Langella + * \brief handles PTM peptide */ +/******************************************************************************* +* Copyright (c) 2018 Olivier Langella <olivier.langella@u-psud.fr>. +* +* This file is part of XTPcpp. +* +* XTPcpp is free software: you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation, either version 3 of the License, or +* (at your option) any later version. +* +* XTPcpp is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with XTPcpp. If not, see <http://www.gnu.org/licenses/>. +* +* Contributors: +* Olivier Langella <olivier.langella@u-psud.fr> - initial API and implementation +******************************************************************************/ + + #ifndef PTMPEPTIDE_H #define PTMPEPTIDE_H -- GitLab