From 9f9736b0a8c47408ed1a066af4c759d307edc95f 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:16:45 +0300 Subject: [PATCH] Update copyrights. --- bin/cl-console | 2 +- bin/cl-consoled | 4 ++-- pym/console/application/cert_func.py | 2 +- pym/console/application/cert_verify.py | 2 +- pym/console/application/cl_client.py | 2 +- pym/console/application/client_class.py | 2 +- pym/console/application/create_cert.py | 2 +- pym/console/application/function.py | 2 +- pym/console/application/methods_func.py | 2 +- pym/console/application/pid_information.py | 2 +- pym/console/application/sid_func.py | 2 +- pym/console/datavars.py | 2 +- pym/console/variables/__init__.py | 2 +- pym/console/variables/console.py | 2 +- setup.py | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) diff --git a/bin/cl-console b/bin/cl-console index 33650cb..e5762f9 100755 --- a/bin/cl-console +++ b/bin/cl-console @@ -1,7 +1,7 @@ #!/usr/bin/env python2 #-*- coding: utf-8 -*- -# 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. diff --git a/bin/cl-consoled b/bin/cl-consoled index 08e9334..bcd50bc 100755 --- a/bin/cl-consoled +++ b/bin/cl-consoled @@ -1,7 +1,7 @@ #!/usr/bin/python #-*- coding: utf-8 -*- -# 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. @@ -189,4 +189,4 @@ if __name__=='__main__': print 'start' res = start() if res != 408: - sys.exit(res) \ No newline at end of file + sys.exit(res) diff --git a/pym/console/application/cert_func.py b/pym/console/application/cert_func.py index 419f113..c927544 100644 --- a/pym/console/application/cert_func.py +++ b/pym/console/application/cert_func.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/console/application/cert_verify.py b/pym/console/application/cert_verify.py index 24c0eee..72ba4f3 100644 --- a/pym/console/application/cert_verify.py +++ b/pym/console/application/cert_verify.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/console/application/cl_client.py b/pym/console/application/cl_client.py index f12b183..03b8757 100644 --- a/pym/console/application/cl_client.py +++ b/pym/console/application/cl_client.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/console/application/client_class.py b/pym/console/application/client_class.py index 81dc024..7d39743 100644 --- a/pym/console/application/client_class.py +++ b/pym/console/application/client_class.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/console/application/create_cert.py b/pym/console/application/create_cert.py index ad5704c..3f0b742 100644 --- a/pym/console/application/create_cert.py +++ b/pym/console/application/create_cert.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/console/application/function.py b/pym/console/application/function.py index 26d05f7..c2c4348 100644 --- a/pym/console/application/function.py +++ b/pym/console/application/function.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2014 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/console/application/methods_func.py b/pym/console/application/methods_func.py index 5b6b292..e1a613c 100644 --- a/pym/console/application/methods_func.py +++ b/pym/console/application/methods_func.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2014 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/console/application/pid_information.py b/pym/console/application/pid_information.py index 05ebe2f..8729d48 100644 --- a/pym/console/application/pid_information.py +++ b/pym/console/application/pid_information.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/console/application/sid_func.py b/pym/console/application/sid_func.py index cd9c26d..d456503 100644 --- a/pym/console/application/sid_func.py +++ b/pym/console/application/sid_func.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/console/datavars.py b/pym/console/datavars.py index 15a5b62..5a77b5a 100755 --- a/pym/console/datavars.py +++ b/pym/console/datavars.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/console/variables/__init__.py b/pym/console/variables/__init__.py index 69cc18d..ae71e2d 100644 --- a/pym/console/variables/__init__.py +++ b/pym/console/variables/__init__.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/console/variables/console.py b/pym/console/variables/console.py index 07c9ef3..68aebe5 100755 --- a/pym/console/variables/console.py +++ b/pym/console/variables/console.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -# Copyright 2012-2013 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/setup.py b/setup.py index 418ecbe..c340bb4 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ # setup.py --- Setup script for calculate-ldap -# Copyright 2010 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. # You may obtain a copy of the License at