summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-uuc/imx-uuc/sdimage.c-uu.c-update-license-header.patch
blob: bb322ce41602177f6d5394a20cce041593df6589 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
From: Otavio Salvador <otavio@ossystems.com.br>
Date: Fri, 17 Jan 2014 09:34:31 -0200
Subject: sdimage.c, uu.c: update license header
Organization: O.S. Systems Software LTDA.

Upstream-Status: Pending

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 sdimage.c | 2 +-
 uu.c      | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/sdimage.c b/sdimage.c
index e8adf32..d13b851 100644
--- a/sdimage.c
+++ b/sdimage.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2009-2010 Freescale Semiconductor, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
diff --git a/uu.c b/uu.c
index 0dbbe94..28848dc 100644
--- a/uu.c
+++ b/uu.c
@@ -1,7 +1,7 @@
 /*
  * iMX utp decode program
  *
- * Copyright 2010-2013 Freescale Semiconductor, Inc.
+ * Copyright (C) 2010-2013 Freescale Semiconductor, Inc.
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -13,9 +13,9 @@
  * 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 this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #define _GNU_SOURCE
-- 
1.8.5.2