diff --git a/scripts/check-attack-surface.js b/scripts/check-attack-surface.js index b7dd8162..b6f052a9 100755 --- a/scripts/check-attack-surface.js +++ b/scripts/check-attack-surface.js @@ -3,17 +3,17 @@ /* * Copyright 2025 John G Stroh * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the European Union Public Licence, Version 1.2 (EUPL-1.2); + * you may not use this file except in compliance with the Licence. * - * http://www.apache.org/licenses/LICENSE-2.0 + * You may obtain a copy of the Licence at: + * https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, + * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * See the Licence for the specific language governing permissions and + * limitations under the Licence. */ /** diff --git a/scripts/migrate-to-schema-v3.js b/scripts/migrate-to-schema-v3.js index 8c457c30..230e0df6 100644 --- a/scripts/migrate-to-schema-v3.js +++ b/scripts/migrate-to-schema-v3.js @@ -7,7 +7,8 @@ * - Adds v3.0: securityClassification * * Copyright (c) 2025 John G Stroh. All rights reserved. - * Licensed under the Apache License, Version 2.0 + * Licensed under the European Union Public Licence, Version 1.2 (EUPL-1.2) + * https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12 */ const fs = require('fs'); diff --git a/scripts/sync-prod-audit-logs.js b/scripts/sync-prod-audit-logs.js index c9c3ba86..0bc66bbc 100755 --- a/scripts/sync-prod-audit-logs.js +++ b/scripts/sync-prod-audit-logs.js @@ -3,17 +3,17 @@ /* * Copyright 2025 John G Stroh * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at + * Licensed under the European Union Public Licence, Version 1.2 (EUPL-1.2); + * you may not use this file except in compliance with the Licence. * - * http://www.apache.org/licenses/LICENSE-2.0 + * You may obtain a copy of the Licence at: + * https://interoperable-europe.ec.europa.eu/collection/eupl/eupl-text-eupl-12 * * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, + * distributed under the Licence is distributed on an "AS IS" basis, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. + * See the Licence for the specific language governing permissions and + * limitations under the Licence. */ /**