Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 170506
Collapse All | Expand All

(-)src-native-new/include/tptp/version.h (-4 / +4 lines)
Lines 1-5 Link Here
1
/**********************************************************************
1
/**********************************************************************
2
 * Copyright (c) 2005, 2006 IBM Corporation, Intel Corporation and others.
2
 * Copyright (c) 2003-2007 IBM Corporation, Intel Corporation and others.
3
 * All rights reserved.   This program and the accompanying materials
3
 * All rights reserved.   This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 10-16 Link Here
10
 * IBM - Initial API and implementation
10
 * IBM - Initial API and implementation
11
 **********************************************************************/
11
 **********************************************************************/
12
12
13
#define _VERSION      "4.3.0.0"
13
#define _VERSION      "4.4.0.0"
14
#define _VERSION_WIN  4,3,0,0
14
#define _VERSION_WIN  4,4,0,0
15
#define _COMPANY_NAME "Eclipse"
15
#define _COMPANY_NAME "Eclipse"
16
#define _COPYRIGHT    "Copyright (c) 2006 IBM Corporation, Intel Corporation and others"
16
#define _COPYRIGHT    "Copyright (c) 2003-2007 IBM Corporation, Intel Corporation and others"
(-)src-native-new/src/agentController/AgentController.c (-2 / +2 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2003-2006 IBM,Intel Corporation.
2
 * Copyright (c) 2003-2007 IBM,Intel Corporation.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 338-344 Link Here
338
		if (isEqualString( arg, ARG_FULL_VERSION))
338
		if (isEqualString( arg, ARG_FULL_VERSION))
339
		{
339
		{
340
			printf("TPTP Agent Controller Version %s\n", _VERSION);
340
			printf("TPTP Agent Controller Version %s\n", _VERSION);
341
			printf("Copyright (c) 2003-2006 IBM,Intel Corporation.\n");
341
			printf("%s\n", _COPYRIGHT);
342
			printf("All rights reserved. This program and the accompanying materials\n");
342
			printf("All rights reserved. This program and the accompanying materials\n");
343
			printf("are made available under the terms of the Eclipse Public License v1.0\n");
343
			printf("are made available under the terms of the Eclipse Public License v1.0\n");
344
			printf("which accompanies this distribution, and is available at\n");
344
			printf("which accompanies this distribution, and is available at\n");

Return to bug 170506