|
|
f96e0b |
From 1ba9c912459e367cf685a95aed87ab0179733eab Mon Sep 17 00:00:00 2001
|
|
|
f96e0b |
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
|
|
|
f96e0b |
Date: Fri, 18 Jan 2013 11:54:28 +0100
|
|
|
f96e0b |
Subject: [PATCH 114/482] Add license header to spkmodem-recv.c.
|
|
|
f96e0b |
|
|
|
f96e0b |
---
|
|
|
f96e0b |
ChangeLog | 4 ++++
|
|
|
f96e0b |
util/spkmodem-recv.c | 18 ++++++++++++++++++
|
|
|
f96e0b |
2 files changed, 22 insertions(+)
|
|
|
f96e0b |
|
|
|
f96e0b |
diff --git a/ChangeLog b/ChangeLog
|
|
|
f96e0b |
index f8129ae..df311cf 100644
|
|
|
f96e0b |
--- a/ChangeLog
|
|
|
f96e0b |
+++ b/ChangeLog
|
|
|
f96e0b |
@@ -1,3 +1,7 @@
|
|
|
f96e0b |
+2013-01-18 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
f96e0b |
+
|
|
|
f96e0b |
+ Add license header to spkmodem-recv.c.
|
|
|
f96e0b |
+
|
|
|
f96e0b |
2013-01-17 Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
f96e0b |
|
|
|
f96e0b |
Rewrite spkmodem to use PIT for timing. Double the speed.
|
|
|
f96e0b |
diff --git a/util/spkmodem-recv.c b/util/spkmodem-recv.c
|
|
|
f96e0b |
index 4cc88b8..9075f9a 100644
|
|
|
f96e0b |
--- a/util/spkmodem-recv.c
|
|
|
f96e0b |
+++ b/util/spkmodem-recv.c
|
|
|
f96e0b |
@@ -1,3 +1,21 @@
|
|
|
f96e0b |
+/* spkmodem-recv.c - decode spkmodem signals */
|
|
|
f96e0b |
+/*
|
|
|
f96e0b |
+ * Copyright (C) 2013 Free Software Foundation, Inc.
|
|
|
f96e0b |
+ *
|
|
|
f96e0b |
+ * spkmodem-recv is free software: you can redistribute it and/or modify
|
|
|
f96e0b |
+ * it under the terms of the GNU General Public License as published by
|
|
|
f96e0b |
+ * the Free Software Foundation, either version 2 of the License, or
|
|
|
f96e0b |
+ * (at your option) any later version.
|
|
|
f96e0b |
+ *
|
|
|
f96e0b |
+ * spkmodem-recv is distributed in the hope that it will be useful,
|
|
|
f96e0b |
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
f96e0b |
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
f96e0b |
+ * GNU General Public License for more details.
|
|
|
f96e0b |
+ *
|
|
|
f96e0b |
+ * You should have received a copy of the GNU General Public License
|
|
|
f96e0b |
+ * along with spkmodem-recv. If not, see <http://www.gnu.org/licenses/>.
|
|
|
f96e0b |
+ */
|
|
|
f96e0b |
+
|
|
|
f96e0b |
#include <stdio.h>
|
|
|
f96e0b |
#include <stdlib.h>
|
|
|
f96e0b |
#include <string.h>
|
|
|
f96e0b |
--
|
|
|
f96e0b |
1.8.2.1
|
|
|
f96e0b |
|