gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r35145 - Extractor gnunet-fuse/src/fuse


From: gnunet
Subject: [GNUnet-SVN] r35145 - Extractor gnunet-fuse/src/fuse
Date: Sun, 8 Feb 2015 00:22:55 +0100

Author: grothoff
Date: 2015-02-08 00:22:55 +0100 (Sun, 08 Feb 2015)
New Revision: 35145

Modified:
   Extractor/configure.ac
   gnunet-fuse/src/fuse/ext_api.c
   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:
-bringing copyright tags up to FSF standard

Modified: Extractor/configure.ac
===================================================================
--- Extractor/configure.ac      2015-02-07 23:20:06 UTC (rev 35144)
+++ Extractor/configure.ac      2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,4 +1,20 @@
 # Process this file with autoconf to produce a configure script.
+#
+#  This file is part of TALER
+#  Copyright (C) 2014 GNUnet e.V.
+#
+#  TALER is free software; you can redistribute it and/or modify it under the
+#  terms of the GNU General Public License as published by the Free Software
+#  Foundation; either version 3, or (at your option) any later version.
+#
+#  TALER is distributed in the hope that it will be useful, but WITHOUT ANY
+#  WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 
FOR
+#  A PARTICULAR PURPOSE.  See the GNU General Public License for more details.
+#
+#  You should have received a copy of the GNU General Public License along with
+#  TALER; see the file COPYING.  If not, If not, see 
<http://www.gnu.org/license>
+#
+#
 AC_PREREQ(2.61)
 AC_INIT([libextractor], [1.3], address@hidden)
 AC_CONFIG_HEADERS([config.h])
@@ -649,7 +665,7 @@
     AC_CHECK_HEADERS([libavresample/avresample.h],
       AC_CHECK_LIB(avutil, av_audio_fifo_alloc,
         new_ffmpeg=1)))
-  
+
   AC_CHECK_LIB(swscale, sws_getContext,
     AC_CHECK_LIB(avcodec, avcodec_alloc_context3,
       ffmpeg_enabled=1))
@@ -829,4 +845,3 @@
 else
  AC_MSG_NOTICE([NOTICE: gstreamer not found, gstreamer support disabled])
 fi
-

Modified: gnunet-fuse/src/fuse/ext_api.c
===================================================================
--- gnunet-fuse/src/fuse/ext_api.c      2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/ext_api.c      2015-02-07 23:22:55 UTC (rev 35145)
@@ -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-fuse/src/fuse/getattr.c
===================================================================
--- gnunet-fuse/src/fuse/getattr.c      2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/getattr.c      2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
   
   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 2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/gfs_download.c 2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
   
   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 2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/gfs_download.h 2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
   
   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  2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/gnunet-fuse.c  2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
   
   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  2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/gnunet-fuse.h  2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
 
   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        2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/mutex.c        2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2003, 2004, 2012 Christian Grothoff (and other 
contributing authors)
+     Copyright (C) 2001, 2002, 2003, 2004, 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-fuse/src/fuse/mutex.h
===================================================================
--- gnunet-fuse/src/fuse/mutex.h        2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/mutex.h        2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (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 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-fuse/src/fuse/open.c
===================================================================
--- gnunet-fuse/src/fuse/open.c 2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/open.c 2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
   
   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 2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/read.c 2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
   
   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      2015-02-07 23:20:06 UTC (rev 35144)
+++ gnunet-fuse/src/fuse/readdir.c      2015-02-07 23:22:55 UTC (rev 35145)
@@ -1,6 +1,6 @@
 /*
   This file is part of gnunet-fuse.
-  (C) 2012 Christian Grothoff (and other contributing authors)
+  Copyright (C) 2012 Christian Grothoff (and other contributing authors)
   
   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]