summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2004-02-27 22:11:31 +0000
committerRafal Szczesniak <mimir@samba.org>2004-02-27 22:11:31 +0000
commit499fec31b624a87dd40d6204afbdcd4c362d1575 (patch)
treef0911ceaac625994f8b64b56ee76c292cbdcf6df
parent9619eb610572363ed20ecee7cd03061789e3dc90 (diff)
downloadsamba-499fec31b624a87dd40d6204afbdcd4c362d1575.tar.gz
samba-499fec31b624a87dd40d6204afbdcd4c362d1575.tar.bz2
samba-499fec31b624a87dd40d6204afbdcd4c362d1575.zip
Added copyrights I forgot about looong ago...
rafal (This used to be commit ed26b550b5f24741db6be38542f341be18741e62)
-rw-r--r--source3/tdb/tdbutil.c3
-rw-r--r--source3/tdb/tdbutil.h3
2 files changed, 4 insertions, 2 deletions
diff --git a/source3/tdb/tdbutil.c b/source3/tdb/tdbutil.c
index 304bf9c816..09e55e2e70 100644
--- a/source3/tdb/tdbutil.c
+++ b/source3/tdb/tdbutil.c
@@ -1,7 +1,8 @@
/*
Unix SMB/CIFS implementation.
tdb utility functions
- Copyright (C) Andrew Tridgell 1992-1998
+ Copyright (C) Andrew Tridgell 1992-1998
+ Copyright (C) Rafal Szczesniak 2002
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
diff --git a/source3/tdb/tdbutil.h b/source3/tdb/tdbutil.h
index 01473446a1..1a181a962f 100644
--- a/source3/tdb/tdbutil.h
+++ b/source3/tdb/tdbutil.h
@@ -1,7 +1,8 @@
/*
Unix SMB/CIFS implementation.
tdb utility functions
- Copyright (C) Andrew Tridgell 1999
+ Copyright (C) Andrew Tridgell 1999
+ Copyright (C) Rafal Szczesniak 2002
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