Skip to content

Commit

Permalink
remove project names other than Free FDISK
Browse files Browse the repository at this point in the history
  • Loading branch information
boeckmann committed Jul 15, 2023
1 parent 82e8a51 commit 7cf8d2f
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ systems.
## Copyright

This program is Copyright 1998 - 2023 by Brian E. Reifsnyder and The FreeDOS
Community under the terms of the GNU General Public License, version 2.
Project under the terms of the GNU General Public License, version 2.

This program comes as-is and without warranty of any kind. The author of
this software assumes no responsibility pertaining to the use or mis-use of
Expand Down
2 changes: 1 addition & 1 deletion appinfo/fdisk.de
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Begin3
Language: DE, 850, German (Standard)
Title: Fdisk
Title: Free FDISK
Description: Festplattenpartitionierungstool.
Summary: Festplattenpartitionierungstool zum Erstellen, L�schen und Anschauen von Festplattenpartitionen.
Keywords: fdisk, format, hard drive, Festplatte, FAT16, FAT32, Partition, mbr
Expand Down
2 changes: 1 addition & 1 deletion appinfo/fdisk.fr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Begin3
Language: FR, 850, French (Standard)
Title: Fdisk
Title: Free FDISK
Description: Outil de partitionnement Fixed disk
Summary: Outil pour cr�er, effacer et afficher les partitions du disque dur.
Keywords: fdisk, formater, disque dur, partition, fat16, fat32, partition, mbr
Expand Down
4 changes: 2 additions & 2 deletions appinfo/fdisk.lsm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Begin3
Title: Fdisk
Version: 1.3.7
Title: Free FDISK
Version: 1.3.8
Entered-date: 2023-06-26
Description: Fixed disk partition tool
Summary: Fixed disk partition tool to create, delete and view hard disk
Expand Down
2 changes: 1 addition & 1 deletion appinfo/fdisk.sv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Begin3
Language: SV, 850, Swedish
Title: Fdisk
Title: Free FDISK
Description: Verktyg f”r fixa diskar - skapa partitioner.
Keywords: fdisk, formatera, h†rddisk, partition, fat16, fat32, partition, mbr
End
2 changes: 1 addition & 1 deletion appinfo/fdisk.tr
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Begin3
Language: TR, 857, Turkish
Title: Fdisk
Title: Free FDISK
Description: Sabit disk b�l�mleme arac�
Summary: Sabit disk b�l�mlerini olu�turmak, silmek ve g�r�nt�lemek i�in sabit disk b�l�mleme arac�.
Keywords: fdisk, bi�imlendir, sabit disk, b�l�m, fat16, fat32, b�l�m, mbr
Expand Down
6 changes: 3 additions & 3 deletions doc/fdisk/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Free FDISK Change Log
=====================

Version 1.?.? (2023-??-??)
Version 1.3.8 (2023-??-??)
--------------------------
Bugfixes:
- MEDIUM: Fix FDISK not reporting an error if partition table can not be
Expand All @@ -19,10 +19,10 @@ Bugfixes:
in some situations.

Changes:
- FDISK is translated to the following languages:
German, French, Turkish, and partially to Polish
- Prohibit deletion of DOS partitions from the Non-DOS partition removal
menu.
- Program is now translatable, with german being the first non-english
language supported.
- Program can be build with I16-GCC.
- Support for Borland / Turbo C was dropped.

Expand Down
2 changes: 1 addition & 1 deletion doc/fdisk/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Compatibility options:
/X Disables ext. INT 13 and LBA for the following commands
This program is Copyright 1998 - 2023 by Brian E. Reifsnyder and
The FreeDOS Community under the terms of the GNU General Public License,
The FreeDOS Project under the terms of the GNU General Public License,
version 2.
This program comes as-is and without warranty of any kind. The author of
Expand Down
4 changes: 0 additions & 4 deletions source/fdisk/bootnorm.asm
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ cont: mov ds, ax
xor ax,ax
mov es,ax

; call print
; db "FreeDOS MBR...",0


; search for active partition
lea di, [bp+0x1be] ; start of partition table
test_next_for_active:
Expand Down
2 changes: 1 addition & 1 deletion source/fdisk/main.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
// Program: Free FDISK
// Written by: Brian E. Reifsnyder and The FreeDOS Community
// Written by: Brian E. Reifsnyder and The FreeDOS Project
// Copyright: 1998-2023 under the terms of the GNU GPL, Version 2
*/

Expand Down
2 changes: 1 addition & 1 deletion source/fdisk/nls/en_utf8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
0.101: /X Disables ext. INT 13 and LBA for the following commands
0.102:\t
0.200:This program is Copyright %s by Brian E. Reifsnyder and
0.201:The FreeDOS Community under the terms of the GNU General Public License,
0.201:The FreeDOS Project under the terms of the GNU General Public License,
0.202:version 2.
0.203:\t
0.204:This program comes as-is and without warranty of any kind. The author of
Expand Down

0 comments on commit 7cf8d2f

Please sign in to comment.