From 250b1eec71b074acdff1c5f6b5a1f0d7d2c20b77 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Tue, 3 Sep 2013 14:29:46 -0400 Subject: [PATCH] licensing: Add missing headers and FSF address MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- autogen.sh | 21 ++++++++++++++ doc/common_options.sgml.in | 2 +- doc/legacy/lxc-ls.sgml.in | 2 +- doc/lxc-attach.sgml.in | 2 +- doc/lxc-cgroup.sgml.in | 2 +- doc/lxc-checkconfig.sgml.in | 2 +- doc/lxc-checkpoint.sgml.in | 2 +- doc/lxc-clone.sgml.in | 2 +- doc/lxc-console.sgml.in | 2 +- doc/lxc-create.sgml.in | 2 +- doc/lxc-destroy.sgml.in | 2 +- doc/lxc-device.sgml.in | 2 +- doc/lxc-execute.sgml.in | 2 +- doc/lxc-freeze.sgml.in | 2 +- doc/lxc-info.sgml.in | 2 +- doc/lxc-kill.sgml.in | 2 +- doc/lxc-ls.sgml.in | 2 +- doc/lxc-monitor.sgml.in | 2 +- doc/lxc-netstat.sgml.in | 2 +- doc/lxc-ps.sgml.in | 2 +- doc/lxc-restart.sgml.in | 2 +- doc/lxc-start-ephemeral.sgml.in | 2 +- doc/lxc-start.sgml.in | 2 +- doc/lxc-stop.sgml.in | 2 +- doc/lxc-top.sgml.in | 2 +- doc/lxc-unfreeze.sgml.in | 2 +- doc/lxc-unshare.sgml.in | 2 +- doc/lxc-version.sgml.in | 2 +- doc/lxc-wait.sgml.in | 2 +- doc/lxc.conf.sgml.in | 2 +- doc/lxc.sgml.in | 2 +- doc/see_also.sgml.in | 2 +- hooks/mountcgroups | 2 +- hooks/mountecryptfsroot | 2 +- lxc.spec.in | 2 +- runapitests.sh | 18 ++++++++++++ src/include/getline.c | 29 +++++++++++++++++++ src/include/getline.h | 29 +++++++++++++++++++ src/include/lxcmntent.c | 20 +++++++++++++ src/include/lxcmntent.h | 20 +++++++++++++ src/include/openpty.c | 36 +++++++++++++----------- src/include/openpty.h | 23 +++++++++++++++ src/lxc/af_unix.c | 2 +- src/lxc/af_unix.h | 2 +- src/lxc/apparmor.c | 20 +++++++++++++ src/lxc/apparmor.h | 20 +++++++++++++ src/lxc/arguments.c | 2 +- src/lxc/arguments.h | 2 +- src/lxc/attach.c | 2 +- src/lxc/attach.h | 2 +- src/lxc/attach_options.h | 2 +- src/lxc/bdev.c | 2 +- src/lxc/bdev.h | 23 +++++++++++++++ src/lxc/caps.c | 2 +- src/lxc/caps.h | 2 +- src/lxc/cgroup.c | 2 +- src/lxc/cgroup.h | 2 +- src/lxc/checkpoint.c | 2 +- src/lxc/commands.c | 2 +- src/lxc/commands.h | 2 +- src/lxc/conf.c | 2 +- src/lxc/conf.h | 2 +- src/lxc/confile.c | 2 +- src/lxc/confile.h | 2 +- src/lxc/console.c | 2 +- src/lxc/console.h | 2 +- src/lxc/error.c | 2 +- src/lxc/error.h | 2 +- src/lxc/execute.c | 2 +- src/lxc/freezer.c | 2 +- src/lxc/genl.c | 2 +- src/lxc/genl.h | 2 +- src/lxc/legacy/lxc-ls.in | 2 +- src/lxc/list.c | 2 +- src/lxc/list.h | 23 +++++++++++++++ src/lxc/log.c | 2 +- src/lxc/log.h | 2 +- src/lxc/lxc-destroy.in | 2 +- src/lxc/lxc-device | 2 +- src/lxc/lxc-ls | 2 +- src/lxc/lxc-netstat.in | 2 +- src/lxc/lxc-ps.in | 2 +- src/lxc/lxc-start-ephemeral.in | 2 +- src/lxc/lxc.functions.in | 2 +- src/lxc/lxc.h | 2 +- src/lxc/lxc_attach.c | 2 +- src/lxc/lxc_cgroup.c | 2 +- src/lxc/lxc_checkpoint.c | 2 +- src/lxc/lxc_config.c | 20 +++++++++++++ src/lxc/lxc_console.c | 2 +- src/lxc/lxc_execute.c | 2 +- src/lxc/lxc_freeze.c | 2 +- src/lxc/lxc_info.c | 2 +- src/lxc/lxc_init.c | 2 +- src/lxc/lxc_kill.c | 2 +- src/lxc/lxc_monitor.c | 2 +- src/lxc/lxc_monitord.c | 2 +- src/lxc/lxc_restart.c | 2 +- src/lxc/lxc_start.c | 2 +- src/lxc/lxc_stop.c | 2 +- src/lxc/lxc_unfreeze.c | 2 +- src/lxc/lxc_unshare.c | 2 +- src/lxc/lxc_usernsexec.c | 2 +- src/lxc/lxc_wait.c | 2 +- src/lxc/lxccontainer.h | 20 +++++++++++++ src/lxc/lxcseccomp.h | 2 +- src/lxc/lxcutmp.c | 2 +- src/lxc/lxcutmp.h | 2 +- src/lxc/mainloop.c | 2 +- src/lxc/mainloop.h | 2 +- src/lxc/monitor.c | 2 +- src/lxc/monitor.h | 2 +- src/lxc/namespace.c | 2 +- src/lxc/namespace.h | 2 +- src/lxc/network.c | 2 +- src/lxc/network.h | 2 +- src/lxc/nl.c | 2 +- src/lxc/nl.h | 2 +- src/lxc/parse.c | 2 +- src/lxc/parse.h | 2 +- src/lxc/restart.c | 2 +- src/lxc/rtnl.c | 2 +- src/lxc/rtnl.h | 2 +- src/lxc/seccomp.c | 2 +- src/lxc/start.c | 2 +- src/lxc/start.h | 2 +- src/lxc/state.c | 2 +- src/lxc/state.h | 2 +- src/lxc/sync.c | 2 +- src/lxc/sync.h | 2 +- src/lxc/utils.c | 2 +- src/lxc/utils.h | 2 +- src/lxc/version.c | 2 +- src/lxc/version.h | 2 +- src/python-lxc/examples/api_test.py | 2 +- src/python-lxc/examples/pyconsole-vte.py | 24 ++++++++++++++-- src/python-lxc/examples/pyconsole.py | 22 ++++++++++++++- src/python-lxc/lxc.c | 2 +- src/python-lxc/lxc/__init__.py | 2 +- src/python-lxc/setup.py | 23 +++++++++++++++ src/tests/lxc-test-usernic | 2 +- templates/lxc-altlinux.in | 2 +- templates/lxc-archlinux.in | 2 +- templates/lxc-busybox.in | 2 +- templates/lxc-debian.in | 2 +- templates/lxc-fedora.in | 2 +- templates/lxc-opensuse.in | 2 +- templates/lxc-oracle.in | 2 +- templates/lxc-sshd.in | 2 +- 149 files changed, 504 insertions(+), 151 deletions(-) diff --git a/autogen.sh b/autogen.sh index 29cd4247a..b75579af2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,25 @@ #!/bin/sh +# +# lxc: linux Container library +# +# (C) Copyright IBM Corp. 2007, 2008 +# +# Authors: +# Daniel Lezcano +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA set -x diff --git a/doc/common_options.sgml.in b/doc/common_options.sgml.in index 0dfd5b95c..929e4f7f6 100644 --- a/doc/common_options.sgml.in +++ b/doc/common_options.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/legacy/lxc-ls.sgml.in b/doc/legacy/lxc-ls.sgml.in index 321e0878e..bed9b8a93 100644 --- a/doc/legacy/lxc-ls.sgml.in +++ b/doc/legacy/lxc-ls.sgml.in @@ -20,7 +20,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-attach.sgml.in b/doc/lxc-attach.sgml.in index 5c8d51337..0791c0ff0 100644 --- a/doc/lxc-attach.sgml.in +++ b/doc/lxc-attach.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-cgroup.sgml.in b/doc/lxc-cgroup.sgml.in index 888db369b..4546574d0 100644 --- a/doc/lxc-cgroup.sgml.in +++ b/doc/lxc-cgroup.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-checkconfig.sgml.in b/doc/lxc-checkconfig.sgml.in index aa0241783..e171ad117 100644 --- a/doc/lxc-checkconfig.sgml.in +++ b/doc/lxc-checkconfig.sgml.in @@ -17,7 +17,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-checkpoint.sgml.in b/doc/lxc-checkpoint.sgml.in index 5737320ce..6d3b75745 100644 --- a/doc/lxc-checkpoint.sgml.in +++ b/doc/lxc-checkpoint.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-clone.sgml.in b/doc/lxc-clone.sgml.in index 74982a1d1..a2efe8504 100644 --- a/doc/lxc-clone.sgml.in +++ b/doc/lxc-clone.sgml.in @@ -20,7 +20,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-console.sgml.in b/doc/lxc-console.sgml.in index f4737d1d3..a08a6a209 100644 --- a/doc/lxc-console.sgml.in +++ b/doc/lxc-console.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-create.sgml.in b/doc/lxc-create.sgml.in index a8de5b5b6..b11ff30be 100644 --- a/doc/lxc-create.sgml.in +++ b/doc/lxc-create.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-destroy.sgml.in b/doc/lxc-destroy.sgml.in index 91d5d19a2..7f346c64a 100644 --- a/doc/lxc-destroy.sgml.in +++ b/doc/lxc-destroy.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-device.sgml.in b/doc/lxc-device.sgml.in index 90cd885b5..954d17760 100644 --- a/doc/lxc-device.sgml.in +++ b/doc/lxc-device.sgml.in @@ -18,7 +18,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-execute.sgml.in b/doc/lxc-execute.sgml.in index f800ea6f0..a47fa3544 100644 --- a/doc/lxc-execute.sgml.in +++ b/doc/lxc-execute.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-freeze.sgml.in b/doc/lxc-freeze.sgml.in index c69e4c8e7..5e569237a 100644 --- a/doc/lxc-freeze.sgml.in +++ b/doc/lxc-freeze.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-info.sgml.in b/doc/lxc-info.sgml.in index 39cd4d172..c6fc624ba 100644 --- a/doc/lxc-info.sgml.in +++ b/doc/lxc-info.sgml.in @@ -17,7 +17,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-kill.sgml.in b/doc/lxc-kill.sgml.in index ad0eec018..1a9f10ed8 100644 --- a/doc/lxc-kill.sgml.in +++ b/doc/lxc-kill.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-ls.sgml.in b/doc/lxc-ls.sgml.in index 4801dbb3f..2c8d5ae9a 100644 --- a/doc/lxc-ls.sgml.in +++ b/doc/lxc-ls.sgml.in @@ -20,7 +20,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-monitor.sgml.in b/doc/lxc-monitor.sgml.in index b460843c4..a0aa7df57 100644 --- a/doc/lxc-monitor.sgml.in +++ b/doc/lxc-monitor.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-netstat.sgml.in b/doc/lxc-netstat.sgml.in index ea4c9cd53..b4539d277 100644 --- a/doc/lxc-netstat.sgml.in +++ b/doc/lxc-netstat.sgml.in @@ -17,7 +17,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-ps.sgml.in b/doc/lxc-ps.sgml.in index 0b50baa9a..16902a44f 100644 --- a/doc/lxc-ps.sgml.in +++ b/doc/lxc-ps.sgml.in @@ -20,7 +20,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-restart.sgml.in b/doc/lxc-restart.sgml.in index aae7958fa..ceb4a9d89 100644 --- a/doc/lxc-restart.sgml.in +++ b/doc/lxc-restart.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-start-ephemeral.sgml.in b/doc/lxc-start-ephemeral.sgml.in index 563acabf5..46e0592c0 100644 --- a/doc/lxc-start-ephemeral.sgml.in +++ b/doc/lxc-start-ephemeral.sgml.in @@ -18,7 +18,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-start.sgml.in b/doc/lxc-start.sgml.in index 0bd7f9827..09f917164 100644 --- a/doc/lxc-start.sgml.in +++ b/doc/lxc-start.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-stop.sgml.in b/doc/lxc-stop.sgml.in index 2dbff8003..777be2b39 100644 --- a/doc/lxc-stop.sgml.in +++ b/doc/lxc-stop.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-top.sgml.in b/doc/lxc-top.sgml.in index a3aa8e5dd..002115495 100644 --- a/doc/lxc-top.sgml.in +++ b/doc/lxc-top.sgml.in @@ -17,7 +17,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-unfreeze.sgml.in b/doc/lxc-unfreeze.sgml.in index 6b999ea72..4e1a5865d 100644 --- a/doc/lxc-unfreeze.sgml.in +++ b/doc/lxc-unfreeze.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-unshare.sgml.in b/doc/lxc-unshare.sgml.in index 7e862bb79..a812eb965 100644 --- a/doc/lxc-unshare.sgml.in +++ b/doc/lxc-unshare.sgml.in @@ -20,7 +20,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-version.sgml.in b/doc/lxc-version.sgml.in index fbda32c66..f3a7b6377 100644 --- a/doc/lxc-version.sgml.in +++ b/doc/lxc-version.sgml.in @@ -17,7 +17,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc-wait.sgml.in b/doc/lxc-wait.sgml.in index 27940677d..5c5c9581b 100644 --- a/doc/lxc-wait.sgml.in +++ b/doc/lxc-wait.sgml.in @@ -20,7 +20,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in index 96d1fe3ec..c4997a974 100644 --- a/doc/lxc.conf.sgml.in +++ b/doc/lxc.conf.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/lxc.sgml.in b/doc/lxc.sgml.in index b06515d55..0e1f9121d 100644 --- a/doc/lxc.sgml.in +++ b/doc/lxc.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/doc/see_also.sgml.in b/doc/see_also.sgml.in index 341cd4d00..1e86a534a 100644 --- a/doc/see_also.sgml.in +++ b/doc/see_also.sgml.in @@ -19,7 +19,7 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA --> diff --git a/hooks/mountcgroups b/hooks/mountcgroups index 8ffb370f5..a63c8db82 100755 --- a/hooks/mountcgroups +++ b/hooks/mountcgroups @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # This is an example hook to mount all mounted cgroups in the diff --git a/hooks/mountecryptfsroot b/hooks/mountecryptfsroot index f3cb0fbbe..15bb2ea17 100755 --- a/hooks/mountecryptfsroot +++ b/hooks/mountecryptfsroot @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # This hook can be used to mount an ecryptfs filesystem as a container's # rootfs. diff --git a/lxc.spec.in b/lxc.spec.in index 7a772cacb..995d455a8 100644 --- a/lxc.spec.in +++ b/lxc.spec.in @@ -18,7 +18,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Name: @PACKAGE@ Version: @VERSION@ diff --git a/runapitests.sh b/runapitests.sh index 116938719..c1d90eb2a 100644 --- a/runapitests.sh +++ b/runapitests.sh @@ -1,4 +1,22 @@ #!/bin/sh +# liblxcapi +# +# Copyright © 2012 Serge Hallyn . +# Copyright © 2012 Canonical Ltd. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. + +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. + +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA cleanup() { rm -f /etc/lxc/test-busybox.conf diff --git a/src/include/getline.c b/src/include/getline.c index d4117cbba..b1dd8924f 100644 --- a/src/include/getline.c +++ b/src/include/getline.c @@ -1,3 +1,32 @@ +/* + * Copyright (c) 2006 SPARTA, Inc. + * All rights reserved. + * + * This software was developed by SPARTA ISSO under SPAWAR contract + * N66001-04-C-6019 ("SEFOS"). + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + #include #include #include diff --git a/src/include/getline.h b/src/include/getline.h index 23d6f0424..ddf4f157f 100644 --- a/src/include/getline.h +++ b/src/include/getline.h @@ -1,3 +1,32 @@ +/* + * Copyright (c) 2006 SPARTA, Inc. + * All rights reserved. + * + * This software was developed by SPARTA ISSO under SPAWAR contract + * N66001-04-C-6019 ("SEFOS"). + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + */ + #ifndef _getline_h #define _getline_h diff --git a/src/include/lxcmntent.c b/src/include/lxcmntent.c index 22b0c123f..dcb34a2f6 100644 --- a/src/include/lxcmntent.c +++ b/src/include/lxcmntent.c @@ -1,3 +1,23 @@ +/* Utilities for reading/writing fstab, mtab, etc. + Copyright (C) 1995-2000, 2001, 2002, 2003, 2006 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/include/lxcmntent.h b/src/include/lxcmntent.h index 5d84419a2..418322c0c 100644 --- a/src/include/lxcmntent.h +++ b/src/include/lxcmntent.h @@ -1,3 +1,23 @@ +/* Utilities for reading/writing fstab, mtab, etc. + Copyright (C) 1995-2000, 2001, 2002, 2003, 2006 + Free Software Foundation, Inc. + This file is part of the GNU C Library. + + The GNU C Library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + The GNU C Library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef _lxcmntent_h #define _lxcmntent_h diff --git a/src/include/openpty.c b/src/include/openpty.c index 0c1fecc14..01579c517 100644 --- a/src/include/openpty.c +++ b/src/include/openpty.c @@ -1,21 +1,25 @@ -/* Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc. - This file is part of the GNU C Library. - Contributed by Zack Weinberg , 1998. + /* + * openpty: glibc implementation + * + * Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc. + * + * Authors: + * Zack Weinberg , 1998. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ #define _XOPEN_SOURCE /* See feature_test_macros(7) */ #include diff --git a/src/include/openpty.h b/src/include/openpty.h index f5fa152ec..ddc9c8113 100644 --- a/src/include/openpty.h +++ b/src/include/openpty.h @@ -1,3 +1,26 @@ +/* + * openpty: glibc implementation + * + * Copyright (C) 1998, 1999, 2004 Free Software Foundation, Inc. + * + * Authors: + * Zack Weinberg , 1998. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef _openpty_h #define _openpty_h diff --git a/src/lxc/af_unix.c b/src/lxc/af_unix.c index 45fe128c8..204658d32 100644 --- a/src/lxc/af_unix.c +++ b/src/lxc/af_unix.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/af_unix.h b/src/lxc/af_unix.h index ff21c7be5..6bc253dd0 100644 --- a/src/lxc/af_unix.h +++ b/src/lxc/af_unix.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ extern int lxc_af_unix_open(const char *path, int type, int flags); diff --git a/src/lxc/apparmor.c b/src/lxc/apparmor.c index cb81464ff..3941d3f75 100644 --- a/src/lxc/apparmor.c +++ b/src/lxc/apparmor.c @@ -1,3 +1,23 @@ +/* apparmor + * + * Copyright © 2012 Serge Hallyn . + * Copyright © 2012 Canonical Ltd. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include #include diff --git a/src/lxc/apparmor.h b/src/lxc/apparmor.h index d71447864..e27a72859 100644 --- a/src/lxc/apparmor.h +++ b/src/lxc/apparmor.h @@ -1,3 +1,23 @@ +/* apparmor + * + * Copyright © 2012 Serge Hallyn . + * Copyright © 2012 Canonical Ltd. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include /* for lxc_handler */ #include diff --git a/src/lxc/arguments.c b/src/lxc/arguments.c index 7cea4e5c3..c35dfd896 100644 --- a/src/lxc/arguments.c +++ b/src/lxc/arguments.c @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/arguments.h b/src/lxc/arguments.h index 3d1df70b8..7da7d5fdc 100644 --- a/src/lxc/arguments.h +++ b/src/lxc/arguments.h @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __arguments_h #define __arguments_h diff --git a/src/lxc/attach.c b/src/lxc/attach.c index 97dd9186c..413b78bc5 100644 --- a/src/lxc/attach.c +++ b/src/lxc/attach.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE diff --git a/src/lxc/attach.h b/src/lxc/attach.h index 1e7ce10aa..518d08662 100644 --- a/src/lxc/attach.h +++ b/src/lxc/attach.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _attach_h diff --git a/src/lxc/attach_options.h b/src/lxc/attach_options.h index daec9019b..5291e4f55 100644 --- a/src/lxc/attach_options.h +++ b/src/lxc/attach_options.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _LXC_ATTACH_OPTIONS_H diff --git a/src/lxc/bdev.c b/src/lxc/bdev.c index 409708dfa..39592b2b3 100644 --- a/src/lxc/bdev.c +++ b/src/lxc/bdev.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ /* diff --git a/src/lxc/bdev.h b/src/lxc/bdev.h index ecd62ee4d..f9d9a0cb3 100644 --- a/src/lxc/bdev.h +++ b/src/lxc/bdev.h @@ -1,3 +1,26 @@ +/* + * lxc: linux Container library + * + * (C) Copyright IBM Corp. 2007, 2008 + * + * Authors: + * Daniel Lezcano + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef __LXC_BDEV_H #define __LXC_BDEV_H /* blockdev operations for: diff --git a/src/lxc/caps.c b/src/lxc/caps.c index 56f02411a..006172d1d 100644 --- a/src/lxc/caps.c +++ b/src/lxc/caps.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE diff --git a/src/lxc/caps.h b/src/lxc/caps.h index 8de9635ce..1ea32aed4 100644 --- a/src/lxc/caps.h +++ b/src/lxc/caps.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" diff --git a/src/lxc/cgroup.c b/src/lxc/cgroup.c index 014c40829..2bd158b19 100644 --- a/src/lxc/cgroup.c +++ b/src/lxc/cgroup.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/cgroup.h b/src/lxc/cgroup.h index c327fa3df..01ee9319a 100644 --- a/src/lxc/cgroup.h +++ b/src/lxc/cgroup.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _cgroup_h #define _cgroup_h diff --git a/src/lxc/checkpoint.c b/src/lxc/checkpoint.c index 1f6b471e3..75834c98f 100644 --- a/src/lxc/checkpoint.c +++ b/src/lxc/checkpoint.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/commands.c b/src/lxc/commands.c index aad376ac8..0c058104a 100644 --- a/src/lxc/commands.c +++ b/src/lxc/commands.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/commands.h b/src/lxc/commands.h index 04ed1824f..2c0258ca5 100644 --- a/src/lxc/commands.h +++ b/src/lxc/commands.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __commands_h diff --git a/src/lxc/conf.c b/src/lxc/conf.c index c81c133fe..abc2b625a 100644 --- a/src/lxc/conf.c +++ b/src/lxc/conf.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 26e2f92fc..8ff0efa9d 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _conf_h #define _conf_h diff --git a/src/lxc/confile.c b/src/lxc/confile.c index 57797adc1..1f170973b 100644 --- a/src/lxc/confile.c +++ b/src/lxc/confile.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/confile.h b/src/lxc/confile.h index 0cc771ccb..9d12071fc 100644 --- a/src/lxc/confile.h +++ b/src/lxc/confile.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/console.c b/src/lxc/console.c index f7a59d8b3..e35a811aa 100644 --- a/src/lxc/console.c +++ b/src/lxc/console.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/console.h b/src/lxc/console.h index 108949316..d45260cbe 100644 --- a/src/lxc/console.h +++ b/src/lxc/console.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ struct lxc_epoll_descr; diff --git a/src/lxc/error.c b/src/lxc/error.c index 1f2dde3a3..15e6ab0bd 100644 --- a/src/lxc/error.c +++ b/src/lxc/error.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/error.h b/src/lxc/error.h index 59d2fe03d..61033d30c 100644 --- a/src/lxc/error.h +++ b/src/lxc/error.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __lxc_error_h #define __lxc_error_h diff --git a/src/lxc/execute.c b/src/lxc/execute.c index 5f416793b..b4f3ed945 100644 --- a/src/lxc/execute.c +++ b/src/lxc/execute.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/freezer.c b/src/lxc/freezer.c index f2e4f8e76..7c8c61e49 100644 --- a/src/lxc/freezer.c +++ b/src/lxc/freezer.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/genl.c b/src/lxc/genl.c index 873b0847e..64177648c 100644 --- a/src/lxc/genl.c +++ b/src/lxc/genl.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/genl.h b/src/lxc/genl.h index 1da1de0cc..20b673b50 100644 --- a/src/lxc/genl.h +++ b/src/lxc/genl.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __genl_h #define __genl_h diff --git a/src/lxc/legacy/lxc-ls.in b/src/lxc/legacy/lxc-ls.in index c0147c73d..a7b3b19e0 100644 --- a/src/lxc/legacy/lxc-ls.in +++ b/src/lxc/legacy/lxc-ls.in @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . @DATADIR@/lxc/lxc.functions diff --git a/src/lxc/list.c b/src/lxc/list.c index 4876259ba..14596c897 100644 --- a/src/lxc/list.c +++ b/src/lxc/list.c @@ -18,6 +18,6 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/list.h b/src/lxc/list.h index 24dffa2d1..8714fb3bb 100644 --- a/src/lxc/list.h +++ b/src/lxc/list.h @@ -1,3 +1,26 @@ +/* + * lxc: linux Container library + * + * (C) Copyright IBM Corp. 2007, 2008 + * + * Authors: + * Daniel Lezcano + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef _list_h #define _list_h diff --git a/src/lxc/log.c b/src/lxc/log.c index 6c275ac77..9bbaa69fc 100644 --- a/src/lxc/log.c +++ b/src/lxc/log.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/log.h b/src/lxc/log.h index 03dd569f7..d3c40fb17 100644 --- a/src/lxc/log.h +++ b/src/lxc/log.h @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _log_h #define _log_h diff --git a/src/lxc/lxc-destroy.in b/src/lxc/lxc-destroy.in index 6774086da..bca5264aa 100644 --- a/src/lxc/lxc-destroy.in +++ b/src/lxc/lxc-destroy.in @@ -18,7 +18,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # This script allows to set or remove the capabilities on the lxc tools. diff --git a/src/lxc/lxc-device b/src/lxc/lxc-device index b194b056f..9d24248ec 100644 --- a/src/lxc/lxc-device +++ b/src/lxc/lxc-device @@ -22,7 +22,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # NOTE: To remove once the API is stabilized diff --git a/src/lxc/lxc-ls b/src/lxc/lxc-ls index 491e95bee..cc0a1e758 100644 --- a/src/lxc/lxc-ls +++ b/src/lxc/lxc-ls @@ -22,7 +22,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # NOTE: To remove once the API is stabilized diff --git a/src/lxc/lxc-netstat.in b/src/lxc/lxc-netstat.in index 3ed0487a4..2add53003 100644 --- a/src/lxc/lxc-netstat.in +++ b/src/lxc/lxc-netstat.in @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . @DATADIR@/lxc/lxc.functions diff --git a/src/lxc/lxc-ps.in b/src/lxc/lxc-ps.in index 1ecd067f9..75d5610bf 100644 --- a/src/lxc/lxc-ps.in +++ b/src/lxc/lxc-ps.in @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . @DATADIR@/lxc/lxc.functions diff --git a/src/lxc/lxc-start-ephemeral.in b/src/lxc/lxc-start-ephemeral.in index 4cbf93fed..af8da80bc 100644 --- a/src/lxc/lxc-start-ephemeral.in +++ b/src/lxc/lxc-start-ephemeral.in @@ -22,7 +22,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # NOTE: To remove once the API is stabilized diff --git a/src/lxc/lxc.functions.in b/src/lxc/lxc.functions.in index de268dfa4..4c52f8cc9 100644 --- a/src/lxc/lxc.functions.in +++ b/src/lxc/lxc.functions.in @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # This file contains helpers for the various lxc shell scripts diff --git a/src/lxc/lxc.h b/src/lxc/lxc.h index 4a9eca2fb..3477e839d 100644 --- a/src/lxc/lxc.h +++ b/src/lxc/lxc.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __lxc_h #define __lxc_h diff --git a/src/lxc/lxc_attach.c b/src/lxc/lxc_attach.c index cb00e4acb..4ca00a97f 100644 --- a/src/lxc/lxc_attach.c +++ b/src/lxc/lxc_attach.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE diff --git a/src/lxc/lxc_cgroup.c b/src/lxc/lxc_cgroup.c index 7f6eb6341..2c0508c7e 100644 --- a/src/lxc/lxc_cgroup.c +++ b/src/lxc/lxc_cgroup.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/lxc_checkpoint.c b/src/lxc/lxc_checkpoint.c index ee41ba12f..ecf19b139 100644 --- a/src/lxc/lxc_checkpoint.c +++ b/src/lxc/lxc_checkpoint.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/lxc_config.c b/src/lxc/lxc_config.c index a454e07bd..b3f2ed897 100644 --- a/src/lxc/lxc_config.c +++ b/src/lxc/lxc_config.c @@ -1,3 +1,23 @@ +/* lxc_config + * + * Copyright © 2012 Serge Hallyn . + * Copyright © 2012 Canonical Ltd. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #include #include "config.h" #include "lxccontainer.h" diff --git a/src/lxc/lxc_console.c b/src/lxc/lxc_console.c index 77afdc1c6..28ad77244 100644 --- a/src/lxc/lxc_console.c +++ b/src/lxc/lxc_console.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE diff --git a/src/lxc/lxc_execute.c b/src/lxc/lxc_execute.c index 3c070cf96..6a54bf63a 100644 --- a/src/lxc/lxc_execute.c +++ b/src/lxc/lxc_execute.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/lxc_freeze.c b/src/lxc/lxc_freeze.c index 9628e78f1..39483a637 100644 --- a/src/lxc/lxc_freeze.c +++ b/src/lxc/lxc_freeze.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/lxc_info.c b/src/lxc/lxc_info.c index b8d1c1873..e61ae63b1 100644 --- a/src/lxc/lxc_info.c +++ b/src/lxc/lxc_info.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/lxc_init.c b/src/lxc/lxc_init.c index f772f0dec..a806038f7 100644 --- a/src/lxc/lxc_init.c +++ b/src/lxc/lxc_init.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/lxc_kill.c b/src/lxc/lxc_kill.c index 1fedf1d08..3ed6e4e81 100644 --- a/src/lxc/lxc_kill.c +++ b/src/lxc/lxc_kill.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/lxc_monitor.c b/src/lxc/lxc_monitor.c index e41686fbd..b52fa2e1a 100644 --- a/src/lxc/lxc_monitor.c +++ b/src/lxc/lxc_monitor.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/lxc_monitord.c b/src/lxc/lxc_monitord.c index e76af716b..c5e156e10 100644 --- a/src/lxc/lxc_monitord.c +++ b/src/lxc/lxc_monitord.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE diff --git a/src/lxc/lxc_restart.c b/src/lxc/lxc_restart.c index 3b8eedc17..85afb1e67 100644 --- a/src/lxc/lxc_restart.c +++ b/src/lxc/lxc_restart.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/lxc_start.c b/src/lxc/lxc_start.c index 125284cd2..dfc514e1d 100644 --- a/src/lxc/lxc_start.c +++ b/src/lxc/lxc_start.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/lxc_stop.c b/src/lxc/lxc_stop.c index 6c3be738b..77de7e5d1 100644 --- a/src/lxc/lxc_stop.c +++ b/src/lxc/lxc_stop.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/lxc_unfreeze.c b/src/lxc/lxc_unfreeze.c index 840467a62..0130224a2 100644 --- a/src/lxc/lxc_unfreeze.c +++ b/src/lxc/lxc_unfreeze.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/lxc_unshare.c b/src/lxc/lxc_unshare.c index 5ee66fda6..8ffdd212a 100644 --- a/src/lxc/lxc_unshare.c +++ b/src/lxc/lxc_unshare.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/lxc_usernsexec.c b/src/lxc/lxc_usernsexec.c index feaebd927..9416f2747 100644 --- a/src/lxc/lxc_usernsexec.c +++ b/src/lxc/lxc_usernsexec.c @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/lxc_wait.c b/src/lxc/lxc_wait.c index afbb81a93..4669cee69 100644 --- a/src/lxc/lxc_wait.c +++ b/src/lxc/lxc_wait.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h index b6a7cedf8..ad6afa1a7 100644 --- a/src/lxc/lxccontainer.h +++ b/src/lxc/lxccontainer.h @@ -1,3 +1,23 @@ +/* liblxcapi + * + * Copyright © 2012 Serge Hallyn . + * Copyright © 2012 Canonical Ltd. + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ + #ifndef __LXC_CONTAINER_H #define __LXC_CONTAINER_H #include "lxclock.h" diff --git a/src/lxc/lxcseccomp.h b/src/lxc/lxcseccomp.h index 4f146dd2b..2f64c05dd 100644 --- a/src/lxc/lxcseccomp.h +++ b/src/lxc/lxcseccomp.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _lxc_seccomp_h diff --git a/src/lxc/lxcutmp.c b/src/lxc/lxcutmp.c index 1421a9c1f..ee51f875c 100644 --- a/src/lxc/lxcutmp.c +++ b/src/lxc/lxcutmp.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" diff --git a/src/lxc/lxcutmp.h b/src/lxc/lxcutmp.h index 88feea72f..81848d128 100644 --- a/src/lxc/lxcutmp.h +++ b/src/lxc/lxcutmp.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" diff --git a/src/lxc/mainloop.c b/src/lxc/mainloop.c index d9ab5d1af..2ac49964b 100644 --- a/src/lxc/mainloop.c +++ b/src/lxc/mainloop.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/mainloop.h b/src/lxc/mainloop.h index ec875693a..217a58f32 100644 --- a/src/lxc/mainloop.h +++ b/src/lxc/mainloop.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _mainloop_h diff --git a/src/lxc/monitor.c b/src/lxc/monitor.c index 0717344e5..412d38f4b 100644 --- a/src/lxc/monitor.c +++ b/src/lxc/monitor.c @@ -19,7 +19,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/monitor.h b/src/lxc/monitor.h index cd59ee841..2a61091a5 100644 --- a/src/lxc/monitor.h +++ b/src/lxc/monitor.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __monitor_h #define __monitor_h diff --git a/src/lxc/namespace.c b/src/lxc/namespace.c index cc237920f..a152c6b12 100644 --- a/src/lxc/namespace.c +++ b/src/lxc/namespace.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/namespace.h b/src/lxc/namespace.h index 0c53630df..64499cd3b 100644 --- a/src/lxc/namespace.h +++ b/src/lxc/namespace.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __namespace_h #define __namespace_h diff --git a/src/lxc/network.c b/src/lxc/network.c index d1ccc0d3d..f7c9ce4ce 100644 --- a/src/lxc/network.c +++ b/src/lxc/network.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/network.h b/src/lxc/network.h index 08e0bf88b..0ca7a9a95 100644 --- a/src/lxc/network.h +++ b/src/lxc/network.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _network_h #define _network_h diff --git a/src/lxc/nl.c b/src/lxc/nl.c index 15ba58b93..7c0f1e53b 100644 --- a/src/lxc/nl.c +++ b/src/lxc/nl.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/nl.h b/src/lxc/nl.h index 13778aabc..621cbc6c5 100644 --- a/src/lxc/nl.h +++ b/src/lxc/nl.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __nl_h #define __nl_h diff --git a/src/lxc/parse.c b/src/lxc/parse.c index 6c2ed5a6c..26cbbdd00 100644 --- a/src/lxc/parse.c +++ b/src/lxc/parse.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE #include diff --git a/src/lxc/parse.h b/src/lxc/parse.h index 6f476e22c..e91bfd9cc 100644 --- a/src/lxc/parse.h +++ b/src/lxc/parse.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __parse_h #define __parse_h diff --git a/src/lxc/restart.c b/src/lxc/restart.c index a4bdf12ca..72320740f 100644 --- a/src/lxc/restart.c +++ b/src/lxc/restart.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" diff --git a/src/lxc/rtnl.c b/src/lxc/rtnl.c index 37ee8c79c..186c788a0 100644 --- a/src/lxc/rtnl.c +++ b/src/lxc/rtnl.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/rtnl.h b/src/lxc/rtnl.h index c5b5f404c..d13f2b3dd 100644 --- a/src/lxc/rtnl.h +++ b/src/lxc/rtnl.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __genl_h #define __genl_h diff --git a/src/lxc/seccomp.c b/src/lxc/seccomp.c index 2f0b44708..1abd69711 100644 --- a/src/lxc/seccomp.c +++ b/src/lxc/seccomp.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE diff --git a/src/lxc/start.c b/src/lxc/start.c index a574a8d78..7ee67ec04 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "config.h" diff --git a/src/lxc/start.h b/src/lxc/start.h index 8f3d580c5..3e5ad64c2 100644 --- a/src/lxc/start.h +++ b/src/lxc/start.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __lxc_state_h #define __lxc_state_h diff --git a/src/lxc/state.c b/src/lxc/state.c index 347477cf1..54926343e 100644 --- a/src/lxc/state.c +++ b/src/lxc/state.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include #include diff --git a/src/lxc/state.h b/src/lxc/state.h index 1c75f1812..bad29430d 100644 --- a/src/lxc/state.h +++ b/src/lxc/state.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _state_h #define _state_h diff --git a/src/lxc/sync.c b/src/lxc/sync.c index c4ce4faf1..4df2b5fad 100644 --- a/src/lxc/sync.c +++ b/src/lxc/sync.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/lxc/sync.h b/src/lxc/sync.h index 0bc75c6db..fd129af94 100644 --- a/src/lxc/sync.h +++ b/src/lxc/sync.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef __lxc_sync_h #define __lxc_sync_h diff --git a/src/lxc/utils.c b/src/lxc/utils.c index 5376c8566..9a7a41d9e 100644 --- a/src/lxc/utils.c +++ b/src/lxc/utils.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #define _GNU_SOURCE diff --git a/src/lxc/utils.h b/src/lxc/utils.h index 20853b240..2c53da438 100644 --- a/src/lxc/utils.h +++ b/src/lxc/utils.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _utils_h #define _utils_h diff --git a/src/lxc/version.c b/src/lxc/version.c index b1f5276c1..c47d5520e 100644 --- a/src/lxc/version.c +++ b/src/lxc/version.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include "../config.h" diff --git a/src/lxc/version.h b/src/lxc/version.h index be7d8f16a..a88ffad42 100644 --- a/src/lxc/version.h +++ b/src/lxc/version.h @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef _version_h #define _version_h diff --git a/src/python-lxc/examples/api_test.py b/src/python-lxc/examples/api_test.py index 50140a35c..e078d2bcd 100644 --- a/src/python-lxc/examples/api_test.py +++ b/src/python-lxc/examples/api_test.py @@ -19,7 +19,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # import warnings diff --git a/src/python-lxc/examples/pyconsole-vte.py b/src/python-lxc/examples/pyconsole-vte.py index 9938e6af0..53867b751 100755 --- a/src/python-lxc/examples/pyconsole-vte.py +++ b/src/python-lxc/examples/pyconsole-vte.py @@ -1,6 +1,26 @@ -#!/usr/bin/python +#!/usr/bin/python3 # -# Example program showing use of console functions in the lxc python binding +# pyconsole-vte: Example program showing use of console functions +# in the lxc python binding +# +# (C) Copyright Oracle. 2013 +# +# Authors: +# Dwight Engen +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # import warnings diff --git a/src/python-lxc/examples/pyconsole.py b/src/python-lxc/examples/pyconsole.py index 36d4838c1..49437139c 100755 --- a/src/python-lxc/examples/pyconsole.py +++ b/src/python-lxc/examples/pyconsole.py @@ -1,6 +1,26 @@ #!/usr/bin/python3 # -# Example program showing use of console functions in the lxc python binding +# pyconsole: Example program showing use of console functions +# in the lxc python binding +# +# (C) Copyright Oracle. 2013 +# +# Authors: +# Dwight Engen +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # import warnings diff --git a/src/python-lxc/lxc.c b/src/python-lxc/lxc.c index 8d9805062..bd053a7b2 100644 --- a/src/python-lxc/lxc.c +++ b/src/python-lxc/lxc.c @@ -18,7 +18,7 @@ * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ #include diff --git a/src/python-lxc/lxc/__init__.py b/src/python-lxc/lxc/__init__.py index 2dca4401c..3fb76dc02 100644 --- a/src/python-lxc/lxc/__init__.py +++ b/src/python-lxc/lxc/__init__.py @@ -18,7 +18,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # import _lxc diff --git a/src/python-lxc/setup.py b/src/python-lxc/setup.py index 8c22961be..a1061f14e 100644 --- a/src/python-lxc/setup.py +++ b/src/python-lxc/setup.py @@ -1,3 +1,26 @@ +#!/usr/bin/python3 +# +# python-lxc: Python bindings for LXC +# +# (C) Copyright Canonical Ltd. 2012 +# +# Authors: +# Stéphane Graber +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + from distutils.core import setup, Extension module = Extension('_lxc', sources=['lxc.c'], libraries=['lxc']) diff --git a/src/tests/lxc-test-usernic b/src/tests/lxc-test-usernic index dd4cba080..9e6d834b4 100755 --- a/src/tests/lxc-test-usernic +++ b/src/tests/lxc-test-usernic @@ -19,7 +19,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA conffile="/tmp/lxc-usernet" dbfile="/tmp/nics" diff --git a/templates/lxc-altlinux.in b/templates/lxc-altlinux.in index 798f88249..c8de4e44f 100644 --- a/templates/lxc-altlinux.in +++ b/templates/lxc-altlinux.in @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #Configurations arch=$(uname -m) diff --git a/templates/lxc-archlinux.in b/templates/lxc-archlinux.in index 64f16e8a8..e3c01d51a 100644 --- a/templates/lxc-archlinux.in +++ b/templates/lxc-archlinux.in @@ -22,7 +22,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # defaults arch=$(uname -m) diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index e224aadce..12059f70a 100644 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -18,7 +18,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA install_busybox() { diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 9ae1ea728..df464b94e 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -18,7 +18,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA SUITE=${SUITE:-squeeze} MIRROR=${MIRROR:-http://cdn.debian.net/debian} diff --git a/templates/lxc-fedora.in b/templates/lxc-fedora.in index 922563dec..072b3c143 100644 --- a/templates/lxc-fedora.in +++ b/templates/lxc-fedora.in @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #Configurations arch=$(uname -m) diff --git a/templates/lxc-opensuse.in b/templates/lxc-opensuse.in index 8d9523699..1fc7e21a6 100644 --- a/templates/lxc-opensuse.in +++ b/templates/lxc-opensuse.in @@ -23,7 +23,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA DISTRO=12.3 diff --git a/templates/lxc-oracle.in b/templates/lxc-oracle.in index 6e697b897..98ea609f0 100644 --- a/templates/lxc-oracle.in +++ b/templates/lxc-oracle.in @@ -24,7 +24,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA # # use virbr0 that is setup by default by libvirtd diff --git a/templates/lxc-sshd.in b/templates/lxc-sshd.in index 9e0f6980e..0d4a50273 100644 --- a/templates/lxc-sshd.in +++ b/templates/lxc-sshd.in @@ -18,7 +18,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with this library; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA install_sshd() { -- 2.39.2