[Ocfs2-tools-commits] mfasheh commits r723 - in trunk/libo2dlm: . include

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Mar 21 15:18:17 CST 2005


Author: mfasheh
Signed-off-by: jlbec
Date: 2005-03-21 15:18:15 -0600 (Mon, 21 Mar 2005)
New Revision: 723

Modified:
   trunk/libo2dlm/include/o2dlm.h
   trunk/libo2dlm/o2dlm.c
   trunk/libo2dlm/o2dlm_test.c
Log:
* fix up copyright info in o2dlm

Signed-off-by: jlbec



Modified: trunk/libo2dlm/include/o2dlm.h
===================================================================
--- trunk/libo2dlm/include/o2dlm.h	2005-03-21 19:25:57 UTC (rev 722)
+++ trunk/libo2dlm/include/o2dlm.h	2005-03-21 21:18:15 UTC (rev 723)
@@ -20,6 +20,8 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
+ * 
+ * Authors: Mark Fasheh <mark.fasheh at oracle.com>
  */
 
 #ifndef _O2DLM_H_

Modified: trunk/libo2dlm/o2dlm.c
===================================================================
--- trunk/libo2dlm/o2dlm.c	2005-03-21 19:25:57 UTC (rev 722)
+++ trunk/libo2dlm/o2dlm.c	2005-03-21 21:18:15 UTC (rev 723)
@@ -20,6 +20,8 @@
  * License along with this program; if not, write to the
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 021110-1307, USA.
+ *
+ * Authors: Mark Fasheh <mark.fasheh at oracle.com>
  */
 
 #include <stdio.h>

Modified: trunk/libo2dlm/o2dlm_test.c
===================================================================
--- trunk/libo2dlm/o2dlm_test.c	2005-03-21 19:25:57 UTC (rev 722)
+++ trunk/libo2dlm/o2dlm_test.c	2005-03-21 21:18:15 UTC (rev 723)
@@ -1,5 +1,25 @@
-/*
+/* -*- mode: c; c-basic-offset: 8; -*-
+ * vim: noexpandtab sw=8 ts=8 sts=0:
+ *
  * Test driver for libo2dlm.
+ *
+ * Copyright (C) 2004 Oracle.  All rights reserved.
+ *
+ * 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.
+ * 
+ * This program 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 this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 021110-1307, USA.
+ *
+ * Authors: Mark Fasheh <mark.fasheh at oracle.com>
  */
 
 #include <stdio.h>



More information about the Ocfs2-tools-commits mailing list