NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/40420: adding SMSC LPC47M192 hardware monitor at SMBus



The following reply was made to PR kern/40420; it has been noted by GNATS.

From: Takahiro Hayashi <tkhr.hash%gmail.com@localhost>
To: jnemeth%victoria.tc.ca@localhost (John Nemeth)
Cc: gnats-bugs%NetBSD.org@localhost,
 kern-bug-people%NetBSD.org@localhost,
 netbsd-bugs%NetBSD.org@localhost
Subject: Re: kern/40420: adding SMSC LPC47M192 hardware monitor at SMBus
Date: Wed, 11 Feb 2009 19:25:36 +0900

 On Wed, 11 Feb 2009 00:08:22 -0800
 jnemeth%victoria.tc.ca@localhost (John Nemeth) wrote:
 
 > On May 3,  6:32pm, Takahiro Hayashi wrote:
 > }
 > } >Number:         40420
 > } >Category:       kern
 > } >Synopsis:       adding SMSC LPC47M192 hardware monitor at SMBus
 > } >Description:
 > }    This patch adds SMSC LPC47M192 hardware monitor at SMBus
 > }    to the kernel.
 [snip]
 > } [snip]
 > } --- /dev/null      2009-01-04 00:00:53.000000000 +0900
 > } +++ sys/dev/i2c/smsctemp.c 2009-01-17 14:42:13.000000000 +0900
 > } @@ -0,0 +1,334 @@
 > } +/* $NetBSD$ */
 > } +
 > } +/*
 > } + * Redistribution and use in source and binary forms, with or without
 > } + * modification, are permitted provided that the following conditions
 > } [snip]
 > 
 >      There is no copyright line (i.e. there is no indication of who is
 > granting the licence.  Unfortunately, without a proper copyright to go
 > along with the licence the code can't be imported.
 
 I've forgotten about the license.
 Can the following license be accepted?
 
 Thanks,
 Takahiro Hayashi
 
 --- smsctemp.c.orig    2009-02-11 18:48:08.000000000 +0900
 +++ smsctemp.c 2009-02-11 18:55:17.000000000 +0900
 @@ -1,6 +1,9 @@
  /* $NetBSD$ */
  
  /*
 + * Copyright (c) 2009 Takahiro Hayashi
 + * All rights reserved.
 + *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
 --- smsctempvar.h.orig 2009-02-11 18:48:14.000000000 +0900
 +++ smsctempvar.h      2009-02-11 18:55:07.000000000 +0900
 @@ -1,6 +1,9 @@
  /* $NetBSD$ */
  
  /*
 + * Copyright (c) 2009 Takahiro Hayashi
 + * All rights reserved.
 + *
   * Redistribution and use in source and binary forms, with or without
   * modification, are permitted provided that the following conditions
   * are met:
 
 -- 
 <tkhr.hash%gmail.com@localhost>
 


Home | Main Index | Thread Index | Old Index