From 7283ee1d0071548335c1cfa5711d9c288461cf07 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Aug 13 2018 12:51:59 +0000 Subject: src/tests/intg/test_memory_cache.py is licensed under GPLv3+ $ git log --format='%an <%ae>' src/tests/intg/test_memory_cache.py | sort | uniq Lukas Slebodnik Michal Židek Nikolai Kondrashov Pavel Reichl All people who touched the file are Red Hat employees and the file is original work. Reviewed-by: Michal Židek --- diff --git a/src/tests/intg/test_memory_cache.py b/src/tests/intg/test_memory_cache.py index 0d13273..8d66a37 100644 --- a/src/tests/intg/test_memory_cache.py +++ b/src/tests/intg/test_memory_cache.py @@ -4,14 +4,15 @@ # Copyright (c) 2015 Red Hat, Inc. # Author: Lukas Slebodnik # -# This 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; version 2 only +# 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. +# 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 .