]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - README
ncurses 6.3 - patch 20211030
[ncurses.git] / README
diff --git a/README b/README
index c509352b785e01adc58e05b976093cc748bb46be..84998f232edfc664b7f492a7ac559d49234c6f58 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,6 @@
 -------------------------------------------------------------------------------
--- Copyright (c) 1998-2011,2012 Free Software Foundation, Inc.               --
+-- Copyright 2020,2021 Thomas E. Dickey                                      --
+-- Copyright 1998-2012,2018 Free Software Foundation, Inc.                   --
 --                                                                           --
 -- Permission is hereby granted, free of charge, to any person obtaining a   --
 -- copy of this software and associated documentation files (the             --
@@ -25,7 +26,7 @@
 -- sale, use or other dealings in this Software without prior written        --
 -- authorization.                                                            --
 -------------------------------------------------------------------------------
--- $Id: README,v 1.25 2012/08/11 20:11:26 tom Exp $
+-- $Id: README,v 1.29 2021/06/17 21:20:30 tom Exp $
 -------------------------------------------------------------------------------
                README file for the ncurses package
 
@@ -36,7 +37,7 @@ See the file TO-DO for things that still need doing, including known bugs.
 
 Browse the file misc/ncurses-intro.html for narrative descriptions of how
 to use ncurses and the panel, menu, and form libraries.
+
 Browse the file doc/html/hackguide.html for a tour of the package internals.
 
 ROADMAP AND PACKAGE OVERVIEW:
@@ -44,7 +45,7 @@ ROADMAP AND PACKAGE OVERVIEW:
 You should be reading this file in a directory called:  ncurses-d.d, where d.d
 is the current version number (see the dist.mk file in this directory for
 that).  There should be a number of subdirectories, including `c++', `form',
-`man', `menu', `misc', `ncurses', `panel', `progs', `test', 'tack' and `Ada95'. 
+`man', `menu', `misc', `ncurses', `panel', `progs', `test', 'tack' and `Ada95'.
 (The 'tack' program may be distributed separately).
 
 A full build/install of this package typically installs several libraries, a
@@ -148,7 +149,7 @@ help you systematically exercise the library functions.
 
 AUTHORS:
 
-Pavel Curtis: 
+Pavel Curtis:
        wrote the original ncurses
 
 Zeyd M. Ben-Halim:
@@ -161,7 +162,7 @@ Thomas Dickey (maintainer for 1.9.9g through 4.1, resuming with FSF's 5.0):
        bug fixes -- more than half of those enumerated in NEWS beginning with
        the internal release 1.8.9, see
 
-               http://invisible-island.net/personal/changelogs.html
+               https://invisible-island.net/personal/changelogs.html
 
 Florian La Roche (official maintainer for FSF's ncurses 4.2)
        Beginning with release 4.2, ncurses is distributed under an MIT-style