Mercurial > hg > early-roguelike
annotate arogue5/install-sh @ 138:dd137c35c3b1
xrogue: record the result of each game in a logfile.
| author | John "Elwin" Edwards |
|---|---|
| date | Tue, 05 May 2015 11:24:02 -0400 |
| parents | dfeed24bb616 |
| children |
| rev | line source |
|---|---|
| 99 | 1 #!/bin/sh |
| 2 # install - install a program, script, or datafile | |
| 3 | |
| 4 scriptversion=2011-11-20.07; # UTC | |
| 5 | |
| 6 # This originates from X11R5 (mit/util/scripts/install.sh), which was | |
| 7 # later released in X11R6 (xc/config/util/install.sh) with the | |
| 8 # following copyright and license. | |
| 9 # | |
| 10 # Copyright (C) 1994 X Consortium | |
| 11 # | |
| 12 # Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 13 # of this software and associated documentation files (the "Software"), to | |
| 14 # deal in the Software without restriction, including without limitation the | |
| 15 # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or | |
| 16 # sell copies of the Software, and to permit persons to whom the Software is | |
| 17 # furnished to do so, subject to the following conditions: | |
| 18 # | |
|
dfeed24bb616
arogue5: port to autoconf. |
