misc/139825: [typo] fix spelling of Copyright in truss and
sys/sys/pioctl.h
Ruslan Mahmatkhanov
cvs-src at yandex.ru
Wed Oct 21 19:10:02 UTC 2009
>Number: 139825
>Category: misc
>Synopsis: [typo] fix spelling of Copyright in truss and sys/sys/pioctl.h
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Oct 21 19:10:01 UTC 2009
>Closed-Date:
>Last-Modified:
>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 at freebsd.org>
- * Copryight 2005 Orlando Bassotto <orlando at break.net>
- * Copryight 1998 Sean Eric Fagan
+ * Copyright 2005 Orlando Bassotto <orlando at 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:
>Unformatted:
More information about the freebsd-bugs
mailing list