]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
arch/s390x: add license notices, use LGPL
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 16 Sep 2024 18:33:15 +0000 (14:33 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Wed, 18 Sep 2024 12:47:01 +0000 (08:47 -0400)
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 <pdonnell@redhat.com>
COPYING
src/arch/s390x.c
src/arch/s390x.h

diff --git a/COPYING b/COPYING
index 509306e16995abf198463ff46266147b3dfcfc9e..2f284fe9b6946a200ff56dc4aeb36fcacf3bd328 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -225,7 +225,7 @@ Copyright: 2015 Red Hat <contact@redhat.com>
            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 <contact@ibm.com>
 License: GNU General Public License, version 2
          Apache License, version 2.0
index 156c7b9921df17aa2e42c2a6c1810e80527c9307..dec654ef7d96e5b89dd815cf4d7c8297e346cc8a 100644 (file)
@@ -1,4 +1,16 @@
- #include <sys/auxv.h>
+// -*- 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 <sys/auxv.h>
  
 #include "arch/s390x.h"
 #include "arch/probe.h"
index 6ecd94c68444963110121fbd85008a07db499169..0eb58b41866556070c202e5d489d0c42fb842147 100644 (file)
@@ -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