Re: [PATCH] Update copyright header dates in exec directory

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

 



Reviewed-by: Angus Salkeld <asalkeld@xxxxxxxxxx>

On 13/02/12 13:36 -0700, Steven Dake wrote:
Signed-off-by: Steven Dake <sdake@xxxxxxxxxx>
---
exec/apidef.c      |    2 +-
exec/apidef.h      |    2 +-
exec/cfg.c         |    2 +-
exec/cmap.c        |    2 +-
exec/coroparse.c   |    2 +-
exec/cpg.c         |    2 +-
exec/cs_queue.h    |    1 +
exec/evil.c        |    2 +-
exec/evs.c         |    2 +-
exec/fsm.h         |    2 +-
exec/ipc_glue.c    |    2 +-
exec/logsys.c      |    2 +-
exec/main.c        |    2 +-
exec/main.h        |    2 +-
exec/mainconfig.h  |    2 +-
exec/mon.c         |    2 +-
exec/pload.c       |    2 +-
exec/quorum.c      |    2 +-
exec/quorum.h      |    2 +-
exec/schedwrk.c    |    2 +-
exec/schedwrk.h    |    2 +-
exec/service.c     |    2 +-
exec/service.h     |    2 +-
exec/sync.c        |    2 +-
exec/sync.h        |    1 +
exec/syncv2.c      |    2 +-
exec/syncv2.h      |    2 +-
exec/timer.c       |    2 +-
exec/timer.h       |    2 +-
exec/totemconfig.c |    2 +-
exec/totemconfig.h |    2 +-
exec/totemiba.c    |    2 +-
exec/totemiba.h    |    2 +-
exec/totemip.c     |    2 +-
exec/totemmrp.h    |    2 +-
exec/totemnet.c    |    2 +-
exec/totempg.c     |    2 +-
exec/totemrrp.c    |    2 +-
exec/totemsrp.h    |    2 +-
exec/totemudp.c    |    2 +-
exec/totemudp.h    |    2 +-
exec/totemudpu.c   |    2 +-
exec/totemudpu.h   |    2 +-
exec/util.c        |    2 +-
exec/util.h        |    1 +
exec/vsf.h         |    2 +-
exec/vsf_quorum.c  |    2 +-
exec/vsf_ykd.c     |    2 +-
exec/wd.c          |    2 +-
49 files changed, 49 insertions(+), 46 deletions(-)

