diff options
author | Eduardo Chappa <chappa@washington.edu> | 2017-03-17 18:07:56 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2017-03-17 18:07:56 -0600 |
commit | 672d6838a9babf2faeb9f79267525a4ab9d20b14 (patch) | |
tree | 61d94a4d02a04c47c5b63746a262bc476645929b /pico/osdep | |
parent | 6278103d269e6882bb26a770c1f25bcd3e20ff13 (diff) | |
download | alpine-672d6838a9babf2faeb9f79267525a4ab9d20b14.tar.xz |
* New version 2.21
Diffstat (limited to 'pico/osdep')
-rw-r--r-- | pico/osdep/altedit.c | 2 | ||||
-rw-r--r-- | pico/osdep/altedit.h | 2 | ||||
-rw-r--r-- | pico/osdep/chkpoint.c | 2 | ||||
-rw-r--r-- | pico/osdep/color.c | 2 | ||||
-rw-r--r-- | pico/osdep/color.h | 2 | ||||
-rw-r--r-- | pico/osdep/filesys.c | 2 | ||||
-rw-r--r-- | pico/osdep/filesys.h | 2 | ||||
-rw-r--r-- | pico/osdep/getkey.c | 2 | ||||
-rw-r--r-- | pico/osdep/mouse.c | 2 | ||||
-rw-r--r-- | pico/osdep/msdlg.c | 2 | ||||
-rw-r--r-- | pico/osdep/msmenu.h | 2 | ||||
-rw-r--r-- | pico/osdep/mswin.c | 2 | ||||
-rw-r--r-- | pico/osdep/mswin.h | 2 | ||||
-rw-r--r-- | pico/osdep/mswin.rc | 4 | ||||
-rw-r--r-- | pico/osdep/mswin_tw.c | 2 | ||||
-rw-r--r-- | pico/osdep/mswin_tw.h | 2 | ||||
-rw-r--r-- | pico/osdep/newmail.c | 2 | ||||
-rw-r--r-- | pico/osdep/shell.c | 2 | ||||
-rw-r--r-- | pico/osdep/signals.c | 2 | ||||
-rw-r--r-- | pico/osdep/spell.c | 2 | ||||
-rw-r--r-- | pico/osdep/terminal.c | 2 | ||||
-rw-r--r-- | pico/osdep/tty.c | 2 |
22 files changed, 23 insertions, 23 deletions
diff --git a/pico/osdep/altedit.c b/pico/osdep/altedit.c index ba7ed729..f7224136 100644 --- a/pico/osdep/altedit.c +++ b/pico/osdep/altedit.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: altedit.c 854 2007-12-07 17:44:43Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/altedit.h b/pico/osdep/altedit.h index 14689380..937c1417 100644 --- a/pico/osdep/altedit.h +++ b/pico/osdep/altedit.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/chkpoint.c b/pico/osdep/chkpoint.c index 6b437bf1..c0f765d8 100644 --- a/pico/osdep/chkpoint.c +++ b/pico/osdep/chkpoint.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: chkpoint.c 769 2007-10-24 00:15:40Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/color.c b/pico/osdep/color.c index dbb57b45..8906794d 100644 --- a/pico/osdep/color.c +++ b/pico/osdep/color.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: color.c 769 2007-10-24 00:15:40Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/color.h b/pico/osdep/color.h index e3c8fcfe..fb1f63d6 100644 --- a/pico/osdep/color.h +++ b/pico/osdep/color.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/filesys.c b/pico/osdep/filesys.c index a3c8416c..8796fecc 100644 --- a/pico/osdep/filesys.c +++ b/pico/osdep/filesys.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: filesys.c 770 2007-10-24 00:23:09Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/filesys.h b/pico/osdep/filesys.h index 2f2fc922..056d6ea2 100644 --- a/pico/osdep/filesys.h +++ b/pico/osdep/filesys.h @@ -3,7 +3,7 @@ * * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/getkey.c b/pico/osdep/getkey.c index 4c6a43fb..e2a9d7b6 100644 --- a/pico/osdep/getkey.c +++ b/pico/osdep/getkey.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: getkey.c 769 2007-10-24 00:15:40Z hubert@u.washingto /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mouse.c b/pico/osdep/mouse.c index 12d9d3b7..1aa9c2ca 100644 --- a/pico/osdep/mouse.c +++ b/pico/osdep/mouse.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: mouse.c 769 2007-10-24 00:15:40Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/msdlg.c b/pico/osdep/msdlg.c index f2c71972..bb64d252 100644 --- a/pico/osdep/msdlg.c +++ b/pico/osdep/msdlg.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: msdlg.c 1025 2008-04-08 22:59:38Z hubert@u.washingto /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/msmenu.h b/pico/osdep/msmenu.h index f87d1b6e..a1a2045a 100644 --- a/pico/osdep/msmenu.h +++ b/pico/osdep/msmenu.h @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mswin.c b/pico/osdep/mswin.c index a4bf0db4..b1315a40 100644 --- a/pico/osdep/mswin.c +++ b/pico/osdep/mswin.c @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mswin.h b/pico/osdep/mswin.h index 6f2cfbaa..417b3f01 100644 --- a/pico/osdep/mswin.h +++ b/pico/osdep/mswin.h @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mswin.rc b/pico/osdep/mswin.rc index 62e76a50..0f00ef47 100644 --- a/pico/osdep/mswin.rc +++ b/pico/osdep/mswin.rc @@ -208,12 +208,12 @@ BEGIN VALUE "Comments", "see http://www.washington.edu/pine\0" VALUE "CompanyName", "University of Washington\0" VALUE "FileDescription", "Pico\0" - VALUE "FileVersion", "5.08\0" + VALUE "FileVersion", "5.09\0" VALUE "InternalName", "pico\0" VALUE "LegalCopyright", "Copyright 2006-2009\0" VALUE "OriginalFilename", "pico.exe\0" VALUE "ProductName", " pico\0" - VALUE "ProductVersion", "5.08\0" + VALUE "ProductVersion", "5.09\0" END END BLOCK "VarFileInfo" diff --git a/pico/osdep/mswin_tw.c b/pico/osdep/mswin_tw.c index 43a5f879..916f1174 100644 --- a/pico/osdep/mswin_tw.c +++ b/pico/osdep/mswin_tw.c @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/mswin_tw.h b/pico/osdep/mswin_tw.h index 0afb401e..61d0cb56 100644 --- a/pico/osdep/mswin_tw.h +++ b/pico/osdep/mswin_tw.h @@ -1,7 +1,7 @@ /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/newmail.c b/pico/osdep/newmail.c index 623ae3e6..ef7a737b 100644 --- a/pico/osdep/newmail.c +++ b/pico/osdep/newmail.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: newmail.c 769 2007-10-24 00:15:40Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/shell.c b/pico/osdep/shell.c index ad5871a8..52cce652 100644 --- a/pico/osdep/shell.c +++ b/pico/osdep/shell.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: shell.c 807 2007-11-09 01:21:33Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/signals.c b/pico/osdep/signals.c index 601d96ff..0ae8456e 100644 --- a/pico/osdep/signals.c +++ b/pico/osdep/signals.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: signals.c 769 2007-10-24 00:15:40Z hubert@u.washingt /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/spell.c b/pico/osdep/spell.c index 6dea9fcb..f05446b4 100644 --- a/pico/osdep/spell.c +++ b/pico/osdep/spell.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: spell.c 854 2007-12-07 17:44:43Z hubert@u.washington /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/terminal.c b/pico/osdep/terminal.c index 498baa83..7f143e52 100644 --- a/pico/osdep/terminal.c +++ b/pico/osdep/terminal.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: terminal.c 921 2008-01-31 02:09:25Z hubert@u.washing /* * ======================================================================== * Copyright 2006-2008 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/pico/osdep/tty.c b/pico/osdep/tty.c index caa42080..5fa2a04d 100644 --- a/pico/osdep/tty.c +++ b/pico/osdep/tty.c @@ -5,7 +5,7 @@ static char rcsid[] = "$Id: tty.c 769 2007-10-24 00:15:40Z hubert@u.washington.e /* * ======================================================================== * Copyright 2006-2007 University of Washington - * Copyright 2013-2016 Eduardo Chappa + * Copyright 2013-2017 Eduardo Chappa * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |