From 1140daf08d50ab00a30da64a2f3b1c00a363f3b3 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Wed, 17 Apr 2013 08:48:29 +0200 Subject: [PATCH] envelope: empty files --- src/envelope.cpp | 20 ++++++++++++++++++++ src/envelope.h | 23 +++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 src/envelope.cpp create mode 100644 src/envelope.h diff --git a/src/envelope.cpp b/src/envelope.cpp new file mode 100644 index 0000000..244328e --- /dev/null +++ b/src/envelope.cpp @@ -0,0 +1,20 @@ + +/* + * This file is part of Codecrypt. + * + * Codecrypt is free software: you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or (at + * your option) any later version. + * + * Codecrypt 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 Lesser General Public + * License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Codecrypt. If not, see . + */ + +#include "envelope.h" + diff --git a/src/envelope.h b/src/envelope.h new file mode 100644 index 0000000..a8e1286 --- /dev/null +++ b/src/envelope.h @@ -0,0 +1,23 @@ + +/* + * This file is part of Codecrypt. + * + * Codecrypt is free software: you can redistribute it and/or modify it + * under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or (at + * your option) any later version. + * + * Codecrypt 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 Lesser General Public + * License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with Codecrypt. If not, see . + */ + +#ifndef _ccr_envelope_h_ +#define _ccr_envelope_h_ + +#endif +