diff --git a/exec/apidef.c b/exec/apidef.c
index 8721996..bc3a559 100644
--- a/exec/apidef.c
+++ b/exec/apidef.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, 2009 Red Hat, Inc.
+ * Copyright (c) 2008-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/apidef.h b/exec/apidef.h
index 299270c..52812d4 100644
--- a/exec/apidef.h
+++ b/exec/apidef.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Red Hat, Inc.
+ * Copyright (c) 2008-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/cfg.c b/exec/cfg.c
index 2fe6c97..29ea8bb 100644
--- a/exec/cfg.c
+++ b/exec/cfg.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005-2006 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/cmap.c b/exec/cmap.c
index 284e895..a4a135a 100644
--- a/exec/cmap.c
+++ b/exec/cmap.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 Red Hat, Inc.
+ * Copyright (c) 2011-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/coroparse.c b/exec/coroparse.c
index df6f1de..642ee00 100644
--- a/exec/coroparse.c
+++ b/exec/coroparse.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006, 2011 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/cpg.c b/exec/cpg.c
index b884e9b..bf8692b 100644
--- a/exec/cpg.c
+++ b/exec/cpg.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/cs_queue.h b/exec/cs_queue.h
index 2e31c0f..04dd4bb 100644
--- a/exec/cs_queue.h
+++ b/exec/cs_queue.h
@@ -1,5 +1,6 @@
/*
 * Copyright (c) 2002-2004 MontaVista Software, Inc.
+ * Copyright (c) 2006-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/evil.c b/exec/evil.c
index b22a034..bd1ba2d 100644
--- a/exec/evil.c
+++ b/exec/evil.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2002-2006 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/evs.c b/exec/evs.c
index 0fe2d3d..5cb5754 100644
--- a/exec/evs.c
+++ b/exec/evs.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2004-2006 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/fsm.h b/exec/fsm.h
index 811c6a8..8406450 100644
--- a/exec/fsm.h
+++ b/exec/fsm.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Red Hat
+ * Copyright (c) 2010-2012 Red Hat
 *
 * All rights reserved.
 *
diff --git a/exec/ipc_glue.c b/exec/ipc_glue.c
index f6b400a..12789ad 100644
--- a/exec/ipc_glue.c
+++ b/exec/ipc_glue.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Red Hat, Inc.
+ * Copyright (c) 2010-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/logsys.c b/exec/logsys.c
index 0798bf7..9ba7c20 100644
--- a/exec/logsys.c
+++ b/exec/logsys.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2002-2004 MontaVista Software, Inc.
- * Copyright (c) 2006-2010 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * Author: Steven Dake (sdake@xxxxxxxxxx)
 * Author: Lon Hohberger (lhh@xxxxxxxxxx)
diff --git a/exec/main.c b/exec/main.c
index 79c05a8..b33b5c8 100644
--- a/exec/main.c
+++ b/exec/main.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2002-2006 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/main.h b/exec/main.h
index 67fd80b..9d27670 100644
--- a/exec/main.h
+++ b/exec/main.h
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2002-2006 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/mainconfig.h b/exec/mainconfig.h
index b357799..ad64c83 100644
--- a/exec/mainconfig.h
+++ b/exec/mainconfig.h
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2002-2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2007 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/mon.c b/exec/mon.c
index 344ff0a..913dc36 100644
--- a/exec/mon.c
+++ b/exec/mon.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Red Hat, Inc.
+ * Copyright (c) 2010-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/pload.c b/exec/pload.c
index edefe25..893f577 100644
--- a/exec/pload.c
+++ b/exec/pload.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008-2009 Red Hat, Inc.
+ * Copyright (c) 2008-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/quorum.c b/exec/quorum.c
index a98ef7a..7470150 100644
--- a/exec/quorum.c
+++ b/exec/quorum.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008 Red Hat, Inc.
+ * Copyright (c) 2008-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/quorum.h b/exec/quorum.h
index ca01aaa..bd99ee5 100644
--- a/exec/quorum.h
+++ b/exec/quorum.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, 2009 Red Hat, Inc.
+ * Copyright (c) 2008-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/schedwrk.c b/exec/schedwrk.c
index 0591063..ee5ad05 100644
--- a/exec/schedwrk.c
+++ b/exec/schedwrk.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Red Hat, Inc.
+ * Copyright (c) 2009-2010 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/schedwrk.h b/exec/schedwrk.h
index 68ce60d..32ea646 100644
--- a/exec/schedwrk.h
+++ b/exec/schedwrk.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Red Hat, Inc.
+ * Copyright (c) 2009-2010 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/service.c b/exec/service.c
index 37abb8c..fed75c3 100644
--- a/exec/service.c
+++ b/exec/service.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2006 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/service.h b/exec/service.h
index d339702..1d255f3 100644
--- a/exec/service.h
+++ b/exec/service.h
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2002-2006 MontaVista Software, Inc.
- * Copyright (c) 2006-2007, 2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/sync.c b/exec/sync.c
index fdf3e73..be42568 100644
--- a/exec/sync.c
+++ b/exec/sync.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005-2006 MontaVista Software, Inc.
- * Copyright (c) 2006-2007, 2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/sync.h b/exec/sync.h
index a8071d4..7913a0a 100644
--- a/exec/sync.h
+++ b/exec/sync.h
@@ -1,5 +1,6 @@
/*
 * Copyright (c) 2002-2004 MontaVista Software, Inc.
+ * Copyright (c) 2006-2010 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/syncv2.c b/exec/syncv2.c
index 3131e34..e50c23e 100644
--- a/exec/syncv2.c
+++ b/exec/syncv2.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Red Hat, Inc.
+ * Copyright (c) 2009-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/syncv2.h b/exec/syncv2.h
index 91b9aff..5cb318a 100644
--- a/exec/syncv2.h
+++ b/exec/syncv2.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Red Hat, Inc.
+ * Copyright (c) 2009-2010 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/timer.c b/exec/timer.c
index 2941874..27383bd 100644
--- a/exec/timer.c
+++ b/exec/timer.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2002-2006 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2010 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/timer.h b/exec/timer.h
index e81b02b..9d23868 100644
--- a/exec/timer.h
+++ b/exec/timer.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006-2007, 2009 Red Hat, Inc.
+ * Copyright (c) 2006-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemconfig.c b/exec/totemconfig.c
index 8c585a5..ec09b4c 100644
--- a/exec/totemconfig.c
+++ b/exec/totemconfig.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2002-2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2011 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemconfig.h b/exec/totemconfig.h
index 324495d..9af682f 100644
--- a/exec/totemconfig.h
+++ b/exec/totemconfig.h
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2007 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemiba.c b/exec/totemiba.c
index 7b84148..17c9ce9 100644
--- a/exec/totemiba.c
+++ b/exec/totemiba.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Red Hat, Inc.
+ * Copyright (c) 2009-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemiba.h b/exec/totemiba.h
index 238fd57..4b6e09d 100644
--- a/exec/totemiba.h
+++ b/exec/totemiba.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2009 Red Hat, Inc.
+ * Copyright (c) 2009-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemip.c b/exec/totemip.c
index aceafdb..c901e1c 100644
--- a/exec/totemip.c
+++ b/exec/totemip.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2005-2007, 2009 Red Hat, Inc.
+ * Copyright (c) 2005-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemmrp.h b/exec/totemmrp.h
index 50d6a5e..bb26f2a 100644
--- a/exec/totemmrp.h
+++ b/exec/totemmrp.h
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2007, 2009 Red Hat, Inc.
+ * Copyright (c) 2006-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemnet.c b/exec/totemnet.c
index 38efc5c..4c18788 100644
--- a/exec/totemnet.c
+++ b/exec/totemnet.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totempg.c b/exec/totempg.c
index acc0c2f..70dfba5 100644
--- a/exec/totempg.c
+++ b/exec/totempg.c
@@ -1,7 +1,7 @@
/*
 * Copyright (c) 2003-2005 MontaVista Software, Inc.
 * Copyright (c) 2005 OSDL.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemrrp.c b/exec/totemrrp.c
index ea0c0b9..1a61341 100644
--- a/exec/totemrrp.c
+++ b/exec/totemrrp.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemsrp.h b/exec/totemsrp.h
index 39444a4..7162721 100644
--- a/exec/totemsrp.h
+++ b/exec/totemsrp.h
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2003-2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2007, 2009 Red Hat, Inc.
+ * Copyright (c) 2006-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemudp.c b/exec/totemudp.c
index 2880008..a4649e5 100644
--- a/exec/totemudp.c
+++ b/exec/totemudp.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemudp.h b/exec/totemudp.h
index de39c81..8acd853 100644
--- a/exec/totemudp.h
+++ b/exec/totemudp.h
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2007, 2009 Red Hat, Inc.
+ * Copyright (c) 2006-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemudpu.c b/exec/totemudpu.c
index 2af0533..37028fb 100644
--- a/exec/totemudpu.c
+++ b/exec/totemudpu.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/totemudpu.h b/exec/totemudpu.h
index 93b31a0..1d1409a 100644
--- a/exec/totemudpu.h
+++ b/exec/totemudpu.h
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2010 Red Hat, Inc.
+ * Copyright (c) 2006-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/util.c b/exec/util.c
index 240dd28..9a44275 100644
--- a/exec/util.c
+++ b/exec/util.c
@@ -1,7 +1,7 @@
/*
 * Copyright (c) 2002-2004 MontaVista Software, Inc.
 * Copyright (c) 2004 Open Source Development Lab
- * Copyright (c) 2006-2007, 2009 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/util.h b/exec/util.h
index 9f418bb..3fa37fe 100644
--- a/exec/util.h
+++ b/exec/util.h
@@ -1,6 +1,7 @@
/*
 * Copyright (c) 2002-2004 MontaVista Software, Inc.
 * Copyright (c) 2004 Open Source Development Lab
+ * Copyright (c) 2006-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/vsf.h b/exec/vsf.h
index 28d3ef8..6163410 100644
--- a/exec/vsf.h
+++ b/exec/vsf.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2006 Red Hat, Inc.
+ * Copyright (c) 2006-2011 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/vsf_quorum.c b/exec/vsf_quorum.c
index 5d12451..54abd1e 100644
--- a/exec/vsf_quorum.c
+++ b/exec/vsf_quorum.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2008, 2009, 2012 Red Hat, Inc.
+ * Copyright (c) 2008-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/vsf_ykd.c b/exec/vsf_ykd.c
index 1f4ab6e..d4d359b 100644
--- a/exec/vsf_ykd.c
+++ b/exec/vsf_ykd.c
@@ -1,6 +1,6 @@
/*
 * Copyright (c) 2005 MontaVista Software, Inc.
- * Copyright (c) 2006-2009, 2012 Red Hat, Inc.
+ * Copyright (c) 2006-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
diff --git a/exec/wd.c b/exec/wd.c
index f3b7878..4066388 100644
--- a/exec/wd.c
+++ b/exec/wd.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2010 Red Hat, Inc.
+ * Copyright (c) 2010-2012 Red Hat, Inc.
 *
 * All rights reserved.
 *
--
1.7.7.6

_______________________________________________
discuss mailing list
discuss@xxxxxxxxxxxx
http://lists.corosync.org/mailman/listinfo/discuss
_______________________________________________
discuss mailing list
discuss@xxxxxxxxxxxx
http://lists.corosync.org/mailman/listinfo/discuss


[Index of Archives]     [Linux Clusters]     [Corosync Project]     [Linux USB Devel]     [Linux Audio Users]     [Photo]     [Yosemite News]    [Yosemite Photos]    [Linux Kernel]     [Linux SCSI]     [X.Org]

  Powered by Linux