From fa55380ff995eb35d7f68c8fec3fdf305d9051bf Mon Sep 17 00:00:00 2001 From: Jorge Ruesga Date: Sun, 13 Aug 2017 18:11:15 +0200 Subject: [PATCH] Add test database license Signed-off-by: Jorge Ruesga --- README.md | 4 ++++ src/test/resources/create_database.sql | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8becdeb..a5e4bae 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,10 @@ Just file new issues/feature request or send pull requests. This source was released under the terms of [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0.html) license. +The test database is a partial subset of the [MySQL Employees Sample Database](https://dev.mysql.com/doc/employee/en/) +released under the [Creative Commons Attribution-Share Alike 3.0 Unported License](http://creativecommons.org/licenses/by-sa/3.0/) + + ``` Copyright (C) 2017 Jorge Ruesga diff --git a/src/test/resources/create_database.sql b/src/test/resources/create_database.sql index 3abfa46..b12f8c9 100644 --- a/src/test/resources/create_database.sql +++ b/src/test/resources/create_database.sql @@ -1,5 +1,5 @@ -- --- Partial database from MySQL Employees Sample Database (https://dev.mysql.com/doc/employee/en/) +-- Partial subset of the MySQL Employees Sample Database (https://dev.mysql.com/doc/employee/en/) -- Licenced under Creative Commons Attribution-Share Alike 3.0 Unported License (http://creativecommons.org/licenses/by-sa/3.0/) --