diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-03-10 16:12:16 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2017-03-10 16:12:16 +0000 |
| commit | e12a957f8d312cea21f53b537b20af0f2afae3a5 (patch) | |
| tree | 12fb0c34167175fa4f133e9895f0bee58cf844ab /usr.bin/localedef | |
| parent | 56b1edd680d2cfcbabe288fa546264497cfbb01b (diff) | |
Notes
Diffstat (limited to 'usr.bin/localedef')
| -rw-r--r-- | usr.bin/localedef/charmap.c | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/collate.c | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/ctype.c | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/localedef.c | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/localedef.h | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/messages.c | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/monetary.c | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/numeric.c | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/parser.y | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/scanner.c | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/time.c | 2 | ||||
| -rw-r--r-- | usr.bin/localedef/wide.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/usr.bin/localedef/charmap.c b/usr.bin/localedef/charmap.c index 52839a920963..be9070262bd1 100644 --- a/usr.bin/localedef/charmap.c +++ b/usr.bin/localedef/charmap.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/collate.c b/usr.bin/localedef/collate.c index 789053819011..d2e8dcb922a9 100644 --- a/usr.bin/localedef/collate.c +++ b/usr.bin/localedef/collate.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/ctype.c b/usr.bin/localedef/ctype.c index 165ee9b806ed..3133d2462b37 100644 --- a/usr.bin/localedef/ctype.c +++ b/usr.bin/localedef/ctype.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2011 Nexenta Systems, Inc. All rights reserved. * Copyright 2012 Garrett D'Amore <garrett@damore.org> All rights reserved. * Copyright 2015 John Marino <draco@marino.st> diff --git a/usr.bin/localedef/localedef.c b/usr.bin/localedef/localedef.c index e4d0dff5c72a..5562df041c6f 100644 --- a/usr.bin/localedef/localedef.c +++ b/usr.bin/localedef/localedef.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/localedef.h b/usr.bin/localedef/localedef.h index 8c829399d186..287886d93da8 100644 --- a/usr.bin/localedef/localedef.h +++ b/usr.bin/localedef/localedef.h @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/messages.c b/usr.bin/localedef/messages.c index 0502eb5c3c1e..a25711c4a17b 100644 --- a/usr.bin/localedef/messages.c +++ b/usr.bin/localedef/messages.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/monetary.c b/usr.bin/localedef/monetary.c index d416e93e1b96..dd144d73b806 100644 --- a/usr.bin/localedef/monetary.c +++ b/usr.bin/localedef/monetary.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/numeric.c b/usr.bin/localedef/numeric.c index 3ab95d553c6a..2950420897ca 100644 --- a/usr.bin/localedef/numeric.c +++ b/usr.bin/localedef/numeric.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/parser.y b/usr.bin/localedef/parser.y index 73bc6f902f39..b3ceb64e38b1 100644 --- a/usr.bin/localedef/parser.y +++ b/usr.bin/localedef/parser.y @@ -1,5 +1,5 @@ %{ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/scanner.c b/usr.bin/localedef/scanner.c index fa6208996663..2c0c2d0465e1 100644 --- a/usr.bin/localedef/scanner.c +++ b/usr.bin/localedef/scanner.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/time.c b/usr.bin/localedef/time.c index e40001d18e64..8715abb42aa0 100644 --- a/usr.bin/localedef/time.c +++ b/usr.bin/localedef/time.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2010 Nexenta Systems, Inc. All rights reserved. * Copyright 2015 John Marino <draco@marino.st> * diff --git a/usr.bin/localedef/wide.c b/usr.bin/localedef/wide.c index 9d898fdfdf4f..5d5f5a6db276 100644 --- a/usr.bin/localedef/wide.c +++ b/usr.bin/localedef/wide.c @@ -1,4 +1,4 @@ -/* +/*- * Copyright 2011 Nexenta Systems, Inc. All rights reserved. * Copyright 2012 Garrett D'Amore <garrett@damore.org> All rights reserved. * Copyright 2015 John Marino <draco@marino.st> |
