summaryrefslogtreecommitdiff
path: root/src/lrtp.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2013-08-28 10:11:13 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2013-08-28 10:11:13 +0200
commit85c89b8ce37ac26d060d7ed09cc2406f92b18e29 (patch)
treef512f87b97d755d09c808dae11ba5462413f3c34 /src/lrtp.h
parentebb0fb3024590bc53acd9a2338dbc02f8bc92c94 (diff)
Initial project skeleton.
Diffstat (limited to 'src/lrtp.h')
-rw-r--r--src/lrtp.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/lrtp.h b/src/lrtp.h
new file mode 100644
index 0000000..4944a37
--- /dev/null
+++ b/src/lrtp.h
@@ -0,0 +1,30 @@
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
+/* vim: set et sw=2 ts=2: */
+/***************************************************************************
+ * lrtp.h
+ *
+ * Wed Aug 28 09:50:55 CEST 2013
+ * Copyright 2013 Bent Bisballe Nyeng
+ * deva@aasimon.org
+ ****************************************************************************/
+
+/*
+ * This file is part of lrtp.
+ *
+ * lrtp 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 2 of the License, or
+ * (at your option) any later version.
+ *
+ * lrtp 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 lrtp; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
+ */
+#ifndef __LRTP_LRTP_H__
+#define __LRTP_LRTP_H__
+#endif/*__LRTP_LRTP_H__*/