Source-Changes-HG archive

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

[src/trunk]: src/sys/rump Update copyright statements.



details:   https://anonhg.NetBSD.org/src/rev/d3409c51cc2d
branches:  trunk
changeset: 763481:d3409c51cc2d
user:      pooka <pooka%NetBSD.org@localhost>
date:      Mon Mar 21 16:41:08 2011 +0000

description:
Update copyright statements.

no functional change.

diffstat:

 sys/rump/include/machine/cpu.h           |  6 ++----
 sys/rump/include/machine/intr.h          |  6 ++----
 sys/rump/include/rump/rump.h             |  6 ++----
 sys/rump/include/rump/rumpuser.h         |  6 ++----
 sys/rump/librump/rumpkern/emul.c         |  8 +++-----
 sys/rump/librump/rumpkern/intr.c         |  6 +++---
 sys/rump/librump/rumpkern/locks.c        |  9 +++------
 sys/rump/librump/rumpkern/rump.c         |  8 +++-----
 sys/rump/librump/rumpkern/rump_private.h |  6 ++----
 sys/rump/librump/rumpkern/scheduler.c    |  6 +++---
 sys/rump/librump/rumpkern/vm.c           |  6 +++---
 sys/rump/librump/rumpvfs/rumpfs.c        |  6 +++---
 sys/rump/librump/rumpvfs/vm_vfs.c        |  9 +++------
 sys/rump/net/lib/libshmif/if_shmem.c     |  6 +++---
 sys/rump/net/lib/libshmif/shmif_busops.c |  6 +++---
 sys/rump/net/lib/libshmif/shmifvar.h     |  4 ++--
 16 files changed, 42 insertions(+), 62 deletions(-)

diffs (truncated from 318 to 300 lines):

diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/include/machine/cpu.h
--- a/sys/rump/include/machine/cpu.h    Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/include/machine/cpu.h    Mon Mar 21 16:41:08 2011 +0000
@@ -1,9 +1,7 @@
-/*     $NetBSD: cpu.h,v 1.14 2011/01/04 16:23:35 pooka Exp $   */
+/*     $NetBSD: cpu.h,v 1.15 2011/03/21 16:41:08 pooka Exp $   */
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2008-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/include/machine/intr.h
--- a/sys/rump/include/machine/intr.h   Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/include/machine/intr.h   Mon Mar 21 16:41:08 2011 +0000
@@ -1,9 +1,7 @@
-/*     $NetBSD: intr.h,v 1.17 2010/08/30 18:29:52 pooka Exp $  */
+/*     $NetBSD: intr.h,v 1.18 2011/03/21 16:41:08 pooka Exp $  */
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/include/rump/rump.h
--- a/sys/rump/include/rump/rump.h      Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/include/rump/rump.h      Mon Mar 21 16:41:08 2011 +0000
@@ -1,9 +1,7 @@
-/*     $NetBSD: rump.h,v 1.52 2011/03/09 10:10:19 pooka Exp $  */
+/*     $NetBSD: rump.h,v 1.53 2011/03/21 16:41:08 pooka Exp $  */
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/include/rump/rumpuser.h
--- a/sys/rump/include/rump/rumpuser.h  Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/include/rump/rumpuser.h  Mon Mar 21 16:41:08 2011 +0000
@@ -1,9 +1,7 @@
-/*     $NetBSD: rumpuser.h,v 1.67 2011/03/08 12:39:29 pooka Exp $      */
+/*     $NetBSD: rumpuser.h,v 1.68 2011/03/21 16:41:08 pooka Exp $      */
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/librump/rumpkern/emul.c
--- a/sys/rump/librump/rumpkern/emul.c  Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/librump/rumpkern/emul.c  Mon Mar 21 16:41:08 2011 +0000
@@ -1,9 +1,7 @@
-/*     $NetBSD: emul.c,v 1.149 2011/01/21 13:11:03 pooka Exp $ */
+/*     $NetBSD: emul.c,v 1.150 2011/03/21 16:41:08 pooka Exp $ */
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -28,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.149 2011/01/21 13:11:03 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: emul.c,v 1.150 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/null.h>
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/librump/rumpkern/intr.c
--- a/sys/rump/librump/rumpkern/intr.c  Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/librump/rumpkern/intr.c  Mon Mar 21 16:41:08 2011 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: intr.c,v 1.35 2010/12/01 14:59:38 pooka Exp $  */
+/*     $NetBSD: intr.c,v 1.36 2011/03/21 16:41:08 pooka Exp $  */
 
 /*
- * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2008-2010 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.35 2010/12/01 14:59:38 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: intr.c,v 1.36 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/librump/rumpkern/locks.c
--- a/sys/rump/librump/rumpkern/locks.c Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/librump/rumpkern/locks.c Mon Mar 21 16:41:08 2011 +0000
@@ -1,10 +1,7 @@
-/*     $NetBSD: locks.c,v 1.53 2011/03/09 23:41:24 pooka Exp $ */
+/*     $NetBSD: locks.c,v 1.54 2011/03/21 16:41:08 pooka Exp $ */
 
 /*
- * Copyright (c) 2007, 2008 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by the
- * Finnish Cultural Foundation.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -29,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.53 2011/03/09 23:41:24 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: locks.c,v 1.54 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/kmem.h>
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/librump/rumpkern/rump.c
--- a/sys/rump/librump/rumpkern/rump.c  Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/librump/rumpkern/rump.c  Mon Mar 21 16:41:08 2011 +0000
@@ -1,9 +1,7 @@
-/*     $NetBSD: rump.c,v 1.232 2011/03/08 12:39:29 pooka Exp $ */
+/*     $NetBSD: rump.c,v 1.233 2011/03/21 16:41:08 pooka Exp $ */
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -28,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.232 2011/03/08 12:39:29 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rump.c,v 1.233 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/systm.h>
 #define ELFSIZE ARCH_ELFSIZE
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/librump/rumpkern/rump_private.h
--- a/sys/rump/librump/rumpkern/rump_private.h  Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/librump/rumpkern/rump_private.h  Mon Mar 21 16:41:08 2011 +0000
@@ -1,9 +1,7 @@
-/*     $NetBSD: rump_private.h,v 1.69 2011/01/13 15:38:29 pooka Exp $  */
+/*     $NetBSD: rump_private.h,v 1.70 2011/03/21 16:41:09 pooka Exp $  */
 
 /*
- * Copyright (c) 2007 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by Google Summer of Code.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/librump/rumpkern/scheduler.c
--- a/sys/rump/librump/rumpkern/scheduler.c     Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/librump/rumpkern/scheduler.c     Mon Mar 21 16:41:08 2011 +0000
@@ -1,7 +1,7 @@
-/*      $NetBSD: scheduler.c,v 1.25 2011/01/28 16:58:28 pooka Exp $    */
+/*      $NetBSD: scheduler.c,v 1.26 2011/03/21 16:41:09 pooka Exp $    */
 
 /*
- * Copyright (c) 2010 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2010, 2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: scheduler.c,v 1.25 2011/01/28 16:58:28 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: scheduler.c,v 1.26 2011/03/21 16:41:09 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/librump/rumpkern/vm.c
--- a/sys/rump/librump/rumpkern/vm.c    Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/librump/rumpkern/vm.c    Mon Mar 21 16:41:08 2011 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: vm.c,v 1.113 2011/02/22 20:17:38 pooka Exp $   */
+/*     $NetBSD: vm.c,v 1.114 2011/03/21 16:41:08 pooka Exp $   */
 
 /*
- * Copyright (c) 2007-2010 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2007-2011 Antti Kantee.  All Rights Reserved.
  *
  * Development of this software was supported by
  * The Finnish Cultural Foundation and the Research Foundation of
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.113 2011/02/22 20:17:38 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm.c,v 1.114 2011/03/21 16:41:08 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/librump/rumpvfs/rumpfs.c
--- a/sys/rump/librump/rumpvfs/rumpfs.c Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/librump/rumpvfs/rumpfs.c Mon Mar 21 16:41:08 2011 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: rumpfs.c,v 1.92 2011/03/01 15:14:35 pooka Exp $        */
+/*     $NetBSD: rumpfs.c,v 1.93 2011/03/21 16:41:09 pooka Exp $        */
 
 /*
- * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2009, 2010, 2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.92 2011/03/01 15:14:35 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.93 2011/03/21 16:41:09 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/librump/rumpvfs/vm_vfs.c
--- a/sys/rump/librump/rumpvfs/vm_vfs.c Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/librump/rumpvfs/vm_vfs.c Mon Mar 21 16:41:08 2011 +0000
@@ -1,10 +1,7 @@
-/*     $NetBSD: vm_vfs.c,v 1.27 2011/03/01 10:02:11 pooka Exp $        */
+/*     $NetBSD: vm_vfs.c,v 1.28 2011/03/21 16:41:09 pooka Exp $        */
 
 /*
- * Copyright (c) 2008 Antti Kantee.  All Rights Reserved.
- *
- * Development of this software was supported by the
- * Finnish Cultural Foundation.
+ * Copyright (c) 2008-2011 Antti Kantee.  All Rights Reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
@@ -29,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_vfs.c,v 1.27 2011/03/01 10:02:11 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_vfs.c,v 1.28 2011/03/21 16:41:09 pooka Exp $");
 
 #include <sys/param.h>
 
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/net/lib/libshmif/if_shmem.c
--- a/sys/rump/net/lib/libshmif/if_shmem.c      Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/net/lib/libshmif/if_shmem.c      Mon Mar 21 16:41:08 2011 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: if_shmem.c,v 1.38 2011/03/11 12:11:00 pooka Exp $      */
+/*     $NetBSD: if_shmem.c,v 1.39 2011/03/21 16:41:09 pooka Exp $      */
 
 /*
- * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
  *
  * Development of this software was supported by The Nokia Foundation.
  *
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.38 2011/03/11 12:11:00 pooka Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_shmem.c,v 1.39 2011/03/21 16:41:09 pooka Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
diff -r c017a2ff9b9d -r d3409c51cc2d sys/rump/net/lib/libshmif/shmif_busops.c
--- a/sys/rump/net/lib/libshmif/shmif_busops.c  Mon Mar 21 15:51:34 2011 +0000
+++ b/sys/rump/net/lib/libshmif/shmif_busops.c  Mon Mar 21 16:41:08 2011 +0000
@@ -1,7 +1,7 @@
-/*     $NetBSD: shmif_busops.c,v 1.8 2011/01/12 16:12:30 pooka Exp $   */
+/*     $NetBSD: shmif_busops.c,v 1.9 2011/03/21 16:41:09 pooka Exp $   */
 
 /*
- * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
+ * Copyright (c) 2009, 2010 Antti Kantee.  All Rights Reserved.
  *
  * Development of this software was supported by The Nokia Foundation.
  *
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>



Home | Main Index | Thread Index | Old Index