Fix file headers.

This commit is contained in:
2021-03-14 19:14:41 +00:00
parent 6c75daa1ae
commit 7cc2dcd989
130 changed files with 696 additions and 746 deletions

View File

@@ -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 <http://www.gnu.org/licenses/>.
#
# -----------------------------------------------------------------------------
# Copyright (C) 2011-2021 Natalia Portillo
# *****************************************************************************/
set(MAIN_SOURCES main.c main.h)
add_library(core ${MAIN_SOURCES})

View File

@@ -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 <http://www.gnu.org/licenses/>.
#
# -----------------------------------------------------------------------------
# Copyright (C) 2011-2021 Natalia Portillo
# *****************************************************************************/
if(NOT DOS)
return()
endif()

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
#
# -----------------------------------------------------------------------------
# Copyright (C) 2011-2021 Natalia Portillo
# *****************************************************************************/
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
return()
endif()

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
#
# -----------------------------------------------------------------------------
# Copyright (C) 2011-2021 Natalia Portillo
# *****************************************************************************/
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Retro68" AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "RetroPPC")
return()
endif()

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_ATTR_H_
#define SETTER_SRC_MACOS_ATTR_H_

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_LINKS_H_
#define SETTER_SRC_MACOS_LINKS_H_

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_RETRO68_H_
#define SETTER_SRC_MACOS_RETRO68_H_

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_RSRCFORK_H_
#define SETTER_SRC_MACOS_RSRCFORK_H_

View File

@@ -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

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_MACOS_TIME_H_
#define SETTER_SRC_MACOS_TIME_H_

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
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,

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
-----------------------------------------------------------------------------
Copyright (C) 2011-2021 Natalia Portillo
*****************************************************************************/
#ifndef SETTER_SRC_OS2_ATTR_H_
#define SETTER_SRC_OS2_ATTR_H_

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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 <http://www.gnu.org/licenses/>.
#
# -----------------------------------------------------------------------------
# Copyright (C) 2011-2021 Natalia Portillo
# *****************************************************************************/
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Linux")
return()
endif()

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

Some files were not shown because too many files have changed in this diff Show More