From 97db03579b860d5a17b2f2f59d4fca85fe428f80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A5=D0=B8=D1=80=D0=B5=D1=86=D0=BA=D0=B8=D0=B9=20=D0=9C?= =?UTF-8?q?=D0=B8=D1=85=D0=B0=D0=B8=D0=BB?= Date: Mon, 8 Feb 2016 10:23:27 +0300 Subject: [PATCH] Update copyrights. --- pym/update/datavars.py | 2 +- pym/update/emerge_parser.py | 2 +- pym/update/profile.py | 2 +- pym/update/update.py | 2 +- pym/update/update_info.py | 2 +- pym/update/update_tasks.py | 2 +- pym/update/utils/cl_setup_update.py | 2 +- pym/update/utils/cl_update.py | 2 +- pym/update/utils/cl_update_profile.py | 2 +- pym/update/variables/__init__.py | 2 +- pym/update/variables/action.py | 2 +- pym/update/variables/update.py | 2 +- pym/update/wsdl_update.py | 2 +- setup.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/pym/update/datavars.py b/pym/update/datavars.py index c43fc0a..276a459 100644 --- a/pym/update/datavars.py +++ b/pym/update/datavars.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2012-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2012-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/emerge_parser.py b/pym/update/emerge_parser.py index 5f19fc0..3ec10ae 100644 --- a/pym/update/emerge_parser.py +++ b/pym/update/emerge_parser.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2015-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/profile.py b/pym/update/profile.py index 08d786e..77c85bf 100644 --- a/pym/update/profile.py +++ b/pym/update/profile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2014-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2014-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/update.py b/pym/update/update.py index 49d2593..8807690 100644 --- a/pym/update/update.py +++ b/pym/update/update.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2014-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2014-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/update_info.py b/pym/update/update_info.py index bdcb096..abac375 100644 --- a/pym/update/update_info.py +++ b/pym/update/update_info.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2012-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2012-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/update_tasks.py b/pym/update/update_tasks.py index cd6db3c..3145a29 100644 --- a/pym/update/update_tasks.py +++ b/pym/update/update_tasks.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2015-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/utils/cl_setup_update.py b/pym/update/utils/cl_setup_update.py index d9e4089..c51fefa 100644 --- a/pym/update/utils/cl_setup_update.py +++ b/pym/update/utils/cl_setup_update.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2010-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2010-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/utils/cl_update.py b/pym/update/utils/cl_update.py index 355cc57..8bd4f61 100644 --- a/pym/update/utils/cl_update.py +++ b/pym/update/utils/cl_update.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2010-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2010-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/utils/cl_update_profile.py b/pym/update/utils/cl_update_profile.py index 942feb5..29f7c56 100644 --- a/pym/update/utils/cl_update_profile.py +++ b/pym/update/utils/cl_update_profile.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2010-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2010-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/variables/__init__.py b/pym/update/variables/__init__.py index 806c2a6..0581c8b 100644 --- a/pym/update/variables/__init__.py +++ b/pym/update/variables/__init__.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2008-2013 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2008-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/variables/action.py b/pym/update/variables/action.py index 8858f8d..cb8ea35 100644 --- a/pym/update/variables/action.py +++ b/pym/update/variables/action.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2013-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2013-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/variables/update.py b/pym/update/variables/update.py index efdc582..35bd04a 100644 --- a/pym/update/variables/update.py +++ b/pym/update/variables/update.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2013-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2013-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/pym/update/wsdl_update.py b/pym/update/wsdl_update.py index 5cf7df7..fbf44ad 100644 --- a/pym/update/wsdl_update.py +++ b/pym/update/wsdl_update.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright 2010-2015 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2010-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/setup.py b/setup.py index 9f49c24..9ac6dab 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # setup.py --- Setup script for calculate-update -# Copyright 2012 Calculate Ltd. http://www.calculate-linux.org +# Copyright 2012-2016 Mir Calculate. http://www.calculate-linux.org # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.