From dc9631bf8e809702235b43dbc2414eb4a09622f9 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 6 Mar 2011 23:32:47 +0000 Subject: Cosmetics updates git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3348 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/x86/src/Makefile | 2 +- nuttx/arch/x86/src/common/up_blocktask.c | 2 +- nuttx/arch/x86/src/common/up_copystate.c | 2 +- nuttx/arch/x86/src/common/up_releasepending.c | 2 +- nuttx/arch/x86/src/common/up_reprioritizertr.c | 2 +- nuttx/arch/x86/src/common/up_unblocktask.c | 2 +- nuttx/arch/x86/src/i486/up_initialstate.c | 2 +- nuttx/arch/x86/src/i486/up_sigdeliver.c | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) (limited to 'nuttx/arch/x86/src') diff --git a/nuttx/arch/x86/src/Makefile b/nuttx/arch/x86/src/Makefile index ea9fc819e..565771462 100644 --- a/nuttx/arch/x86/src/Makefile +++ b/nuttx/arch/x86/src/Makefile @@ -1,7 +1,7 @@ ############################################################################ # arch/x86/src/Makefile # -# Copyright (C) 2010 Gregory Nutt. All rights reserved. +# Copyright (C) 2011 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without diff --git a/nuttx/arch/x86/src/common/up_blocktask.c b/nuttx/arch/x86/src/common/up_blocktask.c index 60606b75e..f11931103 100755 --- a/nuttx/arch/x86/src/common/up_blocktask.c +++ b/nuttx/arch/x86/src/common/up_blocktask.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/x86/src/common/up_blocktask.c * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/nuttx/arch/x86/src/common/up_copystate.c b/nuttx/arch/x86/src/common/up_copystate.c index 983cd52fa..4ae842308 100644 --- a/nuttx/arch/x86/src/common/up_copystate.c +++ b/nuttx/arch/x86/src/common/up_copystate.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/x86/src/common/up_copystate.c * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/nuttx/arch/x86/src/common/up_releasepending.c b/nuttx/arch/x86/src/common/up_releasepending.c index dcad40159..f476837da 100755 --- a/nuttx/arch/x86/src/common/up_releasepending.c +++ b/nuttx/arch/x86/src/common/up_releasepending.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/arm/src/arm/up_releasepending.c * - * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/nuttx/arch/x86/src/common/up_reprioritizertr.c b/nuttx/arch/x86/src/common/up_reprioritizertr.c index 38bce2a72..5df8c26b0 100755 --- a/nuttx/arch/x86/src/common/up_reprioritizertr.c +++ b/nuttx/arch/x86/src/common/up_reprioritizertr.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/arm/src/arm/up_reprioritizertr.c * - * Copyright (C) 2007-2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/nuttx/arch/x86/src/common/up_unblocktask.c b/nuttx/arch/x86/src/common/up_unblocktask.c index 31304e4ad..7dd263f1a 100755 --- a/nuttx/arch/x86/src/common/up_unblocktask.c +++ b/nuttx/arch/x86/src/common/up_unblocktask.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/x86/src/common/up_unblocktask.c * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/nuttx/arch/x86/src/i486/up_initialstate.c b/nuttx/arch/x86/src/i486/up_initialstate.c index 7bcc222d0..6e7417d5c 100644 --- a/nuttx/arch/x86/src/i486/up_initialstate.c +++ b/nuttx/arch/x86/src/i486/up_initialstate.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/x86/src/i486/up_initialstate.c * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/nuttx/arch/x86/src/i486/up_sigdeliver.c b/nuttx/arch/x86/src/i486/up_sigdeliver.c index d39b2c6e1..8dbf46698 100644 --- a/nuttx/arch/x86/src/i486/up_sigdeliver.c +++ b/nuttx/arch/x86/src/i486/up_sigdeliver.c @@ -1,7 +1,7 @@ /**************************************************************************** * arch/x86/src/i486/up_sigdeliver.c * - * Copyright (C) 2010 Gregory Nutt. All rights reserved. + * Copyright (C) 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without -- cgit v1.2.3