From 7cc2dcd989c8f552ed38aab508486ea3e87ae631 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 14 Mar 2021 19:14:41 +0000 Subject: [PATCH] Fix file headers. --- setter/CMakeLists.txt | 24 +++++++ setter/src/CMakeLists.txt | 24 +++++++ setter/src/dos/CMakeLists.txt | 24 +++++++ setter/src/dos/attr.c | 7 +- setter/src/dos/attr.h | 7 +- setter/src/dos/deleted.c | 7 +- setter/src/dos/dirdepth.c | 7 +- setter/src/dos/dos.c | 7 +- setter/src/dos/dos.h | 7 +- setter/src/dos/dosuname.c | 112 ++++++++++++++++---------------- setter/src/dos/dosuname.h | 38 +++++------ setter/src/dos/filename.c | 7 +- setter/src/dos/files.c | 7 +- setter/src/dos/frag.c | 7 +- setter/src/dos/links.c | 7 +- setter/src/dos/os.c | 7 +- setter/src/dos/perms.c | 7 +- setter/src/dos/rsrcfork.c | 7 +- setter/src/dos/sparse.c | 7 +- setter/src/dos/time.c | 7 +- setter/src/dos/time.h | 7 +- setter/src/dos/volume.c | 7 +- setter/src/dos/xattr.c | 7 +- setter/src/include/consts.h | 7 +- setter/src/include/defs.h | 7 +- setter/src/linux/CMakeLists.txt | 24 +++++++ setter/src/linux/attr.c | 7 +- setter/src/linux/attr.h | 7 +- setter/src/linux/linux.h | 7 +- setter/src/linux/sparse.c | 7 +- setter/src/linux/xattr.c | 7 +- setter/src/macos/CMakeLists.txt | 24 +++++++ setter/src/macos/attr.c | 7 +- setter/src/macos/attr.h | 26 +++++++- setter/src/macos/deleted.c | 7 +- setter/src/macos/dirdepth.c | 7 +- setter/src/macos/filename.c | 7 +- setter/src/macos/files.c | 7 +- setter/src/macos/frag.c | 7 +- setter/src/macos/links.c | 7 +- setter/src/macos/links.h | 26 +++++++- setter/src/macos/macos.h | 7 +- setter/src/macos/macos.r | 7 +- setter/src/macos/os.c | 7 +- setter/src/macos/perms.c | 7 +- setter/src/macos/retro68.h | 26 +++++++- setter/src/macos/rsrcfork.c | 7 +- setter/src/macos/rsrcfork.h | 26 +++++++- setter/src/macos/sparse.c | 7 +- setter/src/macos/time.c | 7 +- setter/src/macos/time.h | 26 +++++++- setter/src/macos/volume.c | 7 +- setter/src/macos/xattr.c | 7 +- setter/src/main.c | 7 +- setter/src/main.h | 7 +- setter/src/netware/attr.c | 7 +- setter/src/netware/deleted.c | 7 +- setter/src/netware/dirdepth.c | 7 +- setter/src/netware/filename.c | 7 +- setter/src/netware/files.c | 7 +- setter/src/netware/frag.c | 7 +- setter/src/netware/links.c | 7 +- setter/src/netware/netware.h | 7 +- setter/src/netware/os.c | 7 +- setter/src/netware/perms.c | 7 +- setter/src/netware/rsrcfork.c | 7 +- setter/src/netware/sparse.c | 7 +- setter/src/netware/time.c | 7 +- setter/src/netware/volume.c | 7 +- setter/src/netware/xattr.c | 7 +- setter/src/os2/16bit/os.c | 7 +- setter/src/os2/16bit/xattr.c | 7 +- setter/src/os2/16bit/xattr.h | 24 +++++++ setter/src/os2/32bit/os.c | 7 +- setter/src/os2/32bit/xattr.c | 7 +- setter/src/os2/attr.c | 7 +- setter/src/os2/attr.h | 24 +++++++ setter/src/os2/deleted.c | 7 +- setter/src/os2/dirdepth.c | 7 +- setter/src/os2/filename.c | 7 +- setter/src/os2/files.c | 7 +- setter/src/os2/frag.c | 7 +- setter/src/os2/links.c | 7 +- setter/src/os2/os2.h | 7 +- setter/src/os2/perms.c | 7 +- setter/src/os2/rsrcfork.c | 7 +- setter/src/os2/sparse.c | 7 +- setter/src/os2/time.c | 7 +- setter/src/os2/volume.c | 7 +- setter/src/unix/CMakeLists.txt | 24 +++++++ setter/src/unix/attr.c | 7 +- setter/src/unix/deleted.c | 7 +- setter/src/unix/dirdepth.c | 7 +- setter/src/unix/filename.c | 7 +- setter/src/unix/files.c | 7 +- setter/src/unix/frag.c | 7 +- setter/src/unix/links.c | 7 +- setter/src/unix/os.c | 7 +- setter/src/unix/perms.c | 7 +- setter/src/unix/perms.h | 7 +- setter/src/unix/rsrcfork.c | 7 +- setter/src/unix/sparse.c | 7 +- setter/src/unix/time.c | 7 +- setter/src/unix/unix.h | 7 +- setter/src/unix/volume.c | 7 +- setter/src/unix/xattr.c | 7 +- setter/src/win32/CMakeLists.txt | 24 +++++++ setter/src/win32/attr.c | 7 +- setter/src/win32/attr.h | 26 +++++++- setter/src/win32/deleted.c | 3 +- setter/src/win32/dirdepth.c | 7 +- setter/src/win32/filename.c | 7 +- setter/src/win32/files.c | 7 +- setter/src/win32/frag.c | 7 +- setter/src/win32/links.c | 7 +- setter/src/win32/links.h | 26 +++++++- setter/src/win32/os.c | 7 +- setter/src/win32/os.h | 26 +++++++- setter/src/win32/perms.c | 7 +- setter/src/win32/rsrcfork.c | 7 +- setter/src/win32/rsrcfork.h | 26 +++++++- setter/src/win32/sparse.c | 7 +- setter/src/win32/sparse.h | 26 +++++++- setter/src/win32/time.c | 7 +- setter/src/win32/time.h | 26 +++++++- setter/src/win32/volume.c | 7 +- setter/src/win32/volume.h | 26 +++++++- setter/src/win32/win32.h | 7 +- setter/src/win32/xattr.c | 7 +- setter/src/win32/xattr.h | 26 +++++++- 130 files changed, 696 insertions(+), 746 deletions(-) diff --git a/setter/CMakeLists.txt b/setter/CMakeLists.txt index a3c3d79..70da8e6 100644 --- a/setter/CMakeLists.txt +++ b/setter/CMakeLists.txt @@ -1,3 +1,27 @@ +# /**************************************************************************** +# Aaru Data Preservation Suite +# ----------------------------------------------------------------------------- +# +# Author(s) : Natalia Portillo +# +# --[ License ] --------------------------------------------------------------- +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# ----------------------------------------------------------------------------- +# Copyright (C) 2011-2021 Natalia Portillo +# *****************************************************************************/ + cmake_minimum_required(VERSION 2.20) project(setter C) diff --git a/setter/src/CMakeLists.txt b/setter/src/CMakeLists.txt index ea60758..3badd2f 100644 --- a/setter/src/CMakeLists.txt +++ b/setter/src/CMakeLists.txt @@ -1,3 +1,27 @@ +# /**************************************************************************** +# Aaru Data Preservation Suite +# ----------------------------------------------------------------------------- +# +# Author(s) : Natalia Portillo +# +# --[ License ] --------------------------------------------------------------- +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# ----------------------------------------------------------------------------- +# Copyright (C) 2011-2021 Natalia Portillo +# *****************************************************************************/ + set(MAIN_SOURCES main.c main.h) add_library(core ${MAIN_SOURCES}) diff --git a/setter/src/dos/CMakeLists.txt b/setter/src/dos/CMakeLists.txt index ba0d5da..d19b9b1 100644 --- a/setter/src/dos/CMakeLists.txt +++ b/setter/src/dos/CMakeLists.txt @@ -1,3 +1,27 @@ +# /**************************************************************************** +# Aaru Data Preservation Suite +# ----------------------------------------------------------------------------- +# +# Author(s) : Natalia Portillo +# +# --[ License ] --------------------------------------------------------------- +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# ----------------------------------------------------------------------------- +# Copyright (C) 2011-2021 Natalia Portillo +# *****************************************************************************/ + if(NOT DOS) return() endif() diff --git a/setter/src/dos/attr.c b/setter/src/dos/attr.c index 23a65fd..a919626 100644 --- a/setter/src/dos/attr.c +++ b/setter/src/dos/attr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/attr.h b/setter/src/dos/attr.h index 785f548..b75a620 100644 --- a/setter/src/dos/attr.h +++ b/setter/src/dos/attr.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/deleted.c b/setter/src/dos/deleted.c index 877037d..fffa95b 100644 --- a/setter/src/dos/deleted.c +++ b/setter/src/dos/deleted.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/dirdepth.c b/setter/src/dos/dirdepth.c index 7fc0fad..6ddd3b6 100644 --- a/setter/src/dos/dirdepth.c +++ b/setter/src/dos/dirdepth.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/dos.c b/setter/src/dos/dos.c index 9999374..84c5d3e 100644 --- a/setter/src/dos/dos.c +++ b/setter/src/dos/dos.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/dos.h b/setter/src/dos/dos.h index f632d75..caa3afe 100644 --- a/setter/src/dos/dos.h +++ b/setter/src/dos/dos.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/dosuname.c b/setter/src/dos/dosuname.c index 333aa02..414854b 100644 --- a/setter/src/dos/dosuname.c +++ b/setter/src/dos/dosuname.c @@ -2,82 +2,82 @@ Claunia.com ------------------------------------------------------------------------ - Filename : dosuname.c - Version : 0.09 - Author(s) : Natalia Portillo + Filename : dosuname.c + Version : 0.09 + Author(s) : Natalia Portillo - Component : UNAME for DOS + Component : UNAME for DOS --[ Description ]------------------------------------------------------- - Says the DOS type and version. + Says the DOS type and version. --[ History ] ---------------------------------------------------------- - 0.00: Original file by Natalia Portillo. No DOS type. - 0.01: Tested with following DOSes obtaining: - DOS DOS Version DOS OEM Code - DR-DOS 7.03 6.0 0x00 - FreeDOS Beta 4 6.22 0xFD - MS-DOS 3.20 3.20 0x00 - MS-DOS 3.30 3.30 0x00 - MS-DOS 4.01 4.0 0xFF - MS-DOS 5.00 5.0 0xFF - PC-DOS 3.30 3.30 0x00 - Windows 98 S.E. 7.10 0xFF - Windows 2000 5.0 0xFF - 0.02: Tested with the following DOSes obtaining: - DOS DOS Version DOS OEM Code - PTS-DOS 2000 6.22 0x66 - RxDOS 7.1.5 7.0 0x5E - 0.03: Almost remade from zero. - Now uses four functions of INT-21h to get almost all - DOS version information. - All detect stuff moved to int21h.c. - All defines moved to ver.h - 0.04: Implemented detection of DESQview, 4DOS and NDOS. - Implemented detection of the Windows version. - Implemented detection of OS/2. - Implemented detection of Windows Millenium (tested with beta 3). - 0.05: Corrected an error with minor versions of OS/2 2.x and 1.x - Implemented SoftICE debugger detection. But not tested. - Translated to spanish and french. - Corrected an error with DOS versions prior to 5.x when testing - the true DOS version - 0.06: Implemented detection of Windows XP. - Corrected an error with OS/2 2.x versions. - 0.07: Implemented a workaround so OS/2 3.x and upper versions can be - easily detected, without exact knowledge of the versions by - this program. - 0.08: Changed function parameters to use a struct. - 0.09: Use an enumeration for DOS flavor. + 0.00: Original file by Natalia Portillo. No DOS type. + 0.01: Tested with following DOSes obtaining: + DOS DOS Version DOS OEM Code + DR-DOS 7.03 6.0 0x00 + FreeDOS Beta 4 6.22 0xFD + MS-DOS 3.20 3.20 0x00 + MS-DOS 3.30 3.30 0x00 + MS-DOS 4.01 4.0 0xFF + MS-DOS 5.00 5.0 0xFF + PC-DOS 3.30 3.30 0x00 + Windows 98 S.E. 7.10 0xFF + Windows 2000 5.0 0xFF + 0.02: Tested with the following DOSes obtaining: + DOS DOS Version DOS OEM Code + PTS-DOS 2000 6.22 0x66 + RxDOS 7.1.5 7.0 0x5E + 0.03: Almost remade from zero. + Now uses four functions of INT-21h to get almost all + DOS version information. + All detect stuff moved to int21h.c. + All defines moved to ver.h + 0.04: Implemented detection of DESQview, 4DOS and NDOS. + Implemented detection of the Windows version. + Implemented detection of OS/2. + Implemented detection of Windows Millenium (tested with beta 3). + 0.05: Corrected an error with minor versions of OS/2 2.x and 1.x + Implemented SoftICE debugger detection. But not tested. + Translated to spanish and french. + Corrected an error with DOS versions prior to 5.x when testing + the true DOS version + 0.06: Implemented detection of Windows XP. + Corrected an error with OS/2 2.x versions. + 0.07: Implemented a workaround so OS/2 3.x and upper versions can be + easily detected, without exact knowledge of the versions by + this program. + 0.08: Changed function parameters to use a struct. + 0.09: Use an enumeration for DOS flavor. --[ How to compile ]---------------------------------------------------- - Recommended compiler Borland Turbo C++ 1.01 - http://community.borland.com/museum + Recommended compiler Borland Turbo C++ 1.01 + http://community.borland.com/museum --[ Where to get help/information ]------------------------------------- - This archaic and abandoned software is opensource with no warranty + This archaic and abandoned software is opensource with no warranty or help of any kind. For inquiries contact claunia@claunia.com. --[ License ] ---------------------------------------------------------- - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License,or (at your option) any later version. + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License,or (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not,write to the Free Software - Foundation,Inc.,59 Temple Place - Suite 330,Boston,MA 02111-1307,USA. + You should have received a copy of the GNU General Public License + along with this program; if not,write to the Free Software + Foundation,Inc.,59 Temple Place - Suite 330,Boston,MA 02111-1307,USA. ------------------------------------------------------------------------ Copyright (c) 2001-2021 Natalia Portillo diff --git a/setter/src/dos/dosuname.h b/setter/src/dos/dosuname.h index 7d5f2e9..c848753 100644 --- a/setter/src/dos/dosuname.h +++ b/setter/src/dos/dosuname.h @@ -2,42 +2,42 @@ Claunia.com ------------------------------------------------------------------------ - Filename : dosuname.h - Version : 0.09 - Author(s) : Natalia Portillo + Filename : dosuname.h + Version : 0.09 + Author(s) : Natalia Portillo - Component : UNAME for DOS + Component : UNAME for DOS --[ Description ]------------------------------------------------------- - Says the DOS type and version. + Says the DOS type and version. --[ How to compile ]---------------------------------------------------- - Recommended compiler Borland Turbo C++ 1.01 - http://community.borland.com/museum + Recommended compiler Borland Turbo C++ 1.01 + http://community.borland.com/museum --[ Where to get help/information ]------------------------------------- - This archaic and abandoned software is opensource with no warranty + This archaic and abandoned software is opensource with no warranty or help of any kind. For inquiries contact claunia@claunia.com. --[ License ] ---------------------------------------------------------- - This program is free software; you can redistribute it and/or - modify it under the terms of the GNU General Public License - as published by the Free Software Foundation; either version 2 - of the License,or (at your option) any later version. + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License,or (at your option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not,write to the Free Software - Foundation,Inc.,59 Temple Place - Suite 330,Boston,MA 02111-1307,USA. + You should have received a copy of the GNU General Public License + along with this program; if not,write to the Free Software + Foundation,Inc.,59 Temple Place - Suite 330,Boston,MA 02111-1307,USA. ------------------------------------------------------------------------ Copyright (c) 2001-2021 Natalia Portillo diff --git a/setter/src/dos/filename.c b/setter/src/dos/filename.c index e0b90f1..a14f5a3 100644 --- a/setter/src/dos/filename.c +++ b/setter/src/dos/filename.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/files.c b/setter/src/dos/files.c index 9b5b63d..5725d74 100644 --- a/setter/src/dos/files.c +++ b/setter/src/dos/files.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/frag.c b/setter/src/dos/frag.c index 74d9897..24525e1 100644 --- a/setter/src/dos/frag.c +++ b/setter/src/dos/frag.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/links.c b/setter/src/dos/links.c index 4c8832d..911ec4a 100644 --- a/setter/src/dos/links.c +++ b/setter/src/dos/links.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/os.c b/setter/src/dos/os.c index bae0b4c..045061c 100644 --- a/setter/src/dos/os.c +++ b/setter/src/dos/os.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/perms.c b/setter/src/dos/perms.c index fc3998c..ad89e74 100644 --- a/setter/src/dos/perms.c +++ b/setter/src/dos/perms.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/rsrcfork.c b/setter/src/dos/rsrcfork.c index dc438e0..9d7870d 100644 --- a/setter/src/dos/rsrcfork.c +++ b/setter/src/dos/rsrcfork.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/sparse.c b/setter/src/dos/sparse.c index d3f016a..6df1b06 100644 --- a/setter/src/dos/sparse.c +++ b/setter/src/dos/sparse.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/time.c b/setter/src/dos/time.c index ad880c9..fc9c622 100644 --- a/setter/src/dos/time.c +++ b/setter/src/dos/time.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/time.h b/setter/src/dos/time.h index 9134296..824a6aa 100644 --- a/setter/src/dos/time.h +++ b/setter/src/dos/time.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : time.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/volume.c b/setter/src/dos/volume.c index ac0b1b8..de768ae 100644 --- a/setter/src/dos/volume.c +++ b/setter/src/dos/volume.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/dos/xattr.c b/setter/src/dos/xattr.c index 6ee08ab..50e6465 100644 --- a/setter/src/dos/xattr.c +++ b/setter/src/dos/xattr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/include/consts.h b/setter/src/include/consts.h index 3bbdf7d..c9c0c3f 100644 --- a/setter/src/include/consts.h +++ b/setter/src/include/consts.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : consts.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Constants + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/include/defs.h b/setter/src/include/defs.h index 090477b..3e08f79 100644 --- a/setter/src/include/defs.h +++ b/setter/src/include/defs.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : defs.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/linux/CMakeLists.txt b/setter/src/linux/CMakeLists.txt index 8935df6..c7a9ac8 100644 --- a/setter/src/linux/CMakeLists.txt +++ b/setter/src/linux/CMakeLists.txt @@ -1,3 +1,27 @@ +# /**************************************************************************** +# Aaru Data Preservation Suite +# ----------------------------------------------------------------------------- +# +# Author(s) : Natalia Portillo +# +# --[ License ] --------------------------------------------------------------- +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# ----------------------------------------------------------------------------- +# Copyright (C) 2011-2021 Natalia Portillo +# *****************************************************************************/ + if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux") return() endif() diff --git a/setter/src/linux/attr.c b/setter/src/linux/attr.c index f426593..35158be 100644 --- a/setter/src/linux/attr.c +++ b/setter/src/linux/attr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : linux.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Linux implementations + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/linux/attr.h b/setter/src/linux/attr.h index 7389c82..e27e6d7 100644 --- a/setter/src/linux/attr.h +++ b/setter/src/linux/attr.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : attr.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/linux/linux.h b/setter/src/linux/linux.h index 9d3975c..33fd5a3 100644 --- a/setter/src/linux/linux.h +++ b/setter/src/linux/linux.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : linux.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Linux definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/linux/sparse.c b/setter/src/linux/sparse.c index 100c708..4a18a65 100644 --- a/setter/src/linux/sparse.c +++ b/setter/src/linux/sparse.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : sparse.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Linux implementations + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/linux/xattr.c b/setter/src/linux/xattr.c index 0f76348..b2ab248 100644 --- a/setter/src/linux/xattr.c +++ b/setter/src/linux/xattr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : xattr.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Linux implementations + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/CMakeLists.txt b/setter/src/macos/CMakeLists.txt index f2eef38..60aa8dc 100644 --- a/setter/src/macos/CMakeLists.txt +++ b/setter/src/macos/CMakeLists.txt @@ -1,3 +1,27 @@ +# /**************************************************************************** +# Aaru Data Preservation Suite +# ----------------------------------------------------------------------------- +# +# Author(s) : Natalia Portillo +# +# --[ License ] --------------------------------------------------------------- +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# ----------------------------------------------------------------------------- +# Copyright (C) 2011-2021 Natalia Portillo +# *****************************************************************************/ + if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Retro68" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "RetroPPC") return() endif() diff --git a/setter/src/macos/attr.c b/setter/src/macos/attr.c index 42d1596..8090e64 100644 --- a/setter/src/macos/attr.c +++ b/setter/src/macos/attr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/attr.h b/setter/src/macos/attr.h index 0f62f16..bab5174 100644 --- a/setter/src/macos/attr.h +++ b/setter/src/macos/attr.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 12/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_MACOS_ATTR_H_ #define SETTER_SRC_MACOS_ATTR_H_ diff --git a/setter/src/macos/deleted.c b/setter/src/macos/deleted.c index 900a363..d6831a2 100644 --- a/setter/src/macos/deleted.c +++ b/setter/src/macos/deleted.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/dirdepth.c b/setter/src/macos/dirdepth.c index 69ecb32..0ae38e1 100644 --- a/setter/src/macos/dirdepth.c +++ b/setter/src/macos/dirdepth.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/filename.c b/setter/src/macos/filename.c index 48f474e..09b4273 100644 --- a/setter/src/macos/filename.c +++ b/setter/src/macos/filename.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/files.c b/setter/src/macos/files.c index 0493c32..afe55d6 100644 --- a/setter/src/macos/files.c +++ b/setter/src/macos/files.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/frag.c b/setter/src/macos/frag.c index ab2d993..df2a03b 100644 --- a/setter/src/macos/frag.c +++ b/setter/src/macos/frag.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/links.c b/setter/src/macos/links.c index f879900..f849c13 100644 --- a/setter/src/macos/links.c +++ b/setter/src/macos/links.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/links.h b/setter/src/macos/links.h index 7226b51..c733f70 100644 --- a/setter/src/macos/links.h +++ b/setter/src/macos/links.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 12/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_MACOS_LINKS_H_ #define SETTER_SRC_MACOS_LINKS_H_ diff --git a/setter/src/macos/macos.h b/setter/src/macos/macos.h index b522150..12347a1 100644 --- a/setter/src/macos/macos.h +++ b/setter/src/macos/macos.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS definitions. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/macos.r b/setter/src/macos/macos.r index 97de8c2..aef0af0 100644 --- a/setter/src/macos/macos.r +++ b/setter/src/macos/macos.r @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.r -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS resources + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/os.c b/setter/src/macos/os.c index 3ae5df5..c84b4e8 100644 --- a/setter/src/macos/os.c +++ b/setter/src/macos/os.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/perms.c b/setter/src/macos/perms.c index 756bded..ad89e74 100644 --- a/setter/src/macos/perms.c +++ b/setter/src/macos/perms.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/retro68.h b/setter/src/macos/retro68.h index 9f87dda..547bf81 100644 --- a/setter/src/macos/retro68.h +++ b/setter/src/macos/retro68.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 12/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_MACOS_RETRO68_H_ #define SETTER_SRC_MACOS_RETRO68_H_ diff --git a/setter/src/macos/rsrcfork.c b/setter/src/macos/rsrcfork.c index 3e10b3e..1528548 100644 --- a/setter/src/macos/rsrcfork.c +++ b/setter/src/macos/rsrcfork.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/rsrcfork.h b/setter/src/macos/rsrcfork.h index e71ddc3..71b41a1 100644 --- a/setter/src/macos/rsrcfork.h +++ b/setter/src/macos/rsrcfork.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 12/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_MACOS_RSRCFORK_H_ #define SETTER_SRC_MACOS_RSRCFORK_H_ diff --git a/setter/src/macos/sparse.c b/setter/src/macos/sparse.c index f34edaf..6df1b06 100644 --- a/setter/src/macos/sparse.c +++ b/setter/src/macos/sparse.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/time.c b/setter/src/macos/time.c index def49e4..1331dbd 100644 --- a/setter/src/macos/time.c +++ b/setter/src/macos/time.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/time.h b/setter/src/macos/time.h index 5ea0868..c400ead 100644 --- a/setter/src/macos/time.h +++ b/setter/src/macos/time.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 12/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_MACOS_TIME_H_ #define SETTER_SRC_MACOS_TIME_H_ diff --git a/setter/src/macos/volume.c b/setter/src/macos/volume.c index 28b7a4a..11750ce 100644 --- a/setter/src/macos/volume.c +++ b/setter/src/macos/volume.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/macos/xattr.c b/setter/src/macos/xattr.c index 00bb839..50e6465 100644 --- a/setter/src/macos/xattr.c +++ b/setter/src/macos/xattr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : macos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains Mac OS code. + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/main.c b/setter/src/main.c index 2531ed8..f3102fe 100644 --- a/setter/src/main.c +++ b/setter/src/main.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : main.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains global definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/main.h b/setter/src/main.h index 8a12884..ae7e254 100644 --- a/setter/src/main.h +++ b/setter/src/main.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : main.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains global definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/attr.c b/setter/src/netware/attr.c index f5309ea..e174d59 100644 --- a/setter/src/netware/attr.c +++ b/setter/src/netware/attr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/deleted.c b/setter/src/netware/deleted.c index 26f92ac..976b58a 100644 --- a/setter/src/netware/deleted.c +++ b/setter/src/netware/deleted.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/dirdepth.c b/setter/src/netware/dirdepth.c index 363e1af..d3a942d 100644 --- a/setter/src/netware/dirdepth.c +++ b/setter/src/netware/dirdepth.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/filename.c b/setter/src/netware/filename.c index e32c55b..7c11daf 100644 --- a/setter/src/netware/filename.c +++ b/setter/src/netware/filename.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/files.c b/setter/src/netware/files.c index efc1ee6..0a6d5c5 100644 --- a/setter/src/netware/files.c +++ b/setter/src/netware/files.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/frag.c b/setter/src/netware/frag.c index f343ddf..5c1b025 100644 --- a/setter/src/netware/frag.c +++ b/setter/src/netware/frag.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/links.c b/setter/src/netware/links.c index e24bf48..53d171b 100644 --- a/setter/src/netware/links.c +++ b/setter/src/netware/links.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/netware.h b/setter/src/netware/netware.h index 2764fc2..0f5f2fe 100644 --- a/setter/src/netware/netware.h +++ b/setter/src/netware/netware.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/os.c b/setter/src/netware/os.c index 0b551d8..ae09077 100644 --- a/setter/src/netware/os.c +++ b/setter/src/netware/os.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/perms.c b/setter/src/netware/perms.c index 9d93909..66a7520 100644 --- a/setter/src/netware/perms.c +++ b/setter/src/netware/perms.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/rsrcfork.c b/setter/src/netware/rsrcfork.c index 77a8df0..aaf2d92 100644 --- a/setter/src/netware/rsrcfork.c +++ b/setter/src/netware/rsrcfork.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/sparse.c b/setter/src/netware/sparse.c index f153b34..84b688f 100644 --- a/setter/src/netware/sparse.c +++ b/setter/src/netware/sparse.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/time.c b/setter/src/netware/time.c index e74488a..5f6b370 100644 --- a/setter/src/netware/time.c +++ b/setter/src/netware/time.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/volume.c b/setter/src/netware/volume.c index b8f3875..e09741e 100644 --- a/setter/src/netware/volume.c +++ b/setter/src/netware/volume.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/netware/xattr.c b/setter/src/netware/xattr.c index 9d384f4..e7ae836 100644 --- a/setter/src/netware/xattr.c +++ b/setter/src/netware/xattr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dos.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains DOS code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/16bit/os.c b/setter/src/os2/16bit/os.c index f9d2add..2f344a9 100644 --- a/setter/src/os2/16bit/os.c +++ b/setter/src/os2/16bit/os.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/16bit/xattr.c b/setter/src/os2/16bit/xattr.c index ea17301..5732174 100644 --- a/setter/src/os2/16bit/xattr.c +++ b/setter/src/os2/16bit/xattr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/16bit/xattr.h b/setter/src/os2/16bit/xattr.h index 67f4abb..abf5ca6 100644 --- a/setter/src/os2/16bit/xattr.h +++ b/setter/src/os2/16bit/xattr.h @@ -1,3 +1,27 @@ +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ + unsigned char CommentsEA[72] = { 0x45, 0x00, 0x00, 0x00, 0x00, 0x09, 0x33, 0x00, 0x2E, 0x43, 0x4F, 0x4D, 0x4D, 0x45, 0x4E, 0x54, 0x53, 0x00, 0xFD, 0xFF, 0x2E, 0x00, 0x54, 0x68, 0x69, 0x73, 0x20, 0x45, 0x41, 0x20, 0x63, 0x6F, 0x6E, 0x74, 0x61, 0x69, diff --git a/setter/src/os2/32bit/os.c b/setter/src/os2/32bit/os.c index 88fd433..500b7a4 100644 --- a/setter/src/os2/32bit/os.c +++ b/setter/src/os2/32bit/os.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/32bit/xattr.c b/setter/src/os2/32bit/xattr.c index 74c7346..bfec9ab 100644 --- a/setter/src/os2/32bit/xattr.c +++ b/setter/src/os2/32bit/xattr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/attr.c b/setter/src/os2/attr.c index 0b24516..cc641b8 100644 --- a/setter/src/os2/attr.c +++ b/setter/src/os2/attr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : attr.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/attr.h b/setter/src/os2/attr.h index 5bc992d..f1e766a 100644 --- a/setter/src/os2/attr.h +++ b/setter/src/os2/attr.h @@ -1,3 +1,27 @@ +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ + #ifndef SETTER_SRC_OS2_ATTR_H_ #define SETTER_SRC_OS2_ATTR_H_ diff --git a/setter/src/os2/deleted.c b/setter/src/os2/deleted.c index 73d96d9..ccc6477 100644 --- a/setter/src/os2/deleted.c +++ b/setter/src/os2/deleted.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/dirdepth.c b/setter/src/os2/dirdepth.c index 75107b6..f038e4d 100644 --- a/setter/src/os2/dirdepth.c +++ b/setter/src/os2/dirdepth.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/filename.c b/setter/src/os2/filename.c index db64982..8695aaf 100644 --- a/setter/src/os2/filename.c +++ b/setter/src/os2/filename.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/files.c b/setter/src/os2/files.c index b323d99..6634b45 100644 --- a/setter/src/os2/files.c +++ b/setter/src/os2/files.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/frag.c b/setter/src/os2/frag.c index 76f5c2d..a4d099b 100644 --- a/setter/src/os2/frag.c +++ b/setter/src/os2/frag.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/links.c b/setter/src/os2/links.c index e0fec52..2d286c7 100644 --- a/setter/src/os2/links.c +++ b/setter/src/os2/links.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/os2.h b/setter/src/os2/os2.h index 0b4e494..3ef1d9d 100644 --- a/setter/src/os2/os2.h +++ b/setter/src/os2/os2.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/perms.c b/setter/src/os2/perms.c index 091b057..b1adf1e 100644 --- a/setter/src/os2/perms.c +++ b/setter/src/os2/perms.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/rsrcfork.c b/setter/src/os2/rsrcfork.c index a5de588..0c00ba2 100644 --- a/setter/src/os2/rsrcfork.c +++ b/setter/src/os2/rsrcfork.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/sparse.c b/setter/src/os2/sparse.c index 58308c8..9acb461 100644 --- a/setter/src/os2/sparse.c +++ b/setter/src/os2/sparse.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/time.c b/setter/src/os2/time.c index 6f3c210..810dcf0 100644 --- a/setter/src/os2/time.c +++ b/setter/src/os2/time.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/os2/volume.c b/setter/src/os2/volume.c index d1e8712..ae8b92d 100644 --- a/setter/src/os2/volume.c +++ b/setter/src/os2/volume.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os2_16.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 16-bit OS/2 code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/CMakeLists.txt b/setter/src/unix/CMakeLists.txt index 26e0326..0266a98 100644 --- a/setter/src/unix/CMakeLists.txt +++ b/setter/src/unix/CMakeLists.txt @@ -1,3 +1,27 @@ +# /**************************************************************************** +# Aaru Data Preservation Suite +# ----------------------------------------------------------------------------- +# +# Author(s) : Natalia Portillo +# +# --[ License ] --------------------------------------------------------------- +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# ----------------------------------------------------------------------------- +# Copyright (C) 2011-2021 Natalia Portillo +# *****************************************************************************/ + if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux") return() endif() diff --git a/setter/src/unix/attr.c b/setter/src/unix/attr.c index b333bf0..6bb108f 100644 --- a/setter/src/unix/attr.c +++ b/setter/src/unix/attr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : attr.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/deleted.c b/setter/src/unix/deleted.c index 1618d6f..0d934c2 100644 --- a/setter/src/unix/deleted.c +++ b/setter/src/unix/deleted.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : deleted.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/dirdepth.c b/setter/src/unix/dirdepth.c index 9ebe134..ca33237 100644 --- a/setter/src/unix/dirdepth.c +++ b/setter/src/unix/dirdepth.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : dirdepth.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/filename.c b/setter/src/unix/filename.c index debd783..04ac109 100644 --- a/setter/src/unix/filename.c +++ b/setter/src/unix/filename.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : filename.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/files.c b/setter/src/unix/files.c index e4413ed..2d84cfa 100644 --- a/setter/src/unix/files.c +++ b/setter/src/unix/files.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : files.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/frag.c b/setter/src/unix/frag.c index 4b38073..5f3aba6 100644 --- a/setter/src/unix/frag.c +++ b/setter/src/unix/frag.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : frag.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/links.c b/setter/src/unix/links.c index beca67d..3d58b5c 100644 --- a/setter/src/unix/links.c +++ b/setter/src/unix/links.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : links.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/os.c b/setter/src/unix/os.c index 149cf62..162452f 100644 --- a/setter/src/unix/os.c +++ b/setter/src/unix/os.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : os.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/perms.c b/setter/src/unix/perms.c index 734d16e..3304e92 100644 --- a/setter/src/unix/perms.c +++ b/setter/src/unix/perms.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : perms.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/perms.h b/setter/src/unix/perms.h index c79c7fd..694913b 100644 --- a/setter/src/unix/perms.h +++ b/setter/src/unix/perms.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : perms.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/rsrcfork.c b/setter/src/unix/rsrcfork.c index cade7e9..bde6461 100644 --- a/setter/src/unix/rsrcfork.c +++ b/setter/src/unix/rsrcfork.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : rsrcfork.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/sparse.c b/setter/src/unix/sparse.c index dcbce63..fb2559f 100644 --- a/setter/src/unix/sparse.c +++ b/setter/src/unix/sparse.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : sparse.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/time.c b/setter/src/unix/time.c index b762723..6110d30 100644 --- a/setter/src/unix/time.c +++ b/setter/src/unix/time.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : time.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/unix.h b/setter/src/unix/unix.h index b4999fd..3984ebe 100644 --- a/setter/src/unix/unix.h +++ b/setter/src/unix/unix.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : unix.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains UNIX definitions + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/volume.c b/setter/src/unix/volume.c index 1cf89ff..c2e7c08 100644 --- a/setter/src/unix/volume.c +++ b/setter/src/unix/volume.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : volume.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/unix/xattr.c b/setter/src/unix/xattr.c index bfb631c..d4fa31f 100644 --- a/setter/src/unix/xattr.c +++ b/setter/src/unix/xattr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : xattr.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains common implementations for UNIX family and compatibles + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/CMakeLists.txt b/setter/src/win32/CMakeLists.txt index 9e5300b..b00f582 100644 --- a/setter/src/win32/CMakeLists.txt +++ b/setter/src/win32/CMakeLists.txt @@ -1,3 +1,27 @@ +# /**************************************************************************** +# Aaru Data Preservation Suite +# ----------------------------------------------------------------------------- +# +# Author(s) : Natalia Portillo +# +# --[ License ] --------------------------------------------------------------- +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as +# published by the Free Software Foundation, either version 3 of the +# License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# +# ----------------------------------------------------------------------------- +# Copyright (C) 2011-2021 Natalia Portillo +# *****************************************************************************/ + if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Windows") return() endif() diff --git a/setter/src/win32/attr.c b/setter/src/win32/attr.c index f9442fa..000562f 100644 --- a/setter/src/win32/attr.c +++ b/setter/src/win32/attr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/attr.h b/setter/src/win32/attr.h index 45a969b..711e83c 100644 --- a/setter/src/win32/attr.h +++ b/setter/src/win32/attr.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 11/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_WIN32_ATTR_H_ #define SETTER_SRC_WIN32_ATTR_H_ diff --git a/setter/src/win32/deleted.c b/setter/src/win32/deleted.c index f9e11a8..cb57119 100644 --- a/setter/src/win32/deleted.c +++ b/setter/src/win32/deleted.c @@ -2,8 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo + Author(s) : Natalia Portillo --[ Description ] ----------------------------------------------------------- diff --git a/setter/src/win32/dirdepth.c b/setter/src/win32/dirdepth.c index e497e55..6145e2d 100644 --- a/setter/src/win32/dirdepth.c +++ b/setter/src/win32/dirdepth.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/filename.c b/setter/src/win32/filename.c index 7c38dc2..544ef8c 100644 --- a/setter/src/win32/filename.c +++ b/setter/src/win32/filename.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/files.c b/setter/src/win32/files.c index d2be6b5..4d859e9 100644 --- a/setter/src/win32/files.c +++ b/setter/src/win32/files.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/frag.c b/setter/src/win32/frag.c index e8c28b6..058855c 100644 --- a/setter/src/win32/frag.c +++ b/setter/src/win32/frag.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/links.c b/setter/src/win32/links.c index 86e6369..6440f8d 100644 --- a/setter/src/win32/links.c +++ b/setter/src/win32/links.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/links.h b/setter/src/win32/links.h index 73a6311..ea960e6 100644 --- a/setter/src/win32/links.h +++ b/setter/src/win32/links.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 11/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_WIN32_LINKS_H_ #define SETTER_SRC_WIN32_LINKS_H_ diff --git a/setter/src/win32/os.c b/setter/src/win32/os.c index 0c2030a..984c6f3 100644 --- a/setter/src/win32/os.c +++ b/setter/src/win32/os.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/os.h b/setter/src/win32/os.h index 28c9585..04c3d67 100644 --- a/setter/src/win32/os.h +++ b/setter/src/win32/os.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 11/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_WIN32_OS_H_ #define SETTER_SRC_WIN32_OS_H_ diff --git a/setter/src/win32/perms.c b/setter/src/win32/perms.c index 87acb59..14e042c 100644 --- a/setter/src/win32/perms.c +++ b/setter/src/win32/perms.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/rsrcfork.c b/setter/src/win32/rsrcfork.c index cd25c0b..e63f61c 100644 --- a/setter/src/win32/rsrcfork.c +++ b/setter/src/win32/rsrcfork.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/rsrcfork.h b/setter/src/win32/rsrcfork.h index b8a4cef..1abb5b5 100644 --- a/setter/src/win32/rsrcfork.h +++ b/setter/src/win32/rsrcfork.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 11/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_WIN32_RSRCFORK_H_ #define SETTER_SRC_WIN32_RSRCFORK_H_ diff --git a/setter/src/win32/sparse.c b/setter/src/win32/sparse.c index b526db1..463294a 100644 --- a/setter/src/win32/sparse.c +++ b/setter/src/win32/sparse.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/sparse.h b/setter/src/win32/sparse.h index 5c8294a..0cdf931 100644 --- a/setter/src/win32/sparse.h +++ b/setter/src/win32/sparse.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 11/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_WIN32_SPARSE_H_ #define SETTER_SRC_WIN32_SPARSE_H_ diff --git a/setter/src/win32/time.c b/setter/src/win32/time.c index e371bf2..cae8f7f 100644 --- a/setter/src/win32/time.c +++ b/setter/src/win32/time.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/time.h b/setter/src/win32/time.h index 1a2a657..9e95b5e 100644 --- a/setter/src/win32/time.h +++ b/setter/src/win32/time.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 11/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_WIN32_TIME_H_ #define SETTER_SRC_WIN32_TIME_H_ diff --git a/setter/src/win32/volume.c b/setter/src/win32/volume.c index d95a3a2..ea7b3b7 100644 --- a/setter/src/win32/volume.c +++ b/setter/src/win32/volume.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/volume.h b/setter/src/win32/volume.h index 930c568..f9b21d8 100644 --- a/setter/src/win32/volume.h +++ b/setter/src/win32/volume.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 11/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_WIN32_VOLUME_H_ #define SETTER_SRC_WIN32_VOLUME_H_ diff --git a/setter/src/win32/win32.h b/setter/src/win32/win32.h index 9bbd766..13fb85d 100644 --- a/setter/src/win32/win32.h +++ b/setter/src/win32/win32.h @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.h -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows declarations + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/xattr.c b/setter/src/win32/xattr.c index c65c6ca..2b4719b 100644 --- a/setter/src/win32/xattr.c +++ b/setter/src/win32/xattr.c @@ -2,12 +2,7 @@ Aaru Data Preservation Suite ----------------------------------------------------------------------------- -Filename : win32.c -Author(s) : Natalia Portillo - ---[ Description ] ----------------------------------------------------------- - -Contains 32-bit and 64-bit Windows code + Author(s) : Natalia Portillo --[ License ] --------------------------------------------------------------- This program is free software: you can redistribute it and/or modify diff --git a/setter/src/win32/xattr.h b/setter/src/win32/xattr.h index ccb6b62..896bc77 100644 --- a/setter/src/win32/xattr.h +++ b/setter/src/win32/xattr.h @@ -1,6 +1,26 @@ -// -// Created by claunia on 11/3/21. -// +/**************************************************************************** +Aaru Data Preservation Suite +----------------------------------------------------------------------------- + + Author(s) : Natalia Portillo + +--[ License ] --------------------------------------------------------------- + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as + published by the Free Software Foundation, either version 3 of the + License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +----------------------------------------------------------------------------- +Copyright (C) 2011-2021 Natalia Portillo +*****************************************************************************/ #ifndef SETTER_SRC_WIN32_XATTR_H_ #define SETTER_SRC_WIN32_XATTR_H_