copyright dates, remove spaces fix
authortimothy.murphy@nokia.com
Mon, 01 Mar 2010 00:59:44 +0200
branchfix
changeset 285 1cdb9a551505
parent 284 2c24e0d7a5d4
child 286 366461bbefae
copyright dates, remove spaces
sbsv2/raptor/util/config.h
sbsv2/raptor/util/gccprogram.mk
sbsv2/raptor/util/talon/talon.c
--- a/sbsv2/raptor/util/config.h	Mon Mar 01 00:55:33 2010 +0200
+++ b/sbsv2/raptor/util/config.h	Mon Mar 01 00:59:44 2010 +0200
@@ -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/gccprogram.mk	Mon Mar 01 00:55:33 2010 +0200
+++ b/sbsv2/raptor/util/gccprogram.mk	Mon Mar 01 00:59:44 2010 +0200
@@ -1,5 +1,5 @@
 #
-# 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"
@@ -62,7 +62,7 @@
 $(foreach SOURCEFILE,$(SOURCES),$(c2obj))
 
 $(BINDIR)/$(TARGET)$(PROGRAMEXT): $$(OBJECTS)
-	gcc  $$^ $(LDFLAGS)  -o $$@
+	gcc  $$^ $(LDFLAGS) -o $$@
 	
 $$(shell mkdir -p $(OUTPUTPATH)/$(TARGET))
 
--- a/sbsv2/raptor/util/talon/talon.c	Mon Mar 01 00:55:33 2010 +0200
+++ b/sbsv2/raptor/util/talon/talon.c	Mon Mar 01 00:59:44 2010 +0200
@@ -343,9 +343,6 @@
 	while (isspace(*recipe))
 		recipe++;
 
-
-
-
 	/* turn debugging on? */
 	char *debugstr=talon_getenv("TALON_DEBUG");
 
@@ -360,7 +357,6 @@
 	/* Make sure that the agent's hostname can be put into the host attribute */
 	char hostname[HOSTNAME_MAX];
 	int hostresult=0;
-
 	
 	hostresult = gethostname(hostname, HOSTNAME_MAX-1);
 	if (0 != hostresult)