diff options
author | Andrew Dunstan | 2022-12-20 12:54:39 +0000 |
---|---|---|
committer | Andrew Dunstan | 2022-12-20 12:54:39 +0000 |
commit | 8284cf5f746f84303eda34d213e89c8439a83a42 (patch) | |
tree | c39a5fac541d731d4e187220f7d5cff0c5fed75b /contrib/tsm_system_time/meson.build | |
parent | 594f8d3776af4699c5c32443b9d6a486f44beabf (diff) |
Add copyright notices to meson files
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'contrib/tsm_system_time/meson.build')
-rw-r--r-- | contrib/tsm_system_time/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/tsm_system_time/meson.build b/contrib/tsm_system_time/meson.build index e57a2702c60..c7c79ee9b27 100644 --- a/contrib/tsm_system_time/meson.build +++ b/contrib/tsm_system_time/meson.build @@ -1,3 +1,5 @@ +# Copyright (c) 2022, PostgreSQL Global Development Group + tsm_system_time_sources = files( 'tsm_system_time.c', ) |