svn commit: r228953 - in head/tools:
regression/pthread/mutex_isowned_np tools/ansify
tools/genericize tools/hcomp tools/mtxstat tools/prstats
tools/whereintheworld
Ulrich Spoerlein
uqs at FreeBSD.org
Thu Dec 29 12:33:28 UTC 2011
Author: uqs
Date: Thu Dec 29 12:33:27 2011
New Revision: 228953
URL: http://svn.freebsd.org/changeset/base/228953
Log:
Reencode files from latin1 to UTF-8.
Modified:
head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c
head/tools/tools/ansify/ansify.pl
head/tools/tools/genericize/genericize.pl
head/tools/tools/hcomp/hcomp.pl
head/tools/tools/mtxstat/mtxstat.pl
head/tools/tools/prstats/prstats.pl
head/tools/tools/whereintheworld/whereintheworld.pl
Modified: head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c
==============================================================================
--- head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c Thu Dec 29 12:28:05 2011 (r228952)
+++ head/tools/regression/pthread/mutex_isowned_np/mutex_isowned_np.c Thu Dec 29 12:33:27 2011 (r228953)
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2008 Dag-Erling Coïdan Smørgrav
+ * Copyright (c) 2008 Dag-Erling Coïdan Smørgrav
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Modified: head/tools/tools/ansify/ansify.pl
==============================================================================
--- head/tools/tools/ansify/ansify.pl Thu Dec 29 12:28:05 2011 (r228952)
+++ head/tools/tools/ansify/ansify.pl Thu Dec 29 12:33:27 2011 (r228953)
@@ -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
Modified: head/tools/tools/genericize/genericize.pl
==============================================================================
--- head/tools/tools/genericize/genericize.pl Thu Dec 29 12:28:05 2011 (r228952)
+++ head/tools/tools/genericize/genericize.pl Thu Dec 29 12:33:27 2011 (r228953)
@@ -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
Modified: head/tools/tools/hcomp/hcomp.pl
==============================================================================
--- head/tools/tools/hcomp/hcomp.pl Thu Dec 29 12:28:05 2011 (r228952)
+++ head/tools/tools/hcomp/hcomp.pl Thu Dec 29 12:33:27 2011 (r228953)
@@ -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
Modified: head/tools/tools/mtxstat/mtxstat.pl
==============================================================================
--- head/tools/tools/mtxstat/mtxstat.pl Thu Dec 29 12:28:05 2011 (r228952)
+++ head/tools/tools/mtxstat/mtxstat.pl Thu Dec 29 12:33:27 2011 (r228953)
@@ -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
Modified: head/tools/tools/prstats/prstats.pl
==============================================================================
--- head/tools/tools/prstats/prstats.pl Thu Dec 29 12:28:05 2011 (r228952)
+++ head/tools/tools/prstats/prstats.pl Thu Dec 29 12:33:27 2011 (r228953)
@@ -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
Modified: head/tools/tools/whereintheworld/whereintheworld.pl
==============================================================================
--- head/tools/tools/whereintheworld/whereintheworld.pl Thu Dec 29 12:28:05 2011 (r228952)
+++ head/tools/tools/whereintheworld/whereintheworld.pl Thu Dec 29 12:33:27 2011 (r228953)
@@ -4,7 +4,7 @@
# Parses "make world" output and summarize where it's been so far.
#
# Bill Fenner <fenner at freebsd.org> 11 January 2000
-# Dag-Erling Smørgrav <des at freebsd.org> 09 January 2003
+# Dag-Erling Smørgrav <des at freebsd.org> 09 January 2003
#
# $Id: whereintheworld,v 1.3 2000/01/28 00:42:32 fenner Exp $
# $FreeBSD$
More information about the svn-src-head
mailing list