gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r36846 - gnunet-fuse/src/fuse


From: gnunet
Subject: [GNUnet-SVN] r36846 - gnunet-fuse/src/fuse
Date: Tue, 19 Jan 2016 14:43:52 +0100

Author: grothoff
Date: 2016-01-19 14:43:51 +0100 (Tue, 19 Jan 2016)
New Revision: 36846

Modified:
   gnunet-fuse/src/fuse/getattr.c
   gnunet-fuse/src/fuse/gfs_download.c
   gnunet-fuse/src/fuse/gfs_download.h
   gnunet-fuse/src/fuse/gnunet-fuse.c
   gnunet-fuse/src/fuse/gnunet-fuse.h
   gnunet-fuse/src/fuse/mutex.c
   gnunet-fuse/src/fuse/mutex.h
   gnunet-fuse/src/fuse/open.c
   gnunet-fuse/src/fuse/read.c
   gnunet-fuse/src/fuse/readdir.c
Log:
-fix (C) notices

Modified: gnunet-fuse/src/fuse/getattr.c
===================================================================
--- gnunet-fuse/src/fuse/getattr.c      2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/getattr.c      2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 GNUnet e.V.
   
   gnunet-fuse is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-fuse/src/fuse/gfs_download.c
===================================================================
--- gnunet-fuse/src/fuse/gfs_download.c 2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/gfs_download.c 2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 GNUnet e.V.
   
   gnunet-fuse is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-fuse/src/fuse/gfs_download.h
===================================================================
--- gnunet-fuse/src/fuse/gfs_download.h 2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/gfs_download.h 2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 GNUnet e.V.
   
   gnunet-fuse is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-fuse/src/fuse/gnunet-fuse.c
===================================================================
--- gnunet-fuse/src/fuse/gnunet-fuse.c  2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/gnunet-fuse.c  2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 GNUnet e.V.
   
   gnunet-fuse is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-fuse/src/fuse/gnunet-fuse.h
===================================================================
--- gnunet-fuse/src/fuse/gnunet-fuse.h  2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/gnunet-fuse.h  2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 GNUnet e.V.
 
   gnunet-fuse is free software; you can redistribute it and/or
   modify if under the terms of version 2 of the GNU General Public License

Modified: gnunet-fuse/src/fuse/mutex.c
===================================================================
--- gnunet-fuse/src/fuse/mutex.c        2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/mutex.c        2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2001, 2002, 2003, 2004, 2012 Christian Grothoff (and other 
contributing authors)
+     Copyright (C) 2001, 2002, 2003, 2004, 2012 GNUnet e.V.
 
      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-fuse/src/fuse/mutex.h
===================================================================
--- gnunet-fuse/src/fuse/mutex.h        2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/mutex.h        2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2012 Christian 
Grothoff (and other contributing authors)
+     Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2012 GNUnet e.V.
 
      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-fuse/src/fuse/open.c
===================================================================
--- gnunet-fuse/src/fuse/open.c 2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/open.c 2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 GNUnet e.V.
   
   gnunet-fuse is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-fuse/src/fuse/read.c
===================================================================
--- gnunet-fuse/src/fuse/read.c 2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/read.c 2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 GNUnet e.V.
   
   gnunet-fuse is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published

Modified: gnunet-fuse/src/fuse/readdir.c
===================================================================
--- gnunet-fuse/src/fuse/readdir.c      2016-01-19 13:43:43 UTC (rev 36845)
+++ gnunet-fuse/src/fuse/readdir.c      2016-01-19 13:43:51 UTC (rev 36846)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 GNUnet e.V.
   
   gnunet-fuse 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]