diff options
Diffstat (limited to 'src/backend/port/dynloader/freebsd.c')
-rw-r--r-- | src/backend/port/dynloader/freebsd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/port/dynloader/freebsd.c b/src/backend/port/dynloader/freebsd.c index 0d121cb4845..9f7f7110f85 100644 --- a/src/backend/port/dynloader/freebsd.c +++ b/src/backend/port/dynloader/freebsd.c @@ -1,5 +1,6 @@ /*- - * Copyright (c) 1990 The Regents of the University of California. + * Portions Copyright (c) 1996-2000, PostgreSQL, Inc + * Portions Copyright (c) 1990 The Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms, with or without |