gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35141 - in gnunet-update/src: ext fs gnunet_update include


From: gnunet
Subject: [GNUnet-SVN] r35141 - in gnunet-update/src: ext fs gnunet_update include tests tests/confs tests/confs/gnunet-update-home/etc tests/confs/gnunet-update-home/share/gnunet-update tests/new/libfake tests/new/libfake/src tests/new/test-package tests/new/test-package/src tests/old/libfake tests/old/libfake/src tests/old/test-package tests/old/test-package/src
Date: Sun, 8 Feb 2015 00:16:08 +0100

Author: grothoff
Date: 2015-02-08 00:16:08 +0100 (Sun, 08 Feb 2015)
New Revision: 35141

Modified:
   gnunet-update/src/ext/ext_api.c
   gnunet-update/src/ext/gnunet-ext.c
   gnunet-update/src/ext/gnunet-service-ext.c
   gnunet-update/src/ext/test_ext_api.c
   gnunet-update/src/fs/gnupdate-daemon-search.c
   gnunet-update/src/gnunet_update/defaults.conf
   gnunet-update/src/gnunet_update/gnunet-update.conf
   gnunet-update/src/include/gnunet_ext_service.h
   gnunet-update/src/include/gnunet_protocols_ext.h
   gnunet-update/src/tests/compatibility.c
   gnunet-update/src/tests/confs/gnunet-update-home/etc/gnunet-update.conf
   
gnunet-update/src/tests/confs/gnunet-update-home/share/gnunet-update/defaults.conf
   gnunet-update/src/tests/confs/gnunet-update.conf
   gnunet-update/src/tests/new/libfake/Makefile.am
   gnunet-update/src/tests/new/libfake/src/Makefile.am
   gnunet-update/src/tests/new/libfake/src/libfake.c
   gnunet-update/src/tests/new/libfake/src/libfake.h
   gnunet-update/src/tests/new/test-package/Makefile.am
   gnunet-update/src/tests/new/test-package/src/Makefile.am
   gnunet-update/src/tests/new/test-package/src/binary-libfunadd.c
   gnunet-update/src/tests/new/test-package/src/binary-libfundel.c
   gnunet-update/src/tests/new/test-package/src/binary-libfunmod.c
   gnunet-update/src/tests/new/test-package/src/binary-libnochange.c
   gnunet-update/src/tests/new/test-package/src/group1-binary.c
   gnunet-update/src/tests/new/test-package/src/libfunadd.c
   gnunet-update/src/tests/new/test-package/src/libfunadd.h
   gnunet-update/src/tests/new/test-package/src/libfundel.c
   gnunet-update/src/tests/new/test-package/src/libfundel.h
   gnunet-update/src/tests/new/test-package/src/libfunmod.c
   gnunet-update/src/tests/new/test-package/src/libfunmod.h
   gnunet-update/src/tests/new/test-package/src/libnew.c
   gnunet-update/src/tests/new/test-package/src/libnochange.c
   gnunet-update/src/tests/new/test-package/src/libnochange.h
   gnunet-update/src/tests/new/test-package/src/test-binary-modified.c
   gnunet-update/src/tests/new/test-package/src/test-binary-new.c
   gnunet-update/src/tests/new/test-package/src/test-binary.c
   gnunet-update/src/tests/old/libfake/Makefile.am
   gnunet-update/src/tests/old/libfake/src/Makefile.am
   gnunet-update/src/tests/old/libfake/src/libfake.c
   gnunet-update/src/tests/old/libfake/src/libfake.h
   gnunet-update/src/tests/old/test-package/Makefile.am
   gnunet-update/src/tests/old/test-package/src/Makefile.am
   gnunet-update/src/tests/old/test-package/src/binary-libfunadd.c
   gnunet-update/src/tests/old/test-package/src/binary-libfundel.c
   gnunet-update/src/tests/old/test-package/src/binary-libfunmod.c
   gnunet-update/src/tests/old/test-package/src/binary-libnochange.c
   gnunet-update/src/tests/old/test-package/src/group1-binary.c
   gnunet-update/src/tests/old/test-package/src/libfunadd.c
   gnunet-update/src/tests/old/test-package/src/libfunadd.h
   gnunet-update/src/tests/old/test-package/src/libfundel.c
   gnunet-update/src/tests/old/test-package/src/libfundel.h
   gnunet-update/src/tests/old/test-package/src/libfunmod.c
   gnunet-update/src/tests/old/test-package/src/libfunmod.h
   gnunet-update/src/tests/old/test-package/src/libnochange.c
   gnunet-update/src/tests/old/test-package/src/libnochange.h
   gnunet-update/src/tests/old/test-package/src/libold.c
   gnunet-update/src/tests/old/test-package/src/test-binary-modified.c
   gnunet-update/src/tests/old/test-package/src/test-binary-removed.c
   gnunet-update/src/tests/old/test-package/src/test-binary.c
Log:
-bringing copyright tags up to FSF standard

