Dan Kenigsberg has uploaded a new change for review. Change subject: storage/threadPool: fix copyright notice ......................................................................
storage/threadPool: fix copyright notice Change-Id: Ib6a06dc60f53f12793a93bb71cd3d5bfec4cc0d1 Signed-off-by: Dan Kenigsberg <[email protected]> --- M vdsm/storage/threadPool.py 1 file changed, 5 insertions(+), 17 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/19/9119/1 diff --git a/vdsm/storage/threadPool.py b/vdsm/storage/threadPool.py index 4cf4568..22633b7 100644 --- a/vdsm/storage/threadPool.py +++ b/vdsm/storage/threadPool.py @@ -1,21 +1,9 @@ # -# Copyright 2011 Red Hat, Inc. -# -# 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 2 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, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -# -# Refer to the README and COPYING files for full details of the license +# Adapted by Red Hat from +# http://code.activestate.com/recipes/203871-a-generic-programming-thread-pool/ +# Author: Tim Lesher +# License: PSF License +# http://wiki.python.org/moin/PythonSoftwareFoundationLicenseV2Easy # import threading -- To view, visit http://gerrit.ovirt.org/9119 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib6a06dc60f53f12793a93bb71cd3d5bfec4cc0d1 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
