Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
9afe19d6
Commit
9afe19d6
authored
Mar 19, 2013
by
Daniel Lezcano
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change author email address
Signed-off-by:
Daniel Lezcano
<
daniel.lezcano@free.fr
>
parent
7b2b9c7f
Hide whitespace changes
Inline
Side-by-side
Showing
97 changed files
with
97 additions
and
97 deletions
+97
-97
MAINTAINERS
MAINTAINERS
+1
-1
common_options.sgml.in
doc/common_options.sgml.in
+1
-1
lxc-attach.sgml.in
doc/lxc-attach.sgml.in
+1
-1
lxc-cgroup.sgml.in
doc/lxc-cgroup.sgml.in
+1
-1
lxc-checkpoint.sgml.in
doc/lxc-checkpoint.sgml.in
+1
-1
lxc-clone.sgml.in
doc/lxc-clone.sgml.in
+1
-1
lxc-console.sgml.in
doc/lxc-console.sgml.in
+1
-1
lxc-create.sgml.in
doc/lxc-create.sgml.in
+1
-1
lxc-destroy.sgml.in
doc/lxc-destroy.sgml.in
+1
-1
lxc-execute.sgml.in
doc/lxc-execute.sgml.in
+1
-1
lxc-freeze.sgml.in
doc/lxc-freeze.sgml.in
+1
-1
lxc-kill.sgml.in
doc/lxc-kill.sgml.in
+1
-1
lxc-ls.sgml.in
doc/lxc-ls.sgml.in
+1
-1
lxc-monitor.sgml.in
doc/lxc-monitor.sgml.in
+1
-1
lxc-ps.sgml.in
doc/lxc-ps.sgml.in
+1
-1
lxc-restart.sgml.in
doc/lxc-restart.sgml.in
+1
-1
lxc-start.sgml.in
doc/lxc-start.sgml.in
+1
-1
lxc-stop.sgml.in
doc/lxc-stop.sgml.in
+1
-1
lxc-unfreeze.sgml.in
doc/lxc-unfreeze.sgml.in
+1
-1
lxc-unshare.sgml.in
doc/lxc-unshare.sgml.in
+1
-1
lxc-wait.sgml.in
doc/lxc-wait.sgml.in
+1
-1
lxc.conf.sgml.in
doc/lxc.conf.sgml.in
+1
-1
lxc.sgml.in
doc/lxc.sgml.in
+1
-1
see_also.sgml.in
doc/see_also.sgml.in
+1
-1
lxc.spec.in
lxc.spec.in
+1
-1
af_unix.c
src/lxc/af_unix.c
+1
-1
af_unix.h
src/lxc/af_unix.h
+1
-1
arguments.c
src/lxc/arguments.c
+1
-1
arguments.h
src/lxc/arguments.h
+1
-1
attach.c
src/lxc/attach.c
+1
-1
attach.h
src/lxc/attach.h
+1
-1
caps.c
src/lxc/caps.c
+1
-1
caps.h
src/lxc/caps.h
+1
-1
cgroup.c
src/lxc/cgroup.c
+1
-1
cgroup.h
src/lxc/cgroup.h
+1
-1
checkpoint.c
src/lxc/checkpoint.c
+1
-1
commands.c
src/lxc/commands.c
+1
-1
commands.h
src/lxc/commands.h
+1
-1
conf.c
src/lxc/conf.c
+1
-1
conf.h
src/lxc/conf.h
+1
-1
confile.c
src/lxc/confile.c
+1
-1
confile.h
src/lxc/confile.h
+1
-1
console.c
src/lxc/console.c
+1
-1
console.h
src/lxc/console.h
+1
-1
error.c
src/lxc/error.c
+1
-1
error.h
src/lxc/error.h
+1
-1
execute.c
src/lxc/execute.c
+1
-1
freezer.c
src/lxc/freezer.c
+1
-1
genl.c
src/lxc/genl.c
+1
-1
genl.h
src/lxc/genl.h
+1
-1
list.c
src/lxc/list.c
+1
-1
log.h
src/lxc/log.h
+1
-1
lxc.h
src/lxc/lxc.h
+1
-1
lxc_attach.c
src/lxc/lxc_attach.c
+1
-1
lxc_cgroup.c
src/lxc/lxc_cgroup.c
+1
-1
lxc_checkpoint.c
src/lxc/lxc_checkpoint.c
+1
-1
lxc_console.c
src/lxc/lxc_console.c
+1
-1
lxc_execute.c
src/lxc/lxc_execute.c
+1
-1
lxc_freeze.c
src/lxc/lxc_freeze.c
+1
-1
lxc_info.c
src/lxc/lxc_info.c
+1
-1
lxc_init.c
src/lxc/lxc_init.c
+1
-1
lxc_kill.c
src/lxc/lxc_kill.c
+1
-1
lxc_monitor.c
src/lxc/lxc_monitor.c
+1
-1
lxc_restart.c
src/lxc/lxc_restart.c
+1
-1
lxc_start.c
src/lxc/lxc_start.c
+1
-1
lxc_stop.c
src/lxc/lxc_stop.c
+1
-1
lxc_unfreeze.c
src/lxc/lxc_unfreeze.c
+1
-1
lxc_unshare.c
src/lxc/lxc_unshare.c
+1
-1
lxc_wait.c
src/lxc/lxc_wait.c
+1
-1
lxcutmp.c
src/lxc/lxcutmp.c
+1
-1
lxcutmp.h
src/lxc/lxcutmp.h
+1
-1
mainloop.c
src/lxc/mainloop.c
+1
-1
mainloop.h
src/lxc/mainloop.h
+1
-1
monitor.c
src/lxc/monitor.c
+1
-1
monitor.h
src/lxc/monitor.h
+1
-1
namespace.c
src/lxc/namespace.c
+1
-1
namespace.h
src/lxc/namespace.h
+1
-1
network.c
src/lxc/network.c
+1
-1
network.h
src/lxc/network.h
+1
-1
nl.c
src/lxc/nl.c
+1
-1
nl.h
src/lxc/nl.h
+1
-1
parse.c
src/lxc/parse.c
+1
-1
parse.h
src/lxc/parse.h
+1
-1
restart.c
src/lxc/restart.c
+1
-1
rtnl.c
src/lxc/rtnl.c
+1
-1
rtnl.h
src/lxc/rtnl.h
+1
-1
start.c
src/lxc/start.c
+1
-1
start.h
src/lxc/start.h
+1
-1
state.c
src/lxc/state.c
+1
-1
state.h
src/lxc/state.h
+1
-1
stop.c
src/lxc/stop.c
+1
-1
sync.c
src/lxc/sync.c
+1
-1
sync.h
src/lxc/sync.h
+1
-1
utils.c
src/lxc/utils.c
+1
-1
utils.h
src/lxc/utils.h
+1
-1
version.c
src/lxc/version.c
+1
-1
version.h
src/lxc/version.h
+1
-1
No files found.
MAINTAINERS
View file @
9afe19d6
...
...
@@ -6,7 +6,7 @@ Maintainer
----------
Person : Daniel Lezcano
Mail patches to : d
lezcano@fr.ibm.com
Mail patches to : d
aniel.lezcano@free.fr
Mailing lists : lxc-devel@sourceforge.net, containers@lists.osdl.org
Web page : lxc.sourceforge.net
GIT location : git://lxc.git.sourceforge.net/gitroot/lxc/lxc
doc/common_options.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-attach.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-cgroup.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-checkpoint.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-clone.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
Serge Hallyn <serge.hallyn at ubuntu.com>
This library is free software; you can redistribute it and/or
...
...
doc/lxc-console.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-create.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-destroy.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-execute.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-freeze.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-kill.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-ls.sgml.in
View file @
9afe19d6
...
...
@@ -6,7 +6,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-monitor.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-ps.sgml.in
View file @
9afe19d6
...
...
@@ -6,7 +6,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-restart.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-start.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-stop.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-unfreeze.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc-unshare.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
Serge Hallyn <serge.hallyn at ubuntu.com>
This library is free software; you can redistribute it and/or
...
...
doc/lxc-wait.sgml.in
View file @
9afe19d6
...
...
@@ -6,7 +6,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc.conf.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/lxc.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
doc/see_also.sgml.in
View file @
9afe19d6
...
...
@@ -5,7 +5,7 @@ lxc: linux Container library
(C) Copyright IBM Corp. 2007, 2008
Authors:
Daniel Lezcano <d
lezcano at fr.ibm.com
>
Daniel Lezcano <d
aniel.lezcano at free.fr
>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
...
...
lxc.spec.in
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
# (C) Copyright IBM Corp. 2007, 2008
#
# Authors:
# Daniel Lezcano <d
lezcano at fr.ibm.com
>
# Daniel Lezcano <d
aniel.lezcano at free.fr
>
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/af_unix.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/af_unix.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/arguments.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
* Michel Normand <normand at fr.ibm.com>
*
* This library is free software; you can redistribute it and/or
...
...
src/lxc/arguments.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
* Michel Normand <normand at fr.ibm.com>
*
* This library is free software; you can redistribute it and/or
...
...
src/lxc/attach.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/attach.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/caps.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/caps.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/cgroup.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/cgroup.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/checkpoint.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/commands.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2009
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/commands.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2009
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/conf.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/conf.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/confile.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/confile.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/console.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/console.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2010
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/error.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/error.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/execute.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/freezer.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/genl.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/genl.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/list.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/log.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
* Cedric Le Goater <legoater@free.fr>
*
* This library is free software; you can redistribute it and/or
...
...
src/lxc/lxc.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_attach.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2010
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_cgroup.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_checkpoint.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2010
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_console.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_execute.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_freeze.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_info.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_init.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_kill.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2010
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_monitor.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_restart.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2010
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_start.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_stop.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_unfreeze.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_unshare.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxc_wait.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxcutmp.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/lxcutmp.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/mainloop.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/mainloop.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/monitor.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/monitor.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/namespace.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2009
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/namespace.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2009
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/network.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/network.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/nl.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/nl.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/parse.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/parse.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/restart.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2010
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/rtnl.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/rtnl.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/start.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/start.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/state.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/state.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/stop.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/sync.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/sync.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/utils.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/utils.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/version.c
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
src/lxc/version.h
View file @
9afe19d6
...
...
@@ -4,7 +4,7 @@
* (C) Copyright IBM Corp. 2007, 2008
*
* Authors:
* Daniel Lezcano <d
lezcano at fr.ibm.com
>
* Daniel Lezcano <d
aniel.lezcano at free.fr
>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment