diff --git a/AUTHORS b/AUTHORS index cc28a8b..82a98a6 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,6 @@ Lead: - Alex Tsariounov + Alex Tsariounov http://www.novell.com Credits (in alphabetical order): diff --git a/README b/README index 9bee698..9672c8b 100644 --- a/README +++ b/README @@ -18,7 +18,7 @@ Bugs or feature requests should be sent to: Copyright (C) 2008-2011 Novell Inc. -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/__init__.py b/cpuset/__init__.py index d233772..602ea2a 100644 --- a/cpuset/__init__.py +++ b/cpuset/__init__.py @@ -1,6 +1,6 @@ __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/commands/__init__.py b/cpuset/commands/__init__.py index d233772..602ea2a 100644 --- a/cpuset/commands/__init__.py +++ b/cpuset/commands/__init__.py @@ -1,6 +1,6 @@ __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/commands/common.py b/cpuset/commands/common.py index 763d0d6..f0878b2 100644 --- a/cpuset/commands/common.py +++ b/cpuset/commands/common.py @@ -3,7 +3,7 @@ __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/commands/mem.py b/cpuset/commands/mem.py index cb0c4fe..178521a 100644 --- a/cpuset/commands/mem.py +++ b/cpuset/commands/mem.py @@ -3,7 +3,7 @@ __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/commands/proc.py b/cpuset/commands/proc.py index e46675d..9230453 100644 --- a/cpuset/commands/proc.py +++ b/cpuset/commands/proc.py @@ -6,7 +6,7 @@ from builtins import range __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. Copyright (C) 2013-2017 SUSE -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/commands/set.py b/cpuset/commands/set.py index 62d621e..fee03b1 100644 --- a/cpuset/commands/set.py +++ b/cpuset/commands/set.py @@ -5,7 +5,7 @@ from builtins import str __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. Copyright (C) 2013-2017 SUSE -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/commands/shield.py b/cpuset/commands/shield.py index ea57f22..3f09227 100644 --- a/cpuset/commands/shield.py +++ b/cpuset/commands/shield.py @@ -5,7 +5,7 @@ from builtins import str __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. Copyright (C) 2013-2017 SUSE -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/config.py b/cpuset/config.py index a18e2f2..ec7b2c0 100644 --- a/cpuset/config.py +++ b/cpuset/config.py @@ -14,7 +14,7 @@ standard_library.install_aliases() __copyright__ = """ Copyright (C) 2009-2010 Novell Inc. Copyright (C) 2013-2017 SUSE -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/cset.py b/cpuset/cset.py index cbff02b..9d1923c 100644 --- a/cpuset/cset.py +++ b/cpuset/cset.py @@ -8,7 +8,7 @@ from builtins import object __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. Copyright (C) 2013-2017 SUSE -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/main.py b/cpuset/main.py index 7c9240d..0c6d22b 100644 --- a/cpuset/main.py +++ b/cpuset/main.py @@ -9,7 +9,7 @@ from builtins import str __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. Copyright (C) 2013-2017 SUSE -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/util.py b/cpuset/util.py index 2ffdca6..b869c8a 100644 --- a/cpuset/util.py +++ b/cpuset/util.py @@ -8,7 +8,7 @@ from builtins import object __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. Copyright (C) 2013-2017 SUSE -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cpuset/version.py b/cpuset/version.py index f2117aa..a079ce3 100644 --- a/cpuset/version.py +++ b/cpuset/version.py @@ -1,6 +1,6 @@ __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/cset b/cset index 9320532..2d57cde 100755 --- a/cset +++ b/cset @@ -2,7 +2,7 @@ __copyright__ = """ Copyright (C) 2007-2010 Novell Inc. -Author: Alex Tsariounov +Author: Alex Tsariounov This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as diff --git a/doc/cset-proc.html b/doc/cset-proc.html index b0d3d18..e87cf0d 100644 --- a/doc/cset-proc.html +++ b/doc/cset-proc.html @@ -689,7 +689,7 @@ respect to the root of the cpuset filesystem.

AUTHOR

-

Written by Alex Tsariounov <alext@novell.com>.

+

Written by Alex Tsariounov <tsariounov@gmail.com>.

SEE ALSO

diff --git a/doc/cset-proc.txt b/doc/cset-proc.txt index 437f4e5..6059e6e 100644 --- a/doc/cset-proc.txt +++ b/doc/cset-proc.txt @@ -1,6 +1,6 @@ cset-proc(1) ============ -Alex Tsariounov +Alex Tsariounov v1.5.8, March 2016 NAME @@ -211,7 +211,7 @@ Copyright (c) 2008-2011 Novell Inc. AUTHOR ------ -Written by Alex Tsariounov <\alext@novell.com>. +Written by Alex Tsariounov <\tsariounov@gmail.com>. SEE ALSO -------- diff --git a/doc/cset-set.1 b/doc/cset-set.1 index c303fe3..3620399 100644 --- a/doc/cset-set.1 +++ b/doc/cset-set.1 @@ -1,6 +1,6 @@ '\" t .\" Title: cset-set -.\" Author: Alex Tsariounov +.\" Author: Alex Tsariounov .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: June 2011 .\" Manual: \ \& diff --git a/doc/cset-set.html b/doc/cset-set.html index 9bf63d4..fbabb2d 100644 --- a/doc/cset-set.html +++ b/doc/cset-set.html @@ -960,7 +960,7 @@ already exist, they will modify them to the new specifications.

