initvals: change year in the licence header to 2011

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
This commit is contained in:
Gabor Juhos 2011-12-16 20:19:22 +01:00 committed by Luis R. Rodriguez
parent d39360a30a
commit 54df26e759

View file

@ -222,7 +222,7 @@ typedef long long unsigned int u64;
static void print_license(void)
{
printf("/*\n");
printf(" * Copyright (c) 2010 Atheros Communications Inc.\n");
printf(" * Copyright (c) 2011 Atheros Communications Inc.\n");
printf(" *\n");
printf(" * Permission to use, copy, modify, and/or distribute this software for any\n");
printf(" * purpose with or without fee is hereby granted, provided that the above\n");