diff options
| author | Richard Brooksby | 2001-12-05 16:18:43 +0000 |
|---|---|---|
| committer | Richard Brooksby | 2001-12-05 16:18:43 +0000 |
| commit | b824e1c406284548f766c4650f1660d2faa9ff61 (patch) | |
| tree | 4fb85a3e781d7a02ab2850c22c05aad46ff0fe6d /mps/code/buffer.c | |
| parent | 25893070996cb2484437cea216d82372c3e086ce (diff) | |
| download | emacs-b824e1c406284548f766c4650f1660d2faa9ff61.tar.gz emacs-b824e1c406284548f766c4650f1660d2faa9ff61.zip | |
Updating copyright messages to say copyright 2001 ravenbrook throughout.
Adding some missing copyright messages.
Copied from Perforce
Change: 24818
ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/buffer.c')
| -rw-r--r-- | mps/code/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mps/code/buffer.c b/mps/code/buffer.c index 68960374222..388196350a4 100644 --- a/mps/code/buffer.c +++ b/mps/code/buffer.c | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | /* impl.c.buffer: ALLOCATION BUFFER IMPLEMENTATION | 1 | /* impl.c.buffer: ALLOCATION BUFFER IMPLEMENTATION |
| 2 | * | 2 | * |
| 3 | * $Id$ | 3 | * $Id$ |
| 4 | * Copyright (C) 2000 Harlequin Limited. All rights reserved. | 4 | * Copyright (c) 2001 Ravenbrook Limited. |
| 5 | * | 5 | * |
| 6 | * .purpose: This is (part of) the implementation of allocation buffers. | 6 | * .purpose: This is (part of) the implementation of allocation buffers. |
| 7 | * Several macros which also form part of the implementation are in | 7 | * Several macros which also form part of the implementation are in |