ttn pushed a commit to branch ttn-gnugo in repository elpa. commit 28841787030f029d3038204bd3a939dd8461060f Author: Thien-Thi Nguyen <t...@gnu.org> Date: Tue Jan 28 19:26:08 2014 +0100
Start building eventual package ‘gnugo’. * packages/gnugo/: New directory. * packages/gnugo/README: New file. * packages/gnugo/ChangeLog: New file. --- packages/gnugo/ChangeLog | 5 +++++ packages/gnugo/README | 6 ++++++ 2 files changed, 11 insertions(+), 0 deletions(-) diff --git a/packages/gnugo/ChangeLog b/packages/gnugo/ChangeLog new file mode 100644 index 0000000..fafc4f4 --- /dev/null +++ b/packages/gnugo/ChangeLog @@ -0,0 +1,5 @@ + +Copyright (C) 2014 Free Software Foundation, Inc. + +Copying and distribution of this file, with or without modification, +are permitted provided the copyright notice and this notice are preserved. diff --git a/packages/gnugo/README b/packages/gnugo/README new file mode 100644 index 0000000..897feab --- /dev/null +++ b/packages/gnugo/README @@ -0,0 +1,6 @@ +This directory contains gnugo.el and other files. +These work w/ GNU Go: + + http://www.gnu.org/software/gnugo + +and any other program that speaks the Go Text Protocol.