diff --git a/README b/README index 91b2f4a..8284e4e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -AUTHOR: Calculate Pack +AUTHOR: Mir Calculate Ltd. INSTALL ------- @@ -7,7 +7,7 @@ calculate-client needs the following library version installed, in order to run: Python >= 2.5 python-ldap >= 2.0.0 pyxml >= 0.8 - calculate-lib >= 2.1.0 + calculate-lib >= 2.1.4 To install calculate-client , just execute the install script 'setup.py'. Example: diff --git a/lib/cl_keys.c b/lib/cl_keys.c index 101d6f2..13aaf27 100644 --- a/lib/cl_keys.c +++ b/lib/cl_keys.c @@ -1,4 +1,4 @@ -//Copyright 2007 Calculate Pack, http://www.calculate-linux.org +// Copyright 2007-2010 Mir Calculate Ltd. 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/cl_client.py b/pym/cl_client.py index bcd6042..9826e59 100644 --- a/pym/cl_client.py +++ b/pym/cl_client.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.org +# Copyright 2008-2010 Mir Calculate Ltd. 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/cl_fill_client.py b/pym/cl_fill_client.py index 954e3fc..2b600cb 100644 --- a/pym/cl_fill_client.py +++ b/pym/cl_fill_client.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.org +# Copyright 2008-2010 Mir Calculate Ltd. 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/cl_vars_client.py b/pym/cl_vars_client.py index 8485500..e012e2f 100644 --- a/pym/cl_vars_client.py +++ b/pym/cl_vars_client.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.org +# Copyright 2008-2010 Mir Calculate Ltd. 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/scripts/cl-client b/scripts/cl-client index 9ebdf2f..ef43f17 100644 --- a/scripts/cl-client +++ b/scripts/cl-client @@ -1,7 +1,7 @@ #!/usr/bin/python #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.org +# Copyright 2008-2010 Mir Calculate Ltd. 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/scripts/cl-createhome b/scripts/cl-createhome index 4513fd2..b84fb60 100644 --- a/scripts/cl-createhome +++ b/scripts/cl-createhome @@ -1,7 +1,7 @@ #!/usr/bin/python #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.org +# Copyright 2008-2010 Mir Calculate Ltd. 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/scripts/cl-sync b/scripts/cl-sync index 9da22a8..7832674 100644 --- a/scripts/cl-sync +++ b/scripts/cl-sync @@ -1,7 +1,7 @@ #!/usr/bin/python #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.org +# Copyright 2008-2010 Mir Calculate Ltd. 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 6a8fa84..52c0429 100755 --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ setup( name = 'calculate-client', version = "2.1.9", description = "Client for the calculate-server", - author = "Calculate Pack", + author = "Mir Calculate Ltd.", author_email = "support@calculate.ru", url = "http://calculate-linux.org", license = "http://www.apache.org/licenses/LICENSE-2.0",