2411: Add copyright notices to everything.
[arvados.git] / backports / python-llfuse / fpm-info.sh
index 5573dabfa61a9f6dfa8ea2378e117f90bb044deb..ef0b446617ec5484a491e9bc6e6fe8284f847dea 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: Apache-2.0
+
 case "$TARGET" in
     centos*)
         build_depends+=('fuse-devel')
@@ -12,6 +16,3 @@ case "$TARGET" in
         fpm_depends+=(libc6 'libfuse2 > 2.9.0' 'fuse > 2.9.0')
         ;;
 esac
-
-# FIXME: Remove this line after #6885 is done.
-fpm_args+=(--iteration 3)