It has been noted that "All rights reserved" statement conflicts with GPL,
remove it.

Signed-off-by: Igor Mitsyanko <i.mitsya...@samsung.com>
---
 hw/exynos4210.c          |    2 +-
 hw/exynos4210.h          |    2 +-
 hw/exynos4210_combiner.c |    3 +--
 hw/exynos4210_fimd.c     |    3 +--
 hw/exynos4210_gic.c      |    3 +--
 hw/exynos4210_mct.c      |    3 +--
 hw/exynos4210_pwm.c      |    3 +--
 hw/exynos4_boards.c      |    2 +-
 8 files changed, 8 insertions(+), 13 deletions(-)

diff --git a/hw/exynos4210.c b/hw/exynos4210.c
index afc4bdc..a3a06f7 100644
--- a/hw/exynos4210.c
+++ b/hw/exynos4210.c
@@ -1,7 +1,7 @@
 /*
  *  Samsung exynos4210 SoC emulation
  *
- *  Copyright (c) 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ *  Copyright (c) 2011 Samsung Electronics Co., Ltd.
  *    Maksim Kozlov <m.koz...@samsung.com>
  *    Evgeny Voevodin <e.voevo...@samsung.com>
  *    Igor Mitsyanko  <i.mitsya...@samsung.com>
diff --git a/hw/exynos4210.h b/hw/exynos4210.h
index f7c7027..79c1b78 100644
--- a/hw/exynos4210.h
+++ b/hw/exynos4210.h
@@ -1,7 +1,7 @@
 /*
  *  Samsung exynos4210 SoC emulation
  *
- *  Copyright (c) 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ *  Copyright (c) 2011 Samsung Electronics Co., Ltd.
  *    Maksim Kozlov <m.koz...@samsung.com>
  *    Evgeny Voevodin <e.voevo...@samsung.com>
  *    Igor Mitsyanko <i.mitsya...@samsung.com>
diff --git a/hw/exynos4210_combiner.c b/hw/exynos4210_combiner.c
index 80af22c..a4a159a 100644
--- a/hw/exynos4210_combiner.c
+++ b/hw/exynos4210_combiner.c
@@ -1,8 +1,7 @@
 /*
  * Samsung exynos4210 Interrupt Combiner
  *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
- * All rights reserved.
+ * Copyright (c) 2011 Samsung Electronics Co., Ltd.
  *
  * Evgeny Voevodin <e.voevo...@samsung.com>
  *
diff --git a/hw/exynos4210_fimd.c b/hw/exynos4210_fimd.c
index 3313f00..0cedf6b 100644
--- a/hw/exynos4210_fimd.c
+++ b/hw/exynos4210_fimd.c
@@ -1,8 +1,7 @@
 /*
  * Samsung exynos4210 Display Controller (FIMD)
  *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
- * All rights reserved.
+ * Copyright (c) 2011 Samsung Electronics Co., Ltd.
  * Based on LCD controller for Samsung S5PC1xx-based board emulation
  * by Kirill Batuzov <batuz...@ispras.ru>
  *
diff --git a/hw/exynos4210_gic.c b/hw/exynos4210_gic.c
index e1b215e..3bd4f3e 100644
--- a/hw/exynos4210_gic.c
+++ b/hw/exynos4210_gic.c
@@ -1,8 +1,7 @@
 /*
  * Samsung exynos4210 GIC implementation. Based on hw/arm_gic.c
  *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
- * All rights reserved.
+ * Copyright (c) 2011 Samsung Electronics Co., Ltd.
  *
  * Evgeny Voevodin <e.voevo...@samsung.com>
  *
diff --git a/hw/exynos4210_mct.c b/hw/exynos4210_mct.c
index 7474fcf..8838126 100644
--- a/hw/exynos4210_mct.c
+++ b/hw/exynos4210_mct.c
@@ -1,8 +1,7 @@
 /*
  * Samsung exynos4210 Multi Core timer
  *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
- * All rights reserved.
+ * Copyright (c) 2011 Samsung Electronics Co., Ltd.
  *
  * Evgeny Voevodin <e.voevo...@samsung.com>
  *
diff --git a/hw/exynos4210_pwm.c b/hw/exynos4210_pwm.c
index 6243e59..98227e5 100644
--- a/hw/exynos4210_pwm.c
+++ b/hw/exynos4210_pwm.c
@@ -1,8 +1,7 @@
 /*
  * Samsung exynos4210 Pulse Width Modulation Timer
  *
- * Copyright (c) 2000 - 2011 Samsung Electronics Co., Ltd.
- * All rights reserved.
+ * Copyright (c) 2011 Samsung Electronics Co., Ltd.
  *
  * Evgeny Voevodin <e.voevo...@samsung.com>
  *
diff --git a/hw/exynos4_boards.c b/hw/exynos4_boards.c
index ea32c51..b794fa8 100644
--- a/hw/exynos4_boards.c
+++ b/hw/exynos4_boards.c
@@ -1,7 +1,7 @@
 /*
  *  Samsung exynos4 SoC based boards emulation
  *
- *  Copyright (c) 2011 Samsung Electronics Co., Ltd. All rights reserved.
+ *  Copyright (c) 2011 Samsung Electronics Co.
  *    Maksim Kozlov <m.koz...@samsung.com>
  *    Evgeny Voevodin <e.voevo...@samsung.com>
  *    Igor Mitsyanko  <i.mitsya...@samsung.com>
-- 
1.7.4.1


Reply via email to