summaryrefslogtreecommitdiff
path: root/source3/locking
diff options
context:
space:
mode:
Diffstat (limited to 'source3/locking')
-rw-r--r--source3/locking/locking.c2
-rw-r--r--source3/locking/locking_shm.c2
-rw-r--r--source3/locking/locking_slow.c2
-rw-r--r--source3/locking/shmem.c2
-rw-r--r--source3/locking/shmem_sysv.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/source3/locking/locking.c b/source3/locking/locking.c
index d654d038c8..189ac0bcfe 100644
--- a/source3/locking/locking.c
+++ b/source3/locking/locking.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
Locking functions
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/locking/locking_shm.c b/source3/locking/locking_shm.c
index 2e3278d3dd..e3c65ce286 100644
--- a/source3/locking/locking_shm.c
+++ b/source3/locking/locking_shm.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
shared memory locking implementation
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/locking/locking_slow.c b/source3/locking/locking_slow.c
index 935ed09f60..de2bb1701c 100644
--- a/source3/locking/locking_slow.c
+++ b/source3/locking/locking_slow.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
slow (lockfile) locking implementation
- Copyright (C) Andrew Tridgell 1992-1997
+ Copyright (C) Andrew Tridgell 1992-1998
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/locking/shmem.c b/source3/locking/shmem.c
index 864f7c298b..63d7ebd3d4 100644
--- a/source3/locking/shmem.c
+++ b/source3/locking/shmem.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
Shared memory functions
- Copyright (C) Erik Devriendt 1996-1997
+ Copyright (C) Erik Devriendt 1996-1998
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/locking/shmem_sysv.c b/source3/locking/shmem_sysv.c
index 6b5d9b1ea6..e415c2ebc5 100644
--- a/source3/locking/shmem_sysv.c
+++ b/source3/locking/shmem_sysv.c
@@ -2,7 +2,7 @@
Unix SMB/Netbios implementation.
Version 1.9.
Shared memory functions - SYSV IPC implementation
- Copyright (C) Andrew Tridgell 1997
+ Copyright (C) Andrew Tridgell 1997-1998
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