aboutsummaryrefslogtreecommitdiff
path: root/tools/tools
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-12-29 12:33:27 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-12-29 12:33:27 +0000
commit47e236b1780e464ff0d4ca15851c74d7c96426ba (patch)
tree44631102fc77688c353e5bebf0581021c689607b /tools/tools
parent5aa417b0e01ec49009ae7c555aed5ab547117699 (diff)
downloadsrc-47e236b1780e464ff0d4ca15851c74d7c96426ba.tar.gz
src-47e236b1780e464ff0d4ca15851c74d7c96426ba.zip
Reencode files from latin1 to UTF-8.
Notes
Notes: svn path=/head/; revision=228953
Diffstat (limited to 'tools/tools')
-rw-r--r--tools/tools/ansify/ansify.pl2
-rwxr-xr-xtools/tools/genericize/genericize.pl2
-rw-r--r--tools/tools/hcomp/hcomp.pl2
-rw-r--r--tools/tools/mtxstat/mtxstat.pl2
-rw-r--r--tools/tools/prstats/prstats.pl2
-rw-r--r--tools/tools/whereintheworld/whereintheworld.pl2
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/tools/ansify/ansify.pl b/tools/tools/ansify/ansify.pl
index 801d693f30d7..e35546548425 100644
--- a/tools/tools/ansify/ansify.pl
+++ b/tools/tools/ansify/ansify.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#-
-# Copyright (c) 2005 Dag-Erling Coïdan Smørgrav
+# Copyright (c) 2005 Dag-Erling Coïdan Smørgrav
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/tools/genericize/genericize.pl b/tools/tools/genericize/genericize.pl
index 2f8d694d686d..6ba135e4432a 100755
--- a/tools/tools/genericize/genericize.pl
+++ b/tools/tools/genericize/genericize.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#-
-# Copyright (c) 2004 Dag-Erling Coïdan Smørgrav
+# Copyright (c) 2004 Dag-Erling Coïdan Smørgrav
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/tools/hcomp/hcomp.pl b/tools/tools/hcomp/hcomp.pl
index 9c48bba123c0..36e3bda1009c 100644
--- a/tools/tools/hcomp/hcomp.pl
+++ b/tools/tools/hcomp/hcomp.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#-
-# Copyright (c) 2003 Dag-Erling Coïdan Smørgrav
+# Copyright (c) 2003 Dag-Erling Coïdan Smørgrav
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/tools/mtxstat/mtxstat.pl b/tools/tools/mtxstat/mtxstat.pl
index cfa7edd7bf0e..c621389dd24d 100644
--- a/tools/tools/mtxstat/mtxstat.pl
+++ b/tools/tools/mtxstat/mtxstat.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -Tw
#-
-# Copyright (c) 2002 Dag-Erling Coïdan Smørgrav
+# Copyright (c) 2002 Dag-Erling Coïdan Smørgrav
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/tools/prstats/prstats.pl b/tools/tools/prstats/prstats.pl
index bb437a6bbc0b..c31241edb0b4 100644
--- a/tools/tools/prstats/prstats.pl
+++ b/tools/tools/prstats/prstats.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#-
-# Copyright (c) 2001 Dag-Erling Coïdan Smørgrav
+# Copyright (c) 2001 Dag-Erling Coïdan Smørgrav
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
diff --git a/tools/tools/whereintheworld/whereintheworld.pl b/tools/tools/whereintheworld/whereintheworld.pl
index 6a8e21e0c4a9..6e358cfa6734 100644
--- a/tools/tools/whereintheworld/whereintheworld.pl
+++ b/tools/tools/whereintheworld/whereintheworld.pl
@@ -4,7 +4,7 @@
# Parses "make world" output and summarize where it's been so far.
#
# Bill Fenner <fenner@freebsd.org> 11 January 2000
-# Dag-Erling Smørgrav <des@freebsd.org> 09 January 2003
+# Dag-Erling Smørgrav <des@freebsd.org> 09 January 2003
#
# $Id: whereintheworld,v 1.3 2000/01/28 00:42:32 fenner Exp $
# $FreeBSD$