SF Bug 2000 - tidy up copyright dates fix
authortimothy.murphy@nokia.com
Wed, 24 Feb 2010 13:56:07 +0000
branchfix
changeset 256 ac7e607c7d30
parent 255 9a33b42b14b0
child 261 fbb0d47be429
SF Bug 2000 - tidy up copyright dates
sbsv2/raptor/util/talon/Makefile
sbsv2/raptor/util/talon/chomp.c
sbsv2/raptor/util/talon/testbuffer.c
sbsv2/raptor/util/talon/testprocess.c
sbsv2/raptor/util/talon/tests/t3.mk
sbsv2/raptor/util/talon/tests/t4.mk
sbsv2/raptor/util/talon/tests/t5.mk
sbsv2/raptor/util/talon/tests/xcopystdin.mk
--- a/sbsv2/raptor/util/talon/Makefile	Tue Feb 23 20:08:28 2010 +0000
+++ b/sbsv2/raptor/util/talon/Makefile	Wed Feb 24 13:56:07 2010 +0000
@@ -1,4 +1,4 @@
-# Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2006-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of the License "Eclipse Public License v1.0"
@@ -46,7 +46,6 @@
 
 TARGET:=talon
 SOURCES:=$(addprefix $(SOURCEDIR)/,talon.c buffer.c sema.c log.c $(PROCESS_C) $(CHOMP_C)) 
-#$(info $(cprogram))
 $(eval $(cprogram))
 
 TARGET:=talonctl
--- a/sbsv2/raptor/util/talon/chomp.c	Tue Feb 23 20:08:28 2010 +0000
+++ b/sbsv2/raptor/util/talon/chomp.c	Wed Feb 24 13:56:07 2010 +0000
@@ -29,16 +29,16 @@
    the possiblity of using the Ragel state machine generator perhaps.
 
 */
-#define CH_START 0
-#define CH_PRE 1
-#define CH_EXQUOTE 2
-#define CH_INQUOTE 3
-#define CH_POST 4
-#define CH_MINUS 5
-#define CH_C 6
-#define CH_PRECOMMAND 7
-#define CH_COMMAND 8
-#define CH_ERR 9
+#define CH_START 0 	/* start state */
+#define CH_PRE 1	/* spaces before executable name */
+#define CH_EXQUOTE 2    /* part of the executable name, outside quotes */
+#define CH_INQUOTE 3	/* part of the executable name, in a quoted region */
+#define CH_POST 4	/* spaces after executable name */
+#define CH_MINUS 5	/* start of -c option */
+#define CH_C 6		/* end of -c option */
+#define CH_PRECOMMAND 7 /* spaces before shell commands */
+#define CH_COMMAND 8	/* first character of shell command */
+#define CH_ERR 9	/* Error! */
 
 #include "log.h"
 #include "chomp.h"
--- a/sbsv2/raptor/util/talon/testbuffer.c	Tue Feb 23 20:08:28 2010 +0000
+++ b/sbsv2/raptor/util/talon/testbuffer.c	Wed Feb 24 13:56:07 2010 +0000
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
--- a/sbsv2/raptor/util/talon/testprocess.c	Tue Feb 23 20:08:28 2010 +0000
+++ b/sbsv2/raptor/util/talon/testprocess.c	Wed Feb 24 13:56:07 2010 +0000
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of the License "Eclipse Public License v1.0"
--- a/sbsv2/raptor/util/talon/tests/t3.mk	Tue Feb 23 20:08:28 2010 +0000
+++ b/sbsv2/raptor/util/talon/tests/t3.mk	Wed Feb 24 13:56:07 2010 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of the License "Eclipse Public License v1.0"
--- a/sbsv2/raptor/util/talon/tests/t4.mk	Tue Feb 23 20:08:28 2010 +0000
+++ b/sbsv2/raptor/util/talon/tests/t4.mk	Wed Feb 24 13:56:07 2010 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of the License "Eclipse Public License v1.0"
--- a/sbsv2/raptor/util/talon/tests/t5.mk	Tue Feb 23 20:08:28 2010 +0000
+++ b/sbsv2/raptor/util/talon/tests/t5.mk	Wed Feb 24 13:56:07 2010 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of the License "Eclipse Public License v1.0"
--- a/sbsv2/raptor/util/talon/tests/xcopystdin.mk	Tue Feb 23 20:08:28 2010 +0000
+++ b/sbsv2/raptor/util/talon/tests/xcopystdin.mk	Wed Feb 24 13:56:07 2010 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
+# Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 # All rights reserved.
 # This component and the accompanying materials are made available
 # under the terms of the License "Eclipse Public License v1.0"