Skip to content

Commit 00f0ab8

Browse files
author
bwelling
committed
Update copyrights.
git-svn-id: http://svn.code.sf.net/p/dnsjava/code/trunk@1122 c76caeb1-94fd-44dd-870f-0c9d92034fc1
1 parent 77bd9ba commit 00f0ab8

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

dig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 1999 Brian Wellington (bwelling@xbill.org)
1+
// Copyright (c) 1999-2003 Brian Wellington (bwelling@xbill.org)
22
// Portions Copyright (c) 1999 Network Associates, Inc.
33

44
import java.io.*;

jnamed.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Copyright (c) 1999-2003 Brian Wellington (bwelling@xbill.org)
2+
13
import java.io.*;
24
import java.net.*;
35
import java.util.*;

lookup.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
// Copyright (c) 1999-2003 Brian Wellington (bwelling@xbill.org)
2+
13
import org.xbill.DNS.*;
24

5+
/** @author Brian Wellington <bwelling@xbill.org> */
6+
37
public class lookup {
48

59
public static void

update.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 1999 Brian Wellington (bwelling@xbill.org)
1+
// Copyright (c) 1999-2003 Brian Wellington (bwelling@xbill.org)
22
// Portions Copyright (c) 1999 Network Associates, Inc.
33

44
import java.net.*;

0 commit comments

Comments
 (0)