Modified: gnunet-update/src/ext/ext_api.c
===================================================================
--- gnunet-update/src/ext/ext_api.c     2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/ext/ext_api.c     2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 
+     Copyright (C) 
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/ext/gnunet-ext.c
===================================================================
--- gnunet-update/src/ext/gnunet-ext.c  2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/ext/gnunet-ext.c  2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C)
+     Copyright (C)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/ext/gnunet-service-ext.c
===================================================================
--- gnunet-update/src/ext/gnunet-service-ext.c  2015-02-07 23:15:44 UTC (rev 
35140)
+++ gnunet-update/src/ext/gnunet-service-ext.c  2015-02-07 23:16:08 UTC (rev 
35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 
+     Copyright (C) 
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/ext/test_ext_api.c
===================================================================
--- gnunet-update/src/ext/test_ext_api.c        2015-02-07 23:15:44 UTC (rev 
35140)
+++ gnunet-update/src/ext/test_ext_api.c        2015-02-07 23:16:08 UTC (rev 
35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C)
+     Copyright (C)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/fs/gnupdate-daemon-search.c
===================================================================
--- gnunet-update/src/fs/gnupdate-daemon-search.c       2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/fs/gnupdate-daemon-search.c       2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Christian Grothoff (and 
other contributing authors)
+     Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Christian Grothoff 
(and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/gnunet_update/defaults.conf
===================================================================
--- gnunet-update/src/gnunet_update/defaults.conf       2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/gnunet_update/defaults.conf       2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,7 +1,7 @@
 # DO NOT EDIT THIS FILE!
 #
 # This file is part of GNUnet.
-# (C) 2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/gnunet_update/gnunet-update.conf
===================================================================
--- gnunet-update/src/gnunet_update/gnunet-update.conf  2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/gnunet_update/gnunet-update.conf  2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/include/gnunet_ext_service.h
===================================================================
--- gnunet-update/src/include/gnunet_ext_service.h      2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/include/gnunet_ext_service.h      2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,6 +1,6 @@
 /*
       This file is part of GNUnet
-      (C) 
+      Copyright (C) 
 
       GNUnet is free software; you can redistribute it and/or modify
       it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/include/gnunet_protocols_ext.h
===================================================================
--- gnunet-update/src/include/gnunet_protocols_ext.h    2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/include/gnunet_protocols_ext.h    2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 
+     Copyright (C) 
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/compatibility.c
===================================================================
--- gnunet-update/src/tests/compatibility.c     2015-02-07 23:15:44 UTC (rev 
35140)
+++ gnunet-update/src/tests/compatibility.c     2015-02-07 23:16:08 UTC (rev 
35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2012 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2012 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: 
gnunet-update/src/tests/confs/gnunet-update-home/etc/gnunet-update.conf
===================================================================
--- gnunet-update/src/tests/confs/gnunet-update-home/etc/gnunet-update.conf     
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/confs/gnunet-update-home/etc/gnunet-update.conf     
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: 
gnunet-update/src/tests/confs/gnunet-update-home/share/gnunet-update/defaults.conf
===================================================================
--- 
gnunet-update/src/tests/confs/gnunet-update-home/share/gnunet-update/defaults.conf
  2015-02-07 23:15:44 UTC (rev 35140)
+++ 
gnunet-update/src/tests/confs/gnunet-update-home/share/gnunet-update/defaults.conf
  2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,7 +1,7 @@
 # DO NOT EDIT THIS FILE!
 #
 # This file is part of GNUnet.
-# (C) 2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/confs/gnunet-update.conf
===================================================================
--- gnunet-update/src/tests/confs/gnunet-update.conf    2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/tests/confs/gnunet-update.conf    2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/libfake/Makefile.am
===================================================================
--- gnunet-update/src/tests/new/libfake/Makefile.am     2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/tests/new/libfake/Makefile.am     2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001--2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2001--2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/libfake/src/Makefile.am
===================================================================
--- gnunet-update/src/tests/new/libfake/src/Makefile.am 2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/tests/new/libfake/src/Makefile.am 2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001--2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2001--2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/libfake/src/libfake.c
===================================================================
--- gnunet-update/src/tests/new/libfake/src/libfake.c   2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/tests/new/libfake/src/libfake.c   2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/libfake/src/libfake.h
===================================================================
--- gnunet-update/src/tests/new/libfake/src/libfake.h   2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/tests/new/libfake/src/libfake.h   2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/Makefile.am
===================================================================
--- gnunet-update/src/tests/new/test-package/Makefile.am        2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/Makefile.am        2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001--2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2001--2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/Makefile.am
===================================================================
--- gnunet-update/src/tests/new/test-package/src/Makefile.am    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/Makefile.am    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001--2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2001--2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/binary-libfunadd.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/binary-libfunadd.c     
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/binary-libfunadd.c     
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/binary-libfundel.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/binary-libfundel.c     
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/binary-libfundel.c     
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/binary-libfunmod.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/binary-libfunmod.c     
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/binary-libfunmod.c     
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/binary-libnochange.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/binary-libnochange.c   
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/binary-libnochange.c   
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/group1-binary.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/group1-binary.c        
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/group1-binary.c        
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011, 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011, 2012 Christian Grothoff (and other contributing 
authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/libfunadd.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/libfunadd.c    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/libfunadd.c    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/libfunadd.h
===================================================================
--- gnunet-update/src/tests/new/test-package/src/libfunadd.h    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/libfunadd.h    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/libfundel.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/libfundel.c    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/libfundel.c    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/libfundel.h
===================================================================
--- gnunet-update/src/tests/new/test-package/src/libfundel.h    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/libfundel.h    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/libfunmod.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/libfunmod.c    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/libfunmod.c    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/libfunmod.h
===================================================================
--- gnunet-update/src/tests/new/test-package/src/libfunmod.h    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/libfunmod.h    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/libnew.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/libnew.c       2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/libnew.c       2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/libnochange.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/libnochange.c  2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/libnochange.c  2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/libnochange.h
===================================================================
--- gnunet-update/src/tests/new/test-package/src/libnochange.h  2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/libnochange.h  2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/test-binary-modified.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/test-binary-modified.c 
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/test-binary-modified.c 
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/test-binary-new.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/test-binary-new.c      
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/test-binary-new.c      
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/new/test-package/src/test-binary.c
===================================================================
--- gnunet-update/src/tests/new/test-package/src/test-binary.c  2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/new/test-package/src/test-binary.c  2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/libfake/Makefile.am
===================================================================
--- gnunet-update/src/tests/old/libfake/Makefile.am     2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/tests/old/libfake/Makefile.am     2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001--2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2001--2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/libfake/src/Makefile.am
===================================================================
--- gnunet-update/src/tests/old/libfake/src/Makefile.am 2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/tests/old/libfake/src/Makefile.am 2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001--2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2001--2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/libfake/src/libfake.c
===================================================================
--- gnunet-update/src/tests/old/libfake/src/libfake.c   2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/tests/old/libfake/src/libfake.c   2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/libfake/src/libfake.h
===================================================================
--- gnunet-update/src/tests/old/libfake/src/libfake.h   2015-02-07 23:15:44 UTC 
(rev 35140)
+++ gnunet-update/src/tests/old/libfake/src/libfake.h   2015-02-07 23:16:08 UTC 
(rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2012 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/Makefile.am
===================================================================
--- gnunet-update/src/tests/old/test-package/Makefile.am        2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/Makefile.am        2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001--2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2001--2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/Makefile.am
===================================================================
--- gnunet-update/src/tests/old/test-package/src/Makefile.am    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/Makefile.am    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,5 +1,5 @@
 # This file is part of GNUnet.
-# (C) 2001--2011 Christian Grothoff (and other contributing authors)
+# Copyright (C) 2001--2011 Christian Grothoff (and other contributing authors)
 #
 # GNUnet is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/binary-libfunadd.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/binary-libfunadd.c     
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/binary-libfunadd.c     
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/binary-libfundel.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/binary-libfundel.c     
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/binary-libfundel.c     
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/binary-libfunmod.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/binary-libfunmod.c     
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/binary-libfunmod.c     
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/binary-libnochange.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/binary-libnochange.c   
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/binary-libnochange.c   
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/group1-binary.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/group1-binary.c        
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/group1-binary.c        
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2011 Christian Grothoff (and other contributing authors)
+     Copyright (C) 2011 Christian Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/libfunadd.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/libfunadd.c    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/libfunadd.c    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/libfunadd.h
===================================================================
--- gnunet-update/src/tests/old/test-package/src/libfunadd.h    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/libfunadd.h    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/libfundel.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/libfundel.c    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/libfundel.c    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/libfundel.h
===================================================================
--- gnunet-update/src/tests/old/test-package/src/libfundel.h    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/libfundel.h    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/libfunmod.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/libfunmod.c    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/libfunmod.c    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/libfunmod.h
===================================================================
--- gnunet-update/src/tests/old/test-package/src/libfunmod.h    2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/libfunmod.h    2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/libnochange.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/libnochange.c  2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/libnochange.c  2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/libnochange.h
===================================================================
--- gnunet-update/src/tests/old/test-package/src/libnochange.h  2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/libnochange.h  2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/libold.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/libold.c       2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/libold.c       2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/test-binary-modified.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/test-binary-modified.c 
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/test-binary-modified.c 
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/test-binary-removed.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/test-binary-removed.c  
2015-02-07 23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/test-binary-removed.c  
2015-02-07 23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published

Modified: gnunet-update/src/tests/old/test-package/src/test-binary.c
===================================================================
--- gnunet-update/src/tests/old/test-package/src/test-binary.c  2015-02-07 
23:15:44 UTC (rev 35140)
+++ gnunet-update/src/tests/old/test-package/src/test-binary.c  2015-02-07 
23:16:08 UTC (rev 35141)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian Grothoff 
(and other contributing authors)
+     Copyright (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2011 Christian 
Grothoff (and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published




reply via email to

[Prev in Thread] Current Thread [Next in Thread]