summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2017-12-06 14:31:54 +1300
committerMartin Schwenke <martins@samba.org>2017-12-13 13:03:16 +0100
commit9f4eda9c24ff4c051002080e862757b69c09b175 (patch)
tree4ef7504918105cc392b1172ff022018f48c76603
parentde3f0d889b3667eb165ab1004fdfff3a05046110 (diff)
downloadsamba-9f4eda9c24ff4c051002080e862757b69c09b175.tar.gz
selftest: Fix copyright header on samba.dsdb_lock
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13178 Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net> Autobuild-User(master): Martin Schwenke <martins@samba.org> Autobuild-Date(master): Wed Dec 13 13:03:16 CET 2017 on sn-devel-144
-rw-r--r--python/samba/tests/dsdb_lock.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/samba/tests/dsdb_lock.py b/python/samba/tests/dsdb_lock.py
index 9cc93aa7bb8..cd3851e2f40 100644
--- a/python/samba/tests/dsdb_lock.py
+++ b/python/samba/tests/dsdb_lock.py
@@ -1,5 +1,5 @@
-# Unix SMB/CIFS implementation. Tests for SamDB
-# Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2008
+# Unix SMB/CIFS implementation. Tests for DSDB locking
+# Copyright (C) Andrew Bartlett <abartlet@samba.org> 2017
#
# 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