From 4727ba0f868a4b7532a3c74cbe839e20054fb7d3 Mon Sep 17 00:00:00 2001 From: Nir Soffer Date: Jun 17 2019 14:03:42 +0000 Subject: python: Fix copyright years Fix the years range in the python extension and python files license blob. Signed-off-by: Nir Soffer --- diff --git a/python/sanlock.c b/python/sanlock.c index c44fee7..83ecf8a 100644 --- a/python/sanlock.c +++ b/python/sanlock.c @@ -1,5 +1,5 @@ /* - * Copyright 2011 Red Hat, Inc. + * Copyright 2010-2019 Red Hat, Inc. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions @@ -27,7 +27,7 @@ static void set_error(PyObject *exception, const char* format, PyObject* obj); /* Sanlock module */ PyDoc_STRVAR(pydoc_sanlock, "\ -Copyright (C) 2010-2011 Red Hat, Inc. All rights reserved.\n\ +Copyright (C) 2010-2019 Red Hat, Inc. All rights reserved.\n\ This copyrighted material is made available to anyone wishing to use,\n\ modify, copy, or redistribute it subject to the terms and conditions\n\ of the GNU General Public License v2 or (at your option) any later version."); diff --git a/python/setup.py b/python/setup.py index 91311a8..369451c 100644 --- a/python/setup.py +++ b/python/setup.py @@ -1,4 +1,4 @@ -# Copyright 2010-2011 Red Hat, Inc. +# Copyright 2010-2019 Red Hat, Inc. # # This copyrighted material is made available to anyone wishing to use, # modify, copy, or redistribute it subject to the terms and conditions