diff --git a/rse/examples/org.eclipse.rse.remotecdt/about.properties b/rse/examples/org.eclipse.rse.remotecdt/about.properties index 5c88fa0a46d..ac597e29e61 100644 --- a/rse/examples/org.eclipse.rse.remotecdt/about.properties +++ b/rse/examples/org.eclipse.rse.remotecdt/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2006, 2008 PalmSource, Inc. and others. +# Copyright (c) 2006, 2009 PalmSource, Inc. and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -21,5 +21,5 @@ blurb=Remote System Explorer C/C++ Remote Debug Launcher\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006, 2008. All rights reserved.\n\ +(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006, 2009. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm \ No newline at end of file diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties b/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties index 735a28c58df..e723ebd971f 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/feature.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -28,7 +28,7 @@ tmUpdateSiteName=Target Management Updates # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2006, 2008 PalmSource, Inc. and others.\n\ +Copyright (c) 2006, 2009 PalmSource, Inc. and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v1.0\n\ which accompanies this distribution, and is available at\n\ diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties index 5848e9a3c35..76fddee514b 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplateFeature/feature.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -30,7 +30,7 @@ services, and gdbserver. # "copyright" property - text of the "Feature Update Copyright" copyright=\ -Copyright (c) 2006, 2008 PalmSource, Inc., Wind River Systems, Inc. and others.\n\ +Copyright (c) 2006, 2009 PalmSource, Inc., Wind River Systems, Inc. and others.\n\ All rights reserved. This program and the accompanying materials\n\ are made available under the terms of the Eclipse Public License v1.0\n\ which accompanies this distribution, and is available at\n\ diff --git a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties index 653887f3baf..d586fda36f2 100644 --- a/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties +++ b/rse/features/org.eclipse.rse.remotecdt-feature/sourceTemplatePlugin/about.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -21,5 +21,5 @@ blurb=Remote System Explorer C/C++ Remote Debug Launcher Source\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006, 2008. All rights reserved.\n\ +(c) Copyright PalmSource, Inc., Wind River Systems, Inc. and others 2006, 2009. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm diff --git a/rse/plugins/org.eclipse.rse.sdk/about.properties b/rse/plugins/org.eclipse.rse.sdk/about.properties index 26b5ec66038..db820ffa47e 100644 --- a/rse/plugins/org.eclipse.rse.sdk/about.properties +++ b/rse/plugins/org.eclipse.rse.sdk/about.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2007 Wind River Systems, Inc and others. +# Copyright (c) 2006, 2009 Wind River Systems, Inc and others. # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -25,7 +25,7 @@ blurb=Remote System Explorer Extender SDK\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2000, 2008. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2000, 2009. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm\n\ \n\ This product includes software developed by the\n\ diff --git a/rse/plugins/org.eclipse.rse/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse/META-INF/MANIFEST.MF index c2fefbabb74..25443d07231 100644 --- a/rse/plugins/org.eclipse.rse/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.rse -Bundle-Version: 3.0.0.qualifier +Bundle-Version: 3.1.0.qualifier Bundle-Vendor: %providerName Bundle-Localization: plugin Bundle-RequiredExecutionEnvironment: J2SE-1.4 diff --git a/rse/plugins/org.eclipse.rse/about.properties b/rse/plugins/org.eclipse.rse/about.properties index ead89843826..75bf5897d3f 100644 --- a/rse/plugins/org.eclipse.rse/about.properties +++ b/rse/plugins/org.eclipse.rse/about.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2008 Wind River Systems, Inc. and others +# Copyright (c) 2006, 2009 Wind River Systems, Inc. and others # All rights reserved. This program and the accompanying materials # are made available under the terms of the Eclipse Public License v1.0 # which accompanies this distribution, and is available at @@ -25,7 +25,7 @@ blurb=Remote System Explorer End-User Runtime\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright IBM Corporation and others 2000, 2008. All rights reserved.\n\ +(c) Copyright IBM Corporation and others 2000, 2009. All rights reserved.\n\ Visit http://www.eclipse.org/dsdp/tm\n\ \n\ This product includes software developed by the\n\