From 5cabfff3bda878337e8baa3a75ceae9ec75d72ce Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Tue, 5 Jan 2010 12:16:50 -0500 Subject: License cleanup. --- src/console_check.c | 17 +++++++++++++++++ src/console_init.c | 2 +- src/consoletype.c | 2 +- src/genhostid.c | 2 +- src/ipcalc.c | 2 +- src/ppp-watch.c | 2 +- src/rename_device.c | 2 +- src/securetty.c | 17 +++++++++++++++++ src/usernetctl.c | 2 +- 9 files changed, 41 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/console_check.c b/src/console_check.c index 35065479..38111bb8 100644 --- a/src/console_check.c +++ b/src/console_check.c @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2008-2009 Red Hat, Inc. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2, + * as published by the Free Software Foundation. + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + */ #include #include diff --git a/src/console_init.c b/src/console_init.c index 63a248c7..22083a86 100644 --- a/src/console_init.c +++ b/src/console_init.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008 Red Hat, Inc. All rights reserved. + * Copyright (c) 2008-2009 Red Hat, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/consoletype.c b/src/consoletype.c index 211869ce..fb2a9116 100644 --- a/src/consoletype.c +++ b/src/consoletype.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1999-2003 Red Hat, Inc. All rights reserved. + * Copyright (c) 1999-2009 Red Hat, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/genhostid.c b/src/genhostid.c index da9e0db6..1b83d538 100644 --- a/src/genhostid.c +++ b/src/genhostid.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2003 Red Hat, Inc. +/* Copyright (C) 2003-2007 Red Hat, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/ipcalc.c b/src/ipcalc.c index c93e8329..8decccad 100644 --- a/src/ipcalc.c +++ b/src/ipcalc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997-2008 Red Hat, Inc. All rights reserved. + * Copyright (c) 1997-2009 Red Hat, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, diff --git a/src/ppp-watch.c b/src/ppp-watch.c index 099ed28e..1fa81929 100644 --- a/src/ppp-watch.c +++ b/src/ppp-watch.c @@ -6,7 +6,7 @@ * one argument: the logical name of the device to bring up. Does not * detach until the interface is up or has permanently failed to come up. * - * Copyright 1999-2003 Red Hat, Inc. + * Copyright 1999-2007 Red Hat, Inc. * * This is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by diff --git a/src/rename_device.c b/src/rename_device.c index 105b56e7..804c8433 100644 --- a/src/rename_device.c +++ b/src/rename_device.c @@ -2,7 +2,7 @@ /* * rename_device.c: udev helper to rename ethernet devices. * - * Copyright (C) 2006 Red Hat, Inc. All rights reserved. + * Copyright (C) 2006-2009 Red Hat, Inc. All rights reserved. * * This copyrighted material is made available to anyone wishing to use, * modify, copy, or redistribute it subject to the terms and conditions of the diff --git a/src/securetty.c b/src/securetty.c index f1505076..9ec8e7ef 100644 --- a/src/securetty.c +++ b/src/securetty.c @@ -1,3 +1,20 @@ +/* + * Copyright (c) 2008 Red Hat, Inc. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License, version 2, + * as published by the Free Software Foundation. + * + * 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA + * + */ #include #include diff --git a/src/usernetctl.c b/src/usernetctl.c index 5a35a446..f66cfeb9 100644 --- a/src/usernetctl.c +++ b/src/usernetctl.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997-2003 Red Hat, Inc. All rights reserved. + * Copyright (c) 1997-2007 Red Hat, Inc. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2, -- cgit v1.2.1