Set file headers.

This commit is contained in:
2021-10-13 03:25:16 +01:00
parent e63125ac04
commit 134709f90f
22 changed files with 370 additions and 139 deletions

View File

@@ -1,3 +1,11 @@
/*
* This file is part of the Aaru Data Preservation Suite.
* Copyright (c) 2019-2021 Natalia Portillo.
*
* This file is under the public domain:
* https://github.com/rawrunprotected/crc
*/
#if defined(__x86_64__) || defined(__amd64) || defined(_M_AMD64) || defined(_M_X64) || defined(__I386__) || \
defined(__i386__) || defined(__THW_INTEL) || defined(_M_IX86)