From 2786fdbf5b779e9ba96d3cb8fbc6a40988120de0 Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Thu, 17 Jan 2013 14:34:24 +0900 Subject: [PATCH] emulator: update boilerplate Update year in the boilerplate of codec and virtio keyboard. Signed-off-by: Kitae Kim --- tizen/src/hw/maru_codec.c | 2 +- tizen/src/hw/maru_codec.h | 2 +- tizen/src/hw/maru_virtio_keyboard.c | 2 +- tizen/src/hw/maru_virtio_keyboard.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tizen/src/hw/maru_codec.c b/tizen/src/hw/maru_codec.c index 569571a0f7..64122065ec 100644 --- a/tizen/src/hw/maru_codec.c +++ b/tizen/src/hw/maru_codec.c @@ -1,7 +1,7 @@ /* * Virtual Codec device * - * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2011 - 2013 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: * Kitae Kim diff --git a/tizen/src/hw/maru_codec.h b/tizen/src/hw/maru_codec.h index ba4289847a..daa49d0cdc 100644 --- a/tizen/src/hw/maru_codec.h +++ b/tizen/src/hw/maru_codec.h @@ -1,7 +1,7 @@ /* * Virtual Codec device * - * Copyright (c) 2011 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2011 - 2013 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: * Kitae Kim diff --git a/tizen/src/hw/maru_virtio_keyboard.c b/tizen/src/hw/maru_virtio_keyboard.c index 8711b6b034..e331070606 100644 --- a/tizen/src/hw/maru_virtio_keyboard.c +++ b/tizen/src/hw/maru_virtio_keyboard.c @@ -1,7 +1,7 @@ /* * Virtio Keyboard Device * - * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2011 - 2013 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: * Kitae Kim diff --git a/tizen/src/hw/maru_virtio_keyboard.h b/tizen/src/hw/maru_virtio_keyboard.h index 26f614668f..0e06e6a8be 100644 --- a/tizen/src/hw/maru_virtio_keyboard.h +++ b/tizen/src/hw/maru_virtio_keyboard.h @@ -1,7 +1,7 @@ /* * Virtio Keyboard Device * - * Copyright (c) 2011 - 2012 Samsung Electronics Co., Ltd All Rights Reserved + * Copyright (c) 2011 - 2013 Samsung Electronics Co., Ltd All Rights Reserved * * Contact: * Kitae Kim -- 2.34.1