From: Patrick Donnelly Date: Mon, 16 Sep 2024 18:33:15 +0000 (-0400) Subject: arch/s390x: add license notices, use LGPL X-Git-Tag: v20.0.0~1030^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=33e3f8d6362075d0f58c5ee5ff6022c7ff2f0434;p=ceph.git arch/s390x: add license notices, use LGPL These are original code files introduced by Aliaksei Makarau for s390x enablement. With his permission, we've licensed these under LGPL. Signed-off-by: Patrick Donnelly --- diff --git a/COPYING b/COPYING index 509306e16995..2f284fe9b694 100644 --- a/COPYING +++ b/COPYING @@ -225,7 +225,7 @@ Copyright: 2015 Red Hat 2018 SUSE LLC License: GNU Affero General Public License, Version 3 -Files: src/arch/*s390x*, src/common/*s390x* +Files: src/common/*s390x* Copyright: 2024 IBM License: GNU General Public License, version 2 Apache License, version 2.0 diff --git a/src/arch/s390x.c b/src/arch/s390x.c index 156c7b9921df..dec654ef7d96 100644 --- a/src/arch/s390x.c +++ b/src/arch/s390x.c @@ -1,4 +1,16 @@ - #include +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- +// vim: ts=8 sw=2 smarttab +/* + * Ceph - scalable distributed file system + * + * Copyright 2024 IBM Corporation + * + * This is free software; you can redistribute it and/or modify it under the + * terms of the GNU Lesser General Public License version 2.1, as published by + * the Free Software Foundation. See file COPYING. + */ + +#include #include "arch/s390x.h" #include "arch/probe.h" diff --git a/src/arch/s390x.h b/src/arch/s390x.h index 6ecd94c68444..0eb58b418665 100644 --- a/src/arch/s390x.h +++ b/src/arch/s390x.h @@ -1,3 +1,15 @@ +// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- +// vim: ts=8 sw=2 smarttab +/* + * Ceph - scalable distributed file system + * + * Copyright 2024 IBM Corporation + * + * This is free software; you can redistribute it and/or modify it under the + * terms of the GNU Lesser General Public License version 2.1, as published by + * the Free Software Foundation. See file COPYING. + */ + #ifndef CEPH_ARCH_S390X_H #define CEPH_ARCH_S390X_H