From c8faf08af66c0c63a0bcf89837f813de2e6a22d2 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 May 2013 16:49:20 -0600 Subject: [PATCH] Fix that way that NxWight UnitTests are reigistered as NSH builtin apps --- examples/hello/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hello/Makefile b/examples/hello/Makefile index c3b9744d7..d5adb86b0 100644 --- a/examples/hello/Makefile +++ b/examples/hello/Makefile @@ -1,7 +1,7 @@ ############################################################################ # apps/examples/hello/Makefile # -# Copyright (C) 2008, 2010-2012 Gregory Nutt. All rights reserved. +# Copyright (C) 2008, 2010-2013 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without