zbyszek / rpms / grub2

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