diff options
Diffstat (limited to 'contrib/cvs/src/edit.h')
-rw-r--r-- | contrib/cvs/src/edit.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/contrib/cvs/src/edit.h b/contrib/cvs/src/edit.h index 0a823ad..7c274a6 100644 --- a/contrib/cvs/src/edit.h +++ b/contrib/cvs/src/edit.h @@ -8,11 +8,7 @@ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ + GNU General Public License for more details. */ extern int watch_on PROTO ((int argc, char **argv)); extern int watch_off PROTO ((int argc, char **argv)); |