From: Todd C. Miller Date: Sat, 12 Mar 1994 18:57:27 +0000 (+0000) Subject: added copyright header X-Git-Tag: SUDO_1_3_1~294 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=008cfb1be085cc7a09cde4a3479dfe7d2359ad9d;p=sudo added copyright header --- diff --git a/config.h.in b/config.h.in index b19400188..77e9889b5 100644 --- a/config.h.in +++ b/config.h.in @@ -1,3 +1,23 @@ +/* + * CU sudo version 1.3.1 + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 1, or (at your option) + * any later version. + * + * 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. + * + * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu + */ + /* * config.h -- You shouldn't edit this by hand unless you are * NOT using configure. diff --git a/pathnames.h.in b/pathnames.h.in index 359439937..2c394fd07 100644 --- a/pathnames.h.in +++ b/pathnames.h.in @@ -1,7 +1,25 @@ /* - * insert gnu header here - XXX + * CU sudo version 1.3.1 * - * Pathnames to programs and files used by sudo + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 1, or (at your option) + * any later version. + * + * 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. + * + * Please send bugs, changes, problems to sudo-bugs.cs.colorado.edu + */ + +/* + * Pathnames to programs and files used by sudo. */ #ifdef HAVE_PATHS_H