diff options
Diffstat (limited to 'src/arch/s390x.h')
-rw-r--r-- | src/arch/s390x.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/arch/s390x.h b/src/arch/s390x.h index 6ecd94c6844..0eb58b41866 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 |