1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-18 13:44:19 +03:00
postgres/contrib/intagg/meson.build
Bruce Momjian 50e6eb731d Update copyright for 2025
Backpatch-through: 13
2025-01-01 11:21:55 -05:00

9 lines
176 B
Meson

# Copyright (c) 2022-2025, PostgreSQL Global Development Group
install_data(
'intagg.control',
'intagg--1.0--1.1.sql',
'intagg--1.1.sql',
kwargs: contrib_data_args,
)