From nobody@FreeBSD.org  Wed Oct 21 19:05:04 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 5D5971065698
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Oct 2009 19:05:04 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 4BAF28FC23
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Oct 2009 19:05:04 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n9LJ53hO094039
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Oct 2009 19:05:03 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n9LJ53nl094037;
	Wed, 21 Oct 2009 19:05:03 GMT
	(envelope-from nobody)
Message-Id: <200910211905.n9LJ53nl094037@www.freebsd.org>
Date: Wed, 21 Oct 2009 19:05:03 GMT
From: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [typo] fix spelling of Copyright in truss and sys/sys/pioctl.h
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         139825
>Category:       kern
>Synopsis:       [patch] fix spelling of Copyright in truss and sys/sys/pioctl.h
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    imp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 21 19:10:01 UTC 2009
>Closed-Date:    Wed Mar 10 13:33:31 MST 2010
>Last-Modified:  Wed Mar 10 20:40:03 UTC 2010
>Originator:     Ruslan Mahmatkhanov
>Release:        FreeBSD 8.0-RC1
>Organization:
>Environment:
FreeBSD 8.0-RC1 i386
>Description:
Fix spelling of Copyright in /usr/src/usr.bin/truss sources and in sys/sys/pioctl.h. 
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruNa src/sys/sys/pioctl.h src.new/sys/sys/pioctl.h
--- src/sys/sys/pioctl.h	2009-08-03 12:13:06.000000000 +0400
+++ src.new/sys/sys/pioctl.h	2009-10-21 22:50:31.000000000 +0400
@@ -1,5 +1,5 @@
 /*-
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/amd64-fbsd.c src.new/usr.bin/truss/amd64-fbsd.c
--- src/usr.bin/truss/amd64-fbsd.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/amd64-fbsd.c	2009-10-21 22:51:06.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/amd64-fbsd32.c src.new/usr.bin/truss/amd64-fbsd32.c
--- src/usr.bin/truss/amd64-fbsd32.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/amd64-fbsd32.c	2009-10-21 22:51:12.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/amd64-linux32.c src.new/usr.bin/truss/amd64-linux32.c
--- src/usr.bin/truss/amd64-linux32.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/amd64-linux32.c	2009-10-21 22:51:18.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/extern.h src.new/usr.bin/truss/extern.h
--- src/usr.bin/truss/extern.h	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/extern.h	2009-10-21 22:51:25.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/i386-fbsd.c src.new/usr.bin/truss/i386-fbsd.c
--- src/usr.bin/truss/i386-fbsd.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/i386-fbsd.c	2009-10-21 22:51:32.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/i386-linux.c src.new/usr.bin/truss/i386-linux.c
--- src/usr.bin/truss/i386-linux.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/i386-linux.c	2009-10-21 22:51:38.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/ia64-fbsd.c src.new/usr.bin/truss/ia64-fbsd.c
--- src/usr.bin/truss/ia64-fbsd.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/ia64-fbsd.c	2009-10-21 22:51:46.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/main.c src.new/usr.bin/truss/main.c
--- src/usr.bin/truss/main.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/main.c	2009-10-21 22:51:52.000000000 +0400
@@ -1,5 +1,5 @@
 /*-
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/mips-fbsd.c src.new/usr.bin/truss/mips-fbsd.c
--- src/usr.bin/truss/mips-fbsd.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/mips-fbsd.c	2009-10-21 22:51:58.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1998 Sean Eric Fagan
+ * Copyright 1998 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/powerpc-fbsd.c src.new/usr.bin/truss/powerpc-fbsd.c
--- src/usr.bin/truss/powerpc-fbsd.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/powerpc-fbsd.c	2009-10-21 22:52:08.000000000 +0400
@@ -1,7 +1,7 @@
 /*
  * Copyright 2006 Peter Grehan <grehan@freebsd.org>
- * Copryight 2005 Orlando Bassotto <orlando@break.net>
- * Copryight 1998 Sean Eric Fagan
+ * Copyright 2005 Orlando Bassotto <orlando@break.net>
+ * Copyright 1998 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/setup.c src.new/usr.bin/truss/setup.c
--- src/usr.bin/truss/setup.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/setup.c	2009-10-21 22:52:15.000000000 +0400
@@ -1,5 +1,5 @@
 /*-
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/sparc64-fbsd.c src.new/usr.bin/truss/sparc64-fbsd.c
--- src/usr.bin/truss/sparc64-fbsd.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/sparc64-fbsd.c	2009-10-21 22:52:20.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1998 Sean Eric Fagan
+ * Copyright 1998 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/syscalls.c src.new/usr.bin/truss/syscalls.c
--- src/usr.bin/truss/syscalls.c	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/syscalls.c	2009-10-21 22:52:51.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 1997 Sean Eric Fagan
+ * Copyright 1997 Sean Eric Fagan
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -ruNa src/usr.bin/truss/truss.h src.new/usr.bin/truss/truss.h
--- src/usr.bin/truss/truss.h	2009-08-03 12:13:06.000000000 +0400
+++ src.new/usr.bin/truss/truss.h	2009-10-21 22:53:28.000000000 +0400
@@ -1,5 +1,5 @@
 /*
- * Copryight 2001 Jamey Wood
+ * Copyright 2001 Jamey Wood
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions



>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->imp 
Responsible-Changed-By: gavin 
Responsible-Changed-When: Thu Oct 22 09:41:37 UTC 2009 
Responsible-Changed-Why:  
Warner plans to deal with this (thanks!) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139825 
State-Changed-From-To: open->closed 
State-Changed-By: imp 
State-Changed-When: Wed Mar 10 13:33:19 MST 2010 
State-Changed-Why:  
Fixed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=139825 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/139825: commit references a PR
Date: Wed, 10 Mar 2010 20:31:00 +0000 (UTC)

 Author: imp
 Date: Wed Mar 10 20:30:51 2010
 New Revision: 204976
 URL: http://svn.freebsd.org/changeset/base/204976
 
 Log:
   Fix copyright spelling
   
   PR:		139825
   Submitted by:	Ruslan Mahmatkhanov
 
 Modified:
   head/sys/sys/pioctl.h
 
 Modified: head/sys/sys/pioctl.h
 ==============================================================================
 --- head/sys/sys/pioctl.h	Wed Mar 10 20:22:57 2010	(r204975)
 +++ head/sys/sys/pioctl.h	Wed Mar 10 20:30:51 2010	(r204976)
 @@ -1,5 +1,5 @@
  /*-
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/139825: commit references a PR
Date: Wed, 10 Mar 2010 20:31:43 +0000 (UTC)

 Author: imp
 Date: Wed Mar 10 20:31:30 2010
 New Revision: 204977
 URL: http://svn.freebsd.org/changeset/base/204977
 
 Log:
   Fix copyright spelling.
   
   PR:		139825
   Submitted by:	Ruslan Mahmatkhanov
 
 Modified:
   head/usr.bin/truss/amd64-fbsd.c
   head/usr.bin/truss/amd64-fbsd32.c
   head/usr.bin/truss/amd64-linux32.c
   head/usr.bin/truss/extern.h
   head/usr.bin/truss/i386-fbsd.c
   head/usr.bin/truss/i386-linux.c
   head/usr.bin/truss/ia64-fbsd.c
   head/usr.bin/truss/main.c
   head/usr.bin/truss/mips-fbsd.c
   head/usr.bin/truss/powerpc-fbsd.c
   head/usr.bin/truss/setup.c
   head/usr.bin/truss/sparc64-fbsd.c
   head/usr.bin/truss/syscalls.c
   head/usr.bin/truss/truss.h
 
 Modified: head/usr.bin/truss/amd64-fbsd.c
 ==============================================================================
 --- head/usr.bin/truss/amd64-fbsd.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/amd64-fbsd.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/amd64-fbsd32.c
 ==============================================================================
 --- head/usr.bin/truss/amd64-fbsd32.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/amd64-fbsd32.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/amd64-linux32.c
 ==============================================================================
 --- head/usr.bin/truss/amd64-linux32.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/amd64-linux32.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/extern.h
 ==============================================================================
 --- head/usr.bin/truss/extern.h	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/extern.h	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/i386-fbsd.c
 ==============================================================================
 --- head/usr.bin/truss/i386-fbsd.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/i386-fbsd.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/i386-linux.c
 ==============================================================================
 --- head/usr.bin/truss/i386-linux.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/i386-linux.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/ia64-fbsd.c
 ==============================================================================
 --- head/usr.bin/truss/ia64-fbsd.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/ia64-fbsd.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/main.c
 ==============================================================================
 --- head/usr.bin/truss/main.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/main.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*-
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/mips-fbsd.c
 ==============================================================================
 --- head/usr.bin/truss/mips-fbsd.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/mips-fbsd.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1998 Sean Eric Fagan
 + * Copyright 1998 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/powerpc-fbsd.c
 ==============================================================================
 --- head/usr.bin/truss/powerpc-fbsd.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/powerpc-fbsd.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,7 +1,7 @@
  /*
   * Copyright 2006 Peter Grehan <grehan@freebsd.org>
 - * Copryight 2005 Orlando Bassotto <orlando@break.net>
 - * Copryight 1998 Sean Eric Fagan
 + * Copyright 2005 Orlando Bassotto <orlando@break.net>
 + * Copyright 1998 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/setup.c
 ==============================================================================
 --- head/usr.bin/truss/setup.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/setup.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*-
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/sparc64-fbsd.c
 ==============================================================================
 --- head/usr.bin/truss/sparc64-fbsd.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/sparc64-fbsd.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1998 Sean Eric Fagan
 + * Copyright 1998 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/syscalls.c
 ==============================================================================
 --- head/usr.bin/truss/syscalls.c	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/syscalls.c	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 1997 Sean Eric Fagan
 + * Copyright 1997 Sean Eric Fagan
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 
 Modified: head/usr.bin/truss/truss.h
 ==============================================================================
 --- head/usr.bin/truss/truss.h	Wed Mar 10 20:30:51 2010	(r204976)
 +++ head/usr.bin/truss/truss.h	Wed Mar 10 20:31:30 2010	(r204977)
 @@ -1,5 +1,5 @@
  /*
 - * Copryight 2001 Jamey Wood
 + * Copyright 2001 Jamey Wood
   *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
