diff --git a/tests/test_sort_order.sql b/tests/test_sort_order.sql index f372346..7f5486f 100644 --- a/tests/test_sort_order.sql +++ b/tests/test_sort_order.sql @@ -1,3 +1,18 @@ +-- This file is part of Project recipe/mysql-semver, a program for working with Semantic Versions in MySQL. +-- Copyright (C) 2024 Vitaliy Demidov +-- +-- This program is free software: you can redistribute it and/or modify +-- it under the terms of the GNU General Public License Version 3 as +-- published by the Free Software Foundation. +-- +-- This program is distributed in the hope that it will be useful, +-- but WITHOUT ANY WARRANTY; without even the implied warranty of +-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +-- GNU General Public License for more details. +-- +-- You should have received a copy of the GNU General Public License +-- along with this program. If not, see . + TRUNCATE `versions`; INSERT `versions` (`version`, `sort_order`)