diff --git a/usr.bin/sort/bwstring.c b/usr.bin/sort/bwstring.c index 121aec88e62..3def9d07dbd 100644 --- a/usr.bin/sort/bwstring.c +++ b/usr.bin/sort/bwstring.c @@ -1,6 +1,6 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/bwstring.h b/usr.bin/sort/bwstring.h index 73595238b21..93098f370e0 100644 --- a/usr.bin/sort/bwstring.h +++ b/usr.bin/sort/bwstring.h @@ -2,7 +2,7 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/coll.c b/usr.bin/sort/coll.c index a619fcfda01..b3c80f64b3e 100644 --- a/usr.bin/sort/coll.c +++ b/usr.bin/sort/coll.c @@ -1,6 +1,6 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/coll.h b/usr.bin/sort/coll.h index a3ceaafd8b0..92997426704 100644 --- a/usr.bin/sort/coll.h +++ b/usr.bin/sort/coll.h @@ -2,7 +2,7 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/file.c b/usr.bin/sort/file.c index 2d185e4a480..d989008dcc2 100644 --- a/usr.bin/sort/file.c +++ b/usr.bin/sort/file.c @@ -1,6 +1,6 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/file.h b/usr.bin/sort/file.h index 8e95fdb3371..ae33a2a7e9d 100644 --- a/usr.bin/sort/file.h +++ b/usr.bin/sort/file.h @@ -2,7 +2,7 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/mem.c b/usr.bin/sort/mem.c index 999aea2b006..93cb019646f 100644 --- a/usr.bin/sort/mem.c +++ b/usr.bin/sort/mem.c @@ -1,6 +1,6 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/mem.h b/usr.bin/sort/mem.h index 13ba4a9aa7a..44eb5449a1d 100644 --- a/usr.bin/sort/mem.h +++ b/usr.bin/sort/mem.h @@ -2,7 +2,7 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/radixsort.c b/usr.bin/sort/radixsort.c index b370723552c..fde2b6f8862 100644 --- a/usr.bin/sort/radixsort.c +++ b/usr.bin/sort/radixsort.c @@ -1,5 +1,5 @@ /*- - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * Copyright (C) 2012 Gabor Kovesdan * All rights reserved. * diff --git a/usr.bin/sort/radixsort.h b/usr.bin/sort/radixsort.h index 5276d7162c5..ff881a3f8d1 100644 --- a/usr.bin/sort/radixsort.h +++ b/usr.bin/sort/radixsort.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /*- - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * Copyright (C) 2012 Gabor Kovesdan * All rights reserved. * diff --git a/usr.bin/sort/sort.1.in b/usr.bin/sort/sort.1.in index 6dd765772fb..887621f2c5e 100644 --- a/usr.bin/sort/sort.1.in +++ b/usr.bin/sort/sort.1.in @@ -612,7 +612,7 @@ command first appeared in .Sh AUTHORS Gabor Kovesdan , .Pp -Oleg Moskalenko +Oleg Moskalenko .Sh NOTES This implementation of .Nm diff --git a/usr.bin/sort/sort.c b/usr.bin/sort/sort.c index 7e0ab6914b4..d811a868bc6 100644 --- a/usr.bin/sort/sort.c +++ b/usr.bin/sort/sort.c @@ -1,6 +1,6 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/sort.h b/usr.bin/sort/sort.h index a37f92280f3..e339ff729b2 100644 --- a/usr.bin/sort/sort.h +++ b/usr.bin/sort/sort.h @@ -2,7 +2,7 @@ /*- * Copyright (C) 2009 Gabor Kovesdan - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * All rights reserved. * * Redistribution and use in source and binary forms, with or without diff --git a/usr.bin/sort/vsort.c b/usr.bin/sort/vsort.c index 593e54c57b5..5d15f9af369 100644 --- a/usr.bin/sort/vsort.c +++ b/usr.bin/sort/vsort.c @@ -1,5 +1,5 @@ /*- - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * Copyright (C) 2012 Gabor Kovesdan * All rights reserved. * diff --git a/usr.bin/sort/vsort.h b/usr.bin/sort/vsort.h index facd075113e..4d43087879e 100644 --- a/usr.bin/sort/vsort.h +++ b/usr.bin/sort/vsort.h @@ -1,7 +1,7 @@ /* $FreeBSD$ */ /*- - * Copyright (C) 2012 Oleg Moskalenko + * Copyright (C) 2012 Oleg Moskalenko * Copyright (C) 2012 Gabor Kovesdan * All rights reserved. *