diff options
Diffstat (limited to 'login/programs')
-rw-r--r-- | login/programs/pt_chown.c | 5 | ||||
-rw-r--r-- | login/programs/utmpdump.c | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/login/programs/pt_chown.c b/login/programs/pt_chown.c index da12d24645..fe98964c33 100644 --- a/login/programs/pt_chown.c +++ b/login/programs/pt_chown.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <argp.h> #include <errno.h> diff --git a/login/programs/utmpdump.c b/login/programs/utmpdump.c index 8f6558ee25..6c2417d8fe 100644 --- a/login/programs/utmpdump.c +++ b/login/programs/utmpdump.c @@ -14,9 +14,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #include <stdio.h> #include <stdlib.h> |