From ac25e22a4bca7ee33d8d460b09e972348b4bbc08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A2=D1=80=D0=B0=D1=86=D0=B5=D0=B2=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Sun, 3 Jan 2010 14:46:32 +0300 Subject: [PATCH] Changed project site. --- pym/cl_base.py | 2 +- pym/cl_fill.py | 2 +- pym/cl_log.py | 2 +- pym/cl_profile.py | 2 +- pym/cl_utils.py | 2 +- pym/cl_utils2.py | 2 +- pym/cl_vars.py | 2 +- setup.py | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pym/cl_base.py b/pym/cl_base.py index 42e2bd5..5aa3b64 100644 --- a/pym/cl_base.py +++ b/pym/cl_base.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, 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.py b/pym/cl_fill.py index 0766441..59beef4 100644 --- a/pym/cl_fill.py +++ b/pym/cl_fill.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, 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_log.py b/pym/cl_log.py index c048149..5c23348 100644 --- a/pym/cl_log.py +++ b/pym/cl_log.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, 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_profile.py b/pym/cl_profile.py index 53f8745..4cc9070 100644 --- a/pym/cl_profile.py +++ b/pym/cl_profile.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, 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_utils.py b/pym/cl_utils.py index 6ca078f..b9a56d2 100644 --- a/pym/cl_utils.py +++ b/pym/cl_utils.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, 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_utils2.py b/pym/cl_utils2.py index 4ab28b1..cd25463 100644 --- a/pym/cl_utils2.py +++ b/pym/cl_utils2.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, 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.py b/pym/cl_vars.py index c68fde3..48f8e54 100644 --- a/pym/cl_vars.py +++ b/pym/cl_vars.py @@ -1,6 +1,6 @@ #-*- coding: utf-8 -*- -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, 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 bcad7bb..f074608 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ # setup.py --- Setup script for calculate-server -#Copyright 2008 Calculate Pack, http://www.calculate-linux.ru +#Copyright 2008 Calculate Pack, 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. @@ -27,7 +27,7 @@ setup( description = "The library for Calculate 2", author = "Calculate Pack", author_email = "support@calculate.ru", - url = "http://calculate-linux.ru", + url = "http://calculate-linux.org", license = "http://www.apache.org/licenses/LICENSE-2.0", package_dir = {'calculate-lib': "."}, packages = ['calculate-lib.pym'],