diff options
| author | Amaury Pouly <pamaury@rockbox.org> | 2011-11-01 15:40:29 +0000 |
|---|---|---|
| committer | Amaury Pouly <pamaury@rockbox.org> | 2011-11-01 15:40:29 +0000 |
| commit | 8389a02b2c45f78d92091ba6c0468b66046ae222 (patch) | |
| tree | 365a4220847c3669d18a076323a2a7636e67714b | |
| parent | dd0fffe50fc8ecadcb26b7551ee57afa8c7c30db (diff) | |
| download | rockbox-8389a02b2c45f78d92091ba6c0468b66046ae222.zip rockbox-8389a02b2c45f78d92091ba6c0468b66046ae222.tar.gz rockbox-8389a02b2c45f78d92091ba6c0468b66046ae222.tar.bz2 rockbox-8389a02b2c45f78d92091ba6c0468b66046ae222.tar.xz | |
Add missing copyright header
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30883 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | utils/imx_hid_recovery/imx_hid_recovery.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/imx_hid_recovery/imx_hid_recovery.c b/utils/imx_hid_recovery/imx_hid_recovery.c index cb057d4..ba4645f 100644 --- a/utils/imx_hid_recovery/imx_hid_recovery.c +++ b/utils/imx_hid_recovery/imx_hid_recovery.c @@ -1,3 +1,23 @@ +/*************************************************************************** + * __________ __ ___. + * Open \______ \ ____ ____ | | _\_ |__ _______ ___ + * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ / + * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < < + * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \ + * \/ \/ \/ \/ \/ + * $Id$ + * + * Copyright (C) 2010 Amaury Pouly + * + * 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 the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * + * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY + * KIND, either express or implied. + * + ****************************************************************************/ #include <stdio.h> #include <stdlib.h> #include <string.h> |