Skip to content

Commit

Permalink
Add license to SQL scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
meoflynn committed Dec 4, 2023
1 parent 77cd18a commit a951861
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
5 changes: 5 additions & 0 deletions OpenStack-accounting/sql/cinder_get_accounting_data.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (c) 2023 United Kingdom Research and Innovation
*/

CREATE PROCEDURE `get_accounting_data`(IN starttime datetime, IN endtime datetime)
BEGIN
/*
Expand Down
5 changes: 5 additions & 0 deletions OpenStack-accounting/sql/glance_get_accounting_data.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (c) 2023 United Kingdom Research and Innovation
*/

CREATE PROCEDURE `get_accounting_data`(IN starttime datetime, IN endtime datetime)
BEGIN
/*
Expand Down
5 changes: 5 additions & 0 deletions OpenStack-accounting/sql/manila_get_accounting_data.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (c) 2023 United Kingdom Research and Innovation
*/

CREATE PROCEDURE `get_accounting_data`(IN starttime datetime, IN endtime datetime)
BEGIN
/*
Expand Down
5 changes: 5 additions & 0 deletions OpenStack-accounting/sql/nova_get_accounting_data.sql
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
SPDX-License-Identifier: Apache-2.0
Copyright (c) 2023 United Kingdom Research and Innovation
*/

CREATE PROCEDURE `get_accounting_data`(IN starttime datetime, IN endtime datetime)
BEGIN
/*
Expand Down

0 comments on commit a951861

Please sign in to comment.