AUTHOR

-

Written by Alex Tsariounov <alext@novell.com>.

+

Written by Alex Tsariounov <tsariounov@gmail.com>.

diff --git a/doc/cset-set.txt b/doc/cset-set.txt index aeec438..c484822 100644 --- a/doc/cset-set.txt +++ b/doc/cset-set.txt @@ -1,6 +1,6 @@ cset-set(1) =========== -Alex Tsariounov +Alex Tsariounov v1.5.8, March 2016 NAME @@ -159,7 +159,7 @@ Copyright (c) 2008-2011 Novell Inc. AUTHOR ------ -Written by Alex Tsariounov <\alext@novell.com>. +Written by Alex Tsariounov <\tsariounov@gmail.com>. SEE ALSO -------- diff --git a/doc/cset-shield.1 b/doc/cset-shield.1 index 8bbb5d8..33fa2e2 100644 --- a/doc/cset-shield.1 +++ b/doc/cset-shield.1 @@ -1,6 +1,6 @@ '\" t .\" Title: cset-shield -.\" Author: Alex Tsariounov +.\" Author: Alex Tsariounov .\" Generator: DocBook XSL Stylesheets v1.78.1 .\" Date: June 2011 .\" Manual: \ \& diff --git a/doc/cset-shield.html b/doc/cset-shield.html index 05056ff..2eea3bf 100644 --- a/doc/cset-shield.html +++ b/doc/cset-shield.html @@ -1051,7 +1051,7 @@ and proc) directly.

AUTHOR

-

Written by Alex Tsariounov <alext@novell.com>.

+

Written by Alex Tsariounov <tsariounov@gmail.com>.

diff --git a/doc/cset-shield.txt b/doc/cset-shield.txt index dd06e80..a28b90d 100644 --- a/doc/cset-shield.txt +++ b/doc/cset-shield.txt @@ -1,6 +1,6 @@ cset-shield(1) ============== -Alex Tsariounov +Alex Tsariounov v1.5.8, March 2016 NAME @@ -234,7 +234,7 @@ Copyright (c) 2008-2011 Novell Inc. AUTHOR ------ -Written by Alex Tsariounov <\alext@novell.com>. +Written by Alex Tsariounov <\tsariounov@gmail.com>. SEE ALSO -------- diff --git a/doc/cset.html b/doc/cset.html index 75925c9..cf9885e 100644 --- a/doc/cset.html +++ b/doc/cset.html @@ -638,7 +638,7 @@ mountpoint = <directory_name>

AUTHOR

-

Written by Alex Tsariounov <alext@novell.com>

+

Written by Alex Tsariounov <tsariounov@gmail.com>

Some substrate code and ideas were taken from the excellent Stacked GIT (stgit) v0.13 (see http://gna.org/projects/stgit and http://www.procode.org/stgit). Stacked GIT is under GPL V2 or later.

diff --git a/doc/cset.txt b/doc/cset.txt index 67d7668..a18054a 100644 --- a/doc/cset.txt +++ b/doc/cset.txt @@ -1,6 +1,6 @@ cset(1) ====== -Alex Tsariounov +Alex Tsariounov v1.5.8, March 2016 NAME @@ -143,7 +143,7 @@ Copyright (c) 2008-2011 Novell Inc. AUTHOR ------ -Written by Alex Tsariounov <\alext@novell.com> +Written by Alex Tsariounov <\tsariounov@gmail.com> Some substrate code and ideas were taken from the excellent Stacked GIT (stgit) v0.13 (see \http://gna.org/projects/stgit and diff --git a/doc/tutorial.html b/doc/tutorial.html index d977404..e5cf16d 100644 --- a/doc/tutorial.html +++ b/doc/tutorial.html @@ -740,7 +740,7 @@ asciidoc.install(4);
-

Alex Tsariounov <alext@novell.com>
+

Alex Tsariounov <tsariounov@gmail.com>
Copyright (c) 2009-2011 Novell Inc., cset v1.5.6
Verbatim copying and distribution of this entire article are permitted worldwide, without royalty, in any medium, provided this notice is preserved.

diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 99025a0..924f75a 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -1,7 +1,7 @@ Cpuset (cset) Tutorial ====================== -Alex Tsariounov + +Alex Tsariounov + Copyright (c) 2009-2011 Novell Inc., cset v1.5.8 + Verbatim copying and distribution of this entire article are permitted worldwide, without royalty, in any medium, provided this notice is preserved. diff --git a/t/Makefile b/t/Makefile index 0413113..1c247af 100644 --- a/t/Makefile +++ b/t/Makefile @@ -2,7 +2,7 @@ # Suite design taken from git which is Copyright (c) 2005 Junio C Hamano # # Copyright (C) 2007 Novell Inc. -# Author: Alex Tsariounov +# Author: Alex Tsariounov # #CSET_TEST_OPTS=--verbose --debug