From 356f6224792084d6fc56f927997b541f4ce66c1b Mon Sep 17 00:00:00 2001 From: filifa Date: Sat, 4 May 2024 22:46:30 -0500 Subject: [PATCH] add copyright notice --- Makefile | 15 +++++++++++++++ sql/allstargames.sql | 16 ++++++++++++++++ sql/allstars.sql | 16 ++++++++++++++++ sql/allstarstartingpos.sql | 16 ++++++++++++++++ sql/appearances.sql | 16 ++++++++++++++++ sql/appearancespost.sql | 16 ++++++++++++++++ sql/awards.sql | 16 ++++++++++++++++ sql/awardsmanagers.sql | 16 ++++++++++++++++ sql/awardsplayers.sql | 16 ++++++++++++++++ sql/awardssharemanagers.sql | 16 ++++++++++++++++ sql/awardsshareplayers.sql | 16 ++++++++++++++++ sql/batting.sql | 16 ++++++++++++++++ sql/battingpost.sql | 16 ++++++++++++++++ sql/collegeplaying.sql | 16 ++++++++++++++++ sql/fielding.sql | 16 ++++++++++++++++ sql/fieldingof.sql | 16 ++++++++++++++++ sql/fieldingofsplit.sql | 16 ++++++++++++++++ sql/fieldingpost.sql | 16 ++++++++++++++++ sql/franchises.sql | 16 ++++++++++++++++ sql/halloffame.sql | 16 ++++++++++++++++ sql/homegames.sql | 16 ++++++++++++++++ sql/leagues.sql | 16 ++++++++++++++++ sql/managers.sql | 16 ++++++++++++++++ sql/managershalf.sql | 16 ++++++++++++++++ sql/parkaliases.sql | 16 ++++++++++++++++ sql/parks.sql | 16 ++++++++++++++++ sql/people.sql | 16 ++++++++++++++++ sql/pitching.sql | 16 ++++++++++++++++ sql/pitchingpost.sql | 16 ++++++++++++++++ sql/playerstints.sql | 16 ++++++++++++++++ sql/salaries.sql | 16 ++++++++++++++++ sql/schools.sql | 16 ++++++++++++++++ sql/seasons.sql | 16 ++++++++++++++++ sql/seriespost.sql | 16 ++++++++++++++++ sql/teams.sql | 16 ++++++++++++++++ sql/teamseasons.sql | 16 ++++++++++++++++ sql/teamseasonshalf.sql | 16 ++++++++++++++++ sql/yearlyawards.sql | 16 ++++++++++++++++ 38 files changed, 607 insertions(+) diff --git a/Makefile b/Makefile index 183f04f..47f0b7b 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,18 @@ +# Copyright (C) 2024 filifa +# +# This program is free software: you can redistribute it and/or modify it under +# the terms of the GNU General Public License as published by the Free Software +# Foundation, either version 3 of the License, or (at your option) any later +# version. +# +# 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 . + .PHONY: db db: lahman.db diff --git a/sql/allstargames.sql b/sql/allstargames.sql index 5c8e284..3549d8e 100644 --- a/sql/allstargames.sql +++ b/sql/allstargames.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/allstars.sql b/sql/allstars.sql index cc2203f..00ac10b 100644 --- a/sql/allstars.sql +++ b/sql/allstars.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/allstarstartingpos.sql b/sql/allstarstartingpos.sql index 4d0e5e3..17f7807 100644 --- a/sql/allstarstartingpos.sql +++ b/sql/allstarstartingpos.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/appearances.sql b/sql/appearances.sql index 761a57d..6a84ca7 100644 --- a/sql/appearances.sql +++ b/sql/appearances.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/appearancespost.sql b/sql/appearancespost.sql index 7dd8f8d..6b14a6a 100644 --- a/sql/appearancespost.sql +++ b/sql/appearancespost.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/awards.sql b/sql/awards.sql index 26ef04d..6b62102 100644 --- a/sql/awards.sql +++ b/sql/awards.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/awardsmanagers.sql b/sql/awardsmanagers.sql index 276ab4b..65291a1 100644 --- a/sql/awardsmanagers.sql +++ b/sql/awardsmanagers.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/awardsplayers.sql b/sql/awardsplayers.sql index db5dab9..e14fdb4 100644 --- a/sql/awardsplayers.sql +++ b/sql/awardsplayers.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/awardssharemanagers.sql b/sql/awardssharemanagers.sql index 1c984cf..225c6e5 100644 --- a/sql/awardssharemanagers.sql +++ b/sql/awardssharemanagers.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/awardsshareplayers.sql b/sql/awardsshareplayers.sql index efac5d0..3656930 100644 --- a/sql/awardsshareplayers.sql +++ b/sql/awardsshareplayers.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/batting.sql b/sql/batting.sql index f781586..fa8f0d6 100644 --- a/sql/batting.sql +++ b/sql/batting.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/battingpost.sql b/sql/battingpost.sql index 67c27bd..292ee0a 100644 --- a/sql/battingpost.sql +++ b/sql/battingpost.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/collegeplaying.sql b/sql/collegeplaying.sql index 6beafaf..5175df6 100644 --- a/sql/collegeplaying.sql +++ b/sql/collegeplaying.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/fielding.sql b/sql/fielding.sql index ea4dfc2..45dc4b0 100644 --- a/sql/fielding.sql +++ b/sql/fielding.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; -- check constraints are disabled for this file because the checks seem diff --git a/sql/fieldingof.sql b/sql/fieldingof.sql index 404865c..9eea5b7 100644 --- a/sql/fieldingof.sql +++ b/sql/fieldingof.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/fieldingofsplit.sql b/sql/fieldingofsplit.sql index 712844d..a3fde9e 100644 --- a/sql/fieldingofsplit.sql +++ b/sql/fieldingofsplit.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/fieldingpost.sql b/sql/fieldingpost.sql index ef336c2..e2936d4 100644 --- a/sql/fieldingpost.sql +++ b/sql/fieldingpost.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/franchises.sql b/sql/franchises.sql index 0edb5be..92fc646 100644 --- a/sql/franchises.sql +++ b/sql/franchises.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/halloffame.sql b/sql/halloffame.sql index 414c1a0..c9327fe 100644 --- a/sql/halloffame.sql +++ b/sql/halloffame.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/homegames.sql b/sql/homegames.sql index 5ab08b3..5741423 100644 --- a/sql/homegames.sql +++ b/sql/homegames.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/leagues.sql b/sql/leagues.sql index f2b86a2..9a3ba06 100644 --- a/sql/leagues.sql +++ b/sql/leagues.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/managers.sql b/sql/managers.sql index 4739010..4265a5e 100644 --- a/sql/managers.sql +++ b/sql/managers.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/managershalf.sql b/sql/managershalf.sql index a43394f..fde204c 100644 --- a/sql/managershalf.sql +++ b/sql/managershalf.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/parkaliases.sql b/sql/parkaliases.sql index d7dcfab..c814982 100644 --- a/sql/parkaliases.sql +++ b/sql/parkaliases.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/parks.sql b/sql/parks.sql index c606363..64b33c9 100644 --- a/sql/parks.sql +++ b/sql/parks.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/people.sql b/sql/people.sql index dbdd059..e6bf430 100644 --- a/sql/people.sql +++ b/sql/people.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/pitching.sql b/sql/pitching.sql index e180560..22e3183 100644 --- a/sql/pitching.sql +++ b/sql/pitching.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/pitchingpost.sql b/sql/pitchingpost.sql index 44eff34..a07cd69 100644 --- a/sql/pitchingpost.sql +++ b/sql/pitchingpost.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/playerstints.sql b/sql/playerstints.sql index a3c02ba..807cd1b 100644 --- a/sql/playerstints.sql +++ b/sql/playerstints.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/salaries.sql b/sql/salaries.sql index 6c0b459..9d58e5b 100644 --- a/sql/salaries.sql +++ b/sql/salaries.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/schools.sql b/sql/schools.sql index 94adee7..403e149 100644 --- a/sql/schools.sql +++ b/sql/schools.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/seasons.sql b/sql/seasons.sql index cb34a72..6803926 100644 --- a/sql/seasons.sql +++ b/sql/seasons.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/seriespost.sql b/sql/seriespost.sql index 5686729..fc82db9 100644 --- a/sql/seriespost.sql +++ b/sql/seriespost.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/teams.sql b/sql/teams.sql index dc00e9a..c6eb636 100644 --- a/sql/teams.sql +++ b/sql/teams.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/teamseasons.sql b/sql/teamseasons.sql index 3555d89..dced12a 100644 --- a/sql/teamseasons.sql +++ b/sql/teamseasons.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/teamseasonshalf.sql b/sql/teamseasonshalf.sql index bac5be9..d7df278 100644 --- a/sql/teamseasonshalf.sql +++ b/sql/teamseasonshalf.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin; diff --git a/sql/yearlyawards.sql b/sql/yearlyawards.sql index 0fd18ab..fffd845 100644 --- a/sql/yearlyawards.sql +++ b/sql/yearlyawards.sql @@ -1,3 +1,19 @@ +/* +Copyright (C) 2024 filifa + +This program is free software: you can redistribute it and/or modify it under +the terms of the GNU General Public License as published by the Free Software +Foundation, either version 3 of the License, or (at your option) any later +version. + +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 . +*/ + pragma foreign_keys = 0; begin;