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
- #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"
+// -*- 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