diff --git a/database/Make.defs b/database/Make.defs index 577407990..c6529b97e 100644 --- a/database/Make.defs +++ b/database/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/database/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/database/Makefile b/database/Makefile index 3cf46e8e3..4ee15a776 100644 --- a/database/Makefile +++ b/database/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/database/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/database/sqlite/Make.defs b/database/sqlite/Make.defs index 2b9ff26ce..3d14dbe01 100644 --- a/database/sqlite/Make.defs +++ b/database/sqlite/Make.defs @@ -1,6 +1,8 @@ ############################################################################ # apps/database/sqlite/Make.defs # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The diff --git a/database/sqlite/Makefile b/database/sqlite/Makefile index f178a65a3..cc1e6b460 100644 --- a/database/sqlite/Makefile +++ b/database/sqlite/Makefile @@ -1,6 +1,8 @@ ############################################################################ # apps/database/sqlite/Makefile # +# SPDX-License-Identifier: Apache-2.0 +# # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. The