Mercurial > emacs
comparison lib-src/update-game-score.c @ 64083:23a17af379b1
Update FSF's address.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 04 Jul 2005 15:47:28 +0000 |
parents | a47704955f8d |
children | 6358e3c6075c f9a65d7ebd29 |
comparison
equal
deleted
inserted
replaced
64082:e9ecdd073be3 | 64083:23a17af379b1 |
---|---|
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 GNU General Public License for more details. | 14 GNU General Public License for more details. |
15 | 15 |
16 You should have received a copy of the GNU General Public License | 16 You should have received a copy of the GNU General Public License |
17 along with GNU Emacs; see the file COPYING. If not, write to | 17 along with GNU Emacs; see the file COPYING. If not, write to |
18 the Free Software Foundation, Inc., 59 Temple Place - Suite 330, | 18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
19 Boston, MA 02111-1307, USA. */ | 19 Boston, MA 02110-1301, USA. */ |
20 | 20 |
21 /* This program is allows a game to securely and atomically update a | 21 /* This program is allows a game to securely and atomically update a |
22 score file. It should be installed setuid, owned by an appropriate | 22 score file. It should be installed setuid, owned by an appropriate |
23 user like `games'. | 23 user like `games'. |
24 | 24 |