[Nut-upsdev] [nut-commits] svn commit r1049 - in trunk: . drivers
Arjen de Korte
arjen at de-korte.org
Mon Aug 13 19:52:02 UTC 2007
Alexander Gordeev wrote:
> Author: agordeev-guest
> Date: Mon Aug 13 13:09:43 2007
> New Revision: 1049
>
> Log:
> drivers/megatec_usb.c: added credits to the banner message.
Is this really needed/desirable? I think this kind of information needs
to be put in the AUTHORS document. There are many more people on this
list that put a lot of effort in NUT, without claiming credit so openly.
Just my 2c.
Best regards, Arjen
> Modified:
> trunk/ChangeLog
> trunk/drivers/megatec_usb.c
>
> Modified: trunk/ChangeLog
> ==============================================================================
> --- trunk/ChangeLog (original)
> +++ trunk/ChangeLog Mon Aug 13 13:09:43 2007
> @@ -1,3 +1,7 @@
> +Mon Aug 13 13:08:13 UTC 2007 / Alexander I. Gordeev <lasaine at lvk.cs.msu.su>
> +
> + * drivers/megatec_usb.c: added credits to the banner message.
> +
> Mon Aug 13 09:28:42 UTC 2007 / Arjen de Korte <arjen at de-korte.org>
>
> * data/cmdvartab, docs/new-names.txt:
>
> Modified: trunk/drivers/megatec_usb.c
> ==============================================================================
> --- trunk/drivers/megatec_usb.c (original)
> +++ trunk/drivers/megatec_usb.c Mon Aug 13 13:09:43 2007
> @@ -132,8 +132,8 @@
>
> void megatec_subdrv_banner()
> {
> - printf("Serial-over-USB transport layer for Megatec protocol driver [%s]\n\n", progname);
> - /* printf("Andrey Lelikov (c) 2006, Alexander Gordeev (c) 2006-2007, Jon Gough (c) 2007\n\n"); */
> + printf("Serial-over-USB transport layer for Megatec protocol driver [%s]\n", progname);
> + printf("Andrey Lelikov (c) 2006, Alexander Gordeev (c) 2006-2007, Jon Gough (c) 2007\n\n");
> }
>
> /* FIXME: Fix "serial" variable (which conflicts with "serial" variable in megatec.c) */
>
> _______________________________________________
> nut-commits mailing list
> nut-commits at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/nut-commits
>
More information about the Nut-upsdev
mailing list