FIX attachment_minio add copyright header to ir_attachment.py

This commit is contained in:
Jared Kipe
2020-03-13 08:47:45 -07:00
parent b873f3f8d2
commit 1863144ebb

View File

@@ -1,3 +1,7 @@
# Copyright 2020 Hibou Corp.
# Copyright 2016 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
import io
import base64
import logging