From: Yiannis Pericleous Date: Wed, 30 May 2007 23:54:18 +0000 (-0400) Subject: added missing copyrights X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=9477927144ea6ed4e6a433463db5d3d28b1dfd27;p=unionfs-odf.git added missing copyrights --- diff --git a/fs/unionfs/export.c b/fs/unionfs/export.c index c95d522597..62a41fe76b 100644 --- a/fs/unionfs/export.c +++ b/fs/unionfs/export.c @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2003-2007 Erez Zadok + * Copyright (c) 2005-2007 Josef 'Jeff' Sipek + * Copyright (c) 2006-2007 Yiannis Pericleous + * Copyright (c) 2003-2007 Stony Brook University + * Copyright (c) 2003-2007 The Research Foundation of SUNY + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + #include "union.h" #define is_anon(d) ((d)->d_flags & DCACHE_DISCONNECTED) diff --git a/fs/unionfs/odf.c b/fs/unionfs/odf.c index 4052798a2a..d2822a3972 100644 --- a/fs/unionfs/odf.c +++ b/fs/unionfs/odf.c @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2003-2007 Erez Zadok + * Copyright (c) 2005-2007 Josef 'Jeff' Sipek + * Copyright (c) 2006-2007 Yiannis Pericleous + * Copyright (c) 2003-2007 Stony Brook University + * Copyright (c) 2003-2007 The Research Foundation of SUNY + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + #include "union.h" #include "odf_internals.h" diff --git a/fs/unionfs/odf.h b/fs/unionfs/odf.h index 1ce8dcd5f2..e3d52a3cda 100644 --- a/fs/unionfs/odf.h +++ b/fs/unionfs/odf.h @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2003-2007 Erez Zadok + * Copyright (c) 2005-2007 Josef 'Jeff' Sipek + * Copyright (c) 2006-2007 Yiannis Pericleous + * Copyright (c) 2003-2007 Stony Brook University + * Copyright (c) 2003-2007 The Research Foundation of SUNY + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + #ifndef _ODF_H_ #define _ODF_H_ diff --git a/fs/unionfs/odf_internals.h b/fs/unionfs/odf_internals.h index 4cd2931c5e..63a677721b 100644 --- a/fs/unionfs/odf_internals.h +++ b/fs/unionfs/odf_internals.h @@ -1,3 +1,15 @@ +/* + * Copyright (c) 2003-2007 Erez Zadok + * Copyright (c) 2005-2007 Josef 'Jeff' Sipek + * Copyright (c) 2006-2007 Yiannis Pericleous + * Copyright (c) 2003-2007 Stony Brook University + * Copyright (c) 2003-2007 The Research Foundation of SUNY + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + #ifndef _ODF_INTERNALS_H_ #define _ODF_INTERNALS_H_