Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2011 12:33:28 +0000 (UTC)
From:      Ulrich Spoerlein <uqs@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r228953 - in head/tools: regression/pthread/mutex_isowned_np tools/ansify tools/genericize tools/hcomp tools/mtxstat tools/prstats tools/whereintheworld
Message-ID:  <201112291233.pBTCXS3v056250@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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$



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112291233.pBTCXS3v056250>