From e34b7108248ee50c3effbd76bdb030aec69a8adb Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Wed, 13 Mar 2013 16:51:20 +0100 Subject: Happy New Year! (better later than never) --- tools/cim2dot.py | 2 +- tools/cim2uml.py | 2 +- tools/class2dot.py | 2 +- tools/class2html.py | 2 +- tools/class2rst.py | 2 +- tools/class2uml.py | 2 +- tools/cql.py | 2 +- tools/mof2wiki.sh | 2 +- tools/pylint/plugins/__init__.py | 2 +- tools/pylint/plugins/allow_cmpi_logging.py | 2 +- tools/pylint/plugins/cim_provider_checker.py | 2 +- tools/pylint/plugins/unittest_checker.py | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) (limited to 'tools') diff --git a/tools/cim2dot.py b/tools/cim2dot.py index bd9fc16..7d5678f 100755 --- a/tools/cim2dot.py +++ b/tools/cim2dot.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/cim2uml.py b/tools/cim2uml.py index fbd618c..9f3c3fb 100755 --- a/tools/cim2uml.py +++ b/tools/cim2uml.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/class2dot.py b/tools/class2dot.py index 4e844f2..f0e7477 100755 --- a/tools/class2dot.py +++ b/tools/class2dot.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/class2html.py b/tools/class2html.py index a4d8047..349e925 100755 --- a/tools/class2html.py +++ b/tools/class2html.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/class2rst.py b/tools/class2rst.py index b093a6a..12342f6 100755 --- a/tools/class2rst.py +++ b/tools/class2rst.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/class2uml.py b/tools/class2uml.py index 99e547e..e5e6ea4 100755 --- a/tools/class2uml.py +++ b/tools/class2uml.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/cql.py b/tools/cql.py index 180ba34..d4f92fc 100755 --- a/tools/cql.py +++ b/tools/cql.py @@ -1,6 +1,6 @@ #!/usr/bin/python # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/mof2wiki.sh b/tools/mof2wiki.sh index d7aaf4d..3e9fcfa 100755 --- a/tools/mof2wiki.sh +++ b/tools/mof2wiki.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/pylint/plugins/__init__.py b/tools/pylint/plugins/__init__.py index 2ebe827..6ff965f 100644 --- a/tools/pylint/plugins/__init__.py +++ b/tools/pylint/plugins/__init__.py @@ -1,6 +1,6 @@ # Software Management Providers # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/pylint/plugins/allow_cmpi_logging.py b/tools/pylint/plugins/allow_cmpi_logging.py index 4597301..cd39edb 100644 --- a/tools/pylint/plugins/allow_cmpi_logging.py +++ b/tools/pylint/plugins/allow_cmpi_logging.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- # Software Management Providers # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/pylint/plugins/cim_provider_checker.py b/tools/pylint/plugins/cim_provider_checker.py index b1b1ae9..84e51c5 100644 --- a/tools/pylint/plugins/cim_provider_checker.py +++ b/tools/pylint/plugins/cim_provider_checker.py @@ -1,7 +1,7 @@ # -*- encoding: utf-8 -*- # Software Management Providers # -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public diff --git a/tools/pylint/plugins/unittest_checker.py b/tools/pylint/plugins/unittest_checker.py index da9e6e7..0d8f6aa 100644 --- a/tools/pylint/plugins/unittest_checker.py +++ b/tools/pylint/plugins/unittest_checker.py @@ -1,5 +1,5 @@ # -*- encoding: utf-8 -*- -# Copyright (C) 2012 Red Hat, Inc. All rights reserved. +# Copyright (C) 2012-2013 Red Hat, Inc. All rights reserved. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public -- cgit