s4:subtree_delete LDB module - fix comments and add my copyright
authorMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 4 Jul 2010 08:23:41 +0000 (10:23 +0200)
committerMatthias Dieter Wallnöfer <mdw@samba.org>
Sun, 4 Jul 2010 20:05:17 +0000 (22:05 +0200)
(I've introduced the subtree delete mechanism)

source4/dsdb/samdb/ldb_modules/subtree_delete.c

index 4782702ae53cf56f0ee812a796a3c06cd646c253..b677c29ddd2aa81ddd43b643791fc69b8b066706 100644 (file)
@@ -5,6 +5,7 @@
    Copyright (C) Andrew Tridgell <tridge@samba.org> 2009
    Copyright (C) Stefan Metzmacher <metze@samba.org> 2007
    Copyright (C) Simo Sorce <idra@samba.org> 2008
+   Copyright (C) Matthias Dieter Wallnöfer 2010
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -23,9 +24,9 @@
 /*
  *  Name: ldb
  *
- *  Component: ldb subtree delete (prevention) module
+ *  Component: ldb subtree delete module
  *
- *  Description: Prevent deletion of a subtree in LDB
+ *  Description: Delete of a subtree in LDB
  *
  *  Author: Andrew Bartlett
  */