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



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