Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkchong2007-05-02 19:47:18 +0000
committerkchong2007-05-02 19:47:18 +0000
commit5029d77f5a1104c71fd6bcd159cb18fad2cdf6b4 (patch)
tree42d2e1841d4066266fbabbd993673291f0a47f5d /bundles/org.eclipse.wst.wsdl/src-soap
parentbd4008c595954b5bce9ac6e6e5f9d9860eaced06 (diff)
downloadwebtools.webservices-5029d77f5a1104c71fd6bcd159cb18fad2cdf6b4.tar.gz
webtools.webservices-5029d77f5a1104c71fd6bcd159cb18fad2cdf6b4.tar.xz
webtools.webservices-5029d77f5a1104c71fd6bcd159cb18fad2cdf6b4.zip
[185183] Update copyright headers for WSDL and XSD components
Diffstat (limited to 'bundles/org.eclipse.wst.wsdl/src-soap')
-rw-r--r--bundles/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/generator/SOAPContentGenerator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/generator/SOAPContentGenerator.java b/bundles/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/generator/SOAPContentGenerator.java
index 3ce9dcb23..6191903ff 100644
--- a/bundles/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/generator/SOAPContentGenerator.java
+++ b/bundles/org.eclipse.wst.wsdl/src-soap/org/eclipse/wst/wsdl/binding/soap/internal/generator/SOAPContentGenerator.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * Copyright (c) 2000, 2007 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
@@ -425,4 +425,4 @@ public class SOAPContentGenerator implements ContentGenerator
{
return "SOAP";
}
-} \ No newline at end of file
+}

Back to the top