summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2012-07-06 11:30:40 +0000
committerespie <espie@openbsd.org>2012-07-06 11:30:40 +0000
commitb8664c47efdb975c84db36676409045f8309bd14 (patch)
tree83b17d2766a5a2001ee9de087edfdaba5e4f6474
parentrewrite the receive filter programming to look similar to other (diff)
downloadwireguard-openbsd-b8664c47efdb975c84db36676409045f8309bd14.tar.xz
wireguard-openbsd-b8664c47efdb975c84db36676409045f8309bd14.zip
add my copyright, since I'm going to do yet MORE changes...
-rw-r--r--usr.bin/libtool/LT/Archive.pm3
-rw-r--r--usr.bin/libtool/LT/Exec.pm3
-rw-r--r--usr.bin/libtool/LT/LaFile.pm3
-rw-r--r--usr.bin/libtool/LT/LaLoFile.pm3
-rw-r--r--usr.bin/libtool/LT/Library.pm3
-rw-r--r--usr.bin/libtool/LT/LoFile.pm3
-rw-r--r--usr.bin/libtool/LT/Parser.pm3
-rw-r--r--usr.bin/libtool/LT/Program.pm3
-rw-r--r--usr.bin/libtool/LT/Trace.pm3
-rw-r--r--usr.bin/libtool/LT/Util.pm3
-rwxr-xr-xusr.bin/libtool/libtool3
11 files changed, 22 insertions, 11 deletions
diff --git a/usr.bin/libtool/LT/Archive.pm b/usr.bin/libtool/LT/Archive.pm
index 885c2d799cb..c4ebb2d965f 100644
--- a/usr.bin/libtool/LT/Archive.pm
+++ b/usr.bin/libtool/LT/Archive.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: Archive.pm,v 1.2 2012/07/04 12:39:34 espie Exp $
+# $OpenBSD: Archive.pm,v 1.3 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/LT/Exec.pm b/usr.bin/libtool/LT/Exec.pm
index 30450d50da4..a1c2188728e 100644
--- a/usr.bin/libtool/LT/Exec.pm
+++ b/usr.bin/libtool/LT/Exec.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: Exec.pm,v 1.2 2012/07/04 12:39:34 espie Exp $
+# $OpenBSD: Exec.pm,v 1.3 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/LT/LaFile.pm b/usr.bin/libtool/LT/LaFile.pm
index 4599992e555..583f48b197f 100644
--- a/usr.bin/libtool/LT/LaFile.pm
+++ b/usr.bin/libtool/LT/LaFile.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: LaFile.pm,v 1.4 2012/07/05 16:48:16 espie Exp $
+# $OpenBSD: LaFile.pm,v 1.5 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/LT/LaLoFile.pm b/usr.bin/libtool/LT/LaLoFile.pm
index a6de3b5dbd9..5a41b00595a 100644
--- a/usr.bin/libtool/LT/LaLoFile.pm
+++ b/usr.bin/libtool/LT/LaLoFile.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: LaLoFile.pm,v 1.2 2012/07/04 12:39:34 espie Exp $
+# $OpenBSD: LaLoFile.pm,v 1.3 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/LT/Library.pm b/usr.bin/libtool/LT/Library.pm
index 4f445d0897a..d881782551d 100644
--- a/usr.bin/libtool/LT/Library.pm
+++ b/usr.bin/libtool/LT/Library.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: Library.pm,v 1.3 2012/07/04 12:39:34 espie Exp $
+# $OpenBSD: Library.pm,v 1.4 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/LT/LoFile.pm b/usr.bin/libtool/LT/LoFile.pm
index 1c6151313f2..b91289c66bc 100644
--- a/usr.bin/libtool/LT/LoFile.pm
+++ b/usr.bin/libtool/LT/LoFile.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: LoFile.pm,v 1.1 2012/06/19 09:30:44 espie Exp $
+# $OpenBSD: LoFile.pm,v 1.2 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/LT/Parser.pm b/usr.bin/libtool/LT/Parser.pm
index 306e93107a6..4dffc6817b7 100644
--- a/usr.bin/libtool/LT/Parser.pm
+++ b/usr.bin/libtool/LT/Parser.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: Parser.pm,v 1.2 2012/07/04 12:39:34 espie Exp $
+# $OpenBSD: Parser.pm,v 1.3 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/LT/Program.pm b/usr.bin/libtool/LT/Program.pm
index 65e84854282..c7e79e9f317 100644
--- a/usr.bin/libtool/LT/Program.pm
+++ b/usr.bin/libtool/LT/Program.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: Program.pm,v 1.4 2012/07/05 16:48:16 espie Exp $
+# $OpenBSD: Program.pm,v 1.5 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/LT/Trace.pm b/usr.bin/libtool/LT/Trace.pm
index b7faedae408..685c56cfdea 100644
--- a/usr.bin/libtool/LT/Trace.pm
+++ b/usr.bin/libtool/LT/Trace.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: Trace.pm,v 1.2 2012/07/04 12:39:34 espie Exp $
+# $OpenBSD: Trace.pm,v 1.3 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/LT/Util.pm b/usr.bin/libtool/LT/Util.pm
index e0ff3226064..1b6c7df6986 100644
--- a/usr.bin/libtool/LT/Util.pm
+++ b/usr.bin/libtool/LT/Util.pm
@@ -1,6 +1,7 @@
-# $OpenBSD: Util.pm,v 1.1 2012/06/19 09:30:44 espie Exp $
+# $OpenBSD: Util.pm,v 1.2 2012/07/06 11:30:41 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
diff --git a/usr.bin/libtool/libtool b/usr.bin/libtool/libtool
index 193a08ae212..e70aa0fd265 100755
--- a/usr.bin/libtool/libtool
+++ b/usr.bin/libtool/libtool
@@ -1,7 +1,8 @@
#!/usr/bin/perl
-# $OpenBSD: libtool,v 1.12 2012/07/04 15:08:40 espie Exp $
+# $OpenBSD: libtool,v 1.13 2012/07/06 11:30:40 espie Exp $
# Copyright (c) 2007-2010 Steven Mestdagh <steven@openbsd.org>
+# Copyright (c) 2012 Marc Espie <espie@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above