diff options
Diffstat (limited to 'samples/socket/KeepSocketOpen.java')
| -rw-r--r-- | samples/socket/KeepSocketOpen.java | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/samples/socket/KeepSocketOpen.java b/samples/socket/KeepSocketOpen.java index a130af0..8abf913 100644 --- a/samples/socket/KeepSocketOpen.java +++ b/samples/socket/KeepSocketOpen.java @@ -1,9 +1,10 @@ /* - * Copyright 2000,2001,2004 The Apache Software Foundation. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed to the Apache Software Foundation (ASF) under one or more + * contributor license agreements. See the NOTICE file distributed with + * this work for additional information regarding copyright ownership. + * The ASF licenses this file to You under the Apache License, Version 2.0 + * (the "License"); you may not use this file except in compliance with + * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * @@ -88,7 +89,7 @@ import org.xml.sax.SAXParseException; * * @author Andy Clark, IBM * - * @version $Id: KeepSocketOpen.java 319809 2004-02-24 23:52:54Z mrglavas $ + * @version $Id: KeepSocketOpen.java 447688 2006-09-19 02:39:49Z mrglavas $ */ public class KeepSocketOpen { |
