On February 5, 2013 at 5:10 PM Assaf Gordon <[email protected]> wrote:
> Hello Pádraig,
>
> Thank you for all the recent work on numfmt!
>
> I noticed a typo in the help section, in my original program (The suffix
> says "G" but the values are mega). Also removes an extra space. Attached is a
> patch.

Hi Padraig,

and maybe you could squash in a fix for the copyright year.
Sorry for the nit-picking - I didn't come to more than the
first few lines to read yet.

Have a nice day,
Berny

diff --git a/src/numfmt.c b/src/numfmt.c
index cccd1d1..f07f553 100644
--- a/src/numfmt.c
+++ b/src/numfmt.c
@@ -1,5 +1,5 @@
 /* Reformat numbers like 11505426432 to the more human-readable 11G
-   Copyright (C) 2012 Free Software Foundation, Inc.
+   Copyright (C) 2013 Free Software Foundation, Inc.

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
diff --git a/tests/misc/numfmt.pl b/tests/misc/numfmt.pl
index c542483..68fa2ba 100644
--- a/tests/misc/numfmt.pl
+++ b/tests/misc/numfmt.pl
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 # Basic tests for "numfmt".

-# Copyright (C) 2012 Free Software Foundation, Inc.
+# Copyright (C) 2013 Free Software Foundation, Inc.

 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by

Reply via email to