summaryrefslogtreecommitdiff
path: root/samples/socket/KeepSocketOpen.java
diff options
authorArnaud Vandyck <avdyk@debian.org>2007-07-03 20:21:12 +0200
committergit-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com>2007-10-23 21:37:16 +0000
commite53fd609f784e5d829e2775631b4c1fab49ee7bc (patch)
tree0f913459c9e666e1c3396a647d9bd0a3c192fc41 /samples/socket/KeepSocketOpen.java
parentacffd7f1f99be312834f8836f2dd3ad52b5bb3ba (diff)
Imported using git-ubuntu import.
Notes
Notes: * New upstream. * debian/control: removed Stefan Gybas and Wolfgang Baer from uploaders. * debian/rule: added generation of the documentation (merge libxerces2-java-doc).
Diffstat (limited to 'samples/socket/KeepSocketOpen.java')
-rw-r--r--samples/socket/KeepSocketOpen.java13
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 {