diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2012-06-26 23:54:50 +0300 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2012-06-27 09:32:15 -0400 |
commit | 746aedf50e522a8dafa5ba82f1febceec9af6d1a (patch) | |
tree | 2cd96b3f845458bb3abf86371bcabb9096ec9d98 /src | |
parent | c1840116733608361be77208d8e98fc4fb1d3edd (diff) | |
download | initscripts-746aedf50e522a8dafa5ba82f1febceec9af6d1a.tar initscripts-746aedf50e522a8dafa5ba82f1febceec9af6d1a.tar.gz initscripts-746aedf50e522a8dafa5ba82f1febceec9af6d1a.tar.bz2 initscripts-746aedf50e522a8dafa5ba82f1febceec9af6d1a.tar.xz initscripts-746aedf50e522a8dafa5ba82f1febceec9af6d1a.zip |
Sync FSF address with current GPLv2.
Diffstat (limited to 'src')
-rw-r--r-- | src/console_check.c | 4 | ||||
-rw-r--r-- | src/console_init.c | 4 | ||||
-rw-r--r-- | src/consoletype.c | 4 | ||||
-rw-r--r-- | src/genhostid.c | 4 | ||||
-rw-r--r-- | src/getkey.c | 8 | ||||
-rw-r--r-- | src/ipcalc.c | 4 | ||||
-rw-r--r-- | src/netreport.c | 4 | ||||
-rw-r--r-- | src/ppp-watch.c | 4 | ||||
-rw-r--r-- | src/securetty.c | 4 | ||||
-rw-r--r-- | src/shvar.c | 4 | ||||
-rw-r--r-- | src/shvar.h | 4 | ||||
-rw-r--r-- | src/usernetctl.c | 4 | ||||
-rw-r--r-- | src/usleep.c | 4 |
13 files changed, 28 insertions, 28 deletions
diff --git a/src/console_check.c b/src/console_check.c index 688bff61..8d01d829 100644 --- a/src/console_check.c +++ b/src/console_check.c @@ -11,8 +11,8 @@ * 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 + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/console_init.c b/src/console_init.c index 22083a86..446433d0 100644 --- a/src/console_init.c +++ b/src/console_init.c @@ -11,8 +11,8 @@ * 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 + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/consoletype.c b/src/consoletype.c index fb2a9116..929969a4 100644 --- a/src/consoletype.c +++ b/src/consoletype.c @@ -11,8 +11,8 @@ * 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 + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/genhostid.c b/src/genhostid.c index 1b83d538..c7561c9e 100644 --- a/src/genhostid.c +++ b/src/genhostid.c @@ -10,8 +10,8 @@ * 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 + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/getkey.c b/src/getkey.c index 11496260..95e660ba 100644 --- a/src/getkey.c +++ b/src/getkey.c @@ -11,11 +11,11 @@ * 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
+ * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + * + * getkey * - * getkey
- *
* A very simple keygrabber.
*
*/
diff --git a/src/ipcalc.c b/src/ipcalc.c index 8decccad..7316f058 100644 --- a/src/ipcalc.c +++ b/src/ipcalc.c @@ -11,8 +11,8 @@ * 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 + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * * Authors: * Erik Troan <ewt@redhat.com> diff --git a/src/netreport.c b/src/netreport.c index a2b2625c..31bfe2f6 100644 --- a/src/netreport.c +++ b/src/netreport.c @@ -11,8 +11,8 @@ * 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 + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ #include <errno.h> diff --git a/src/ppp-watch.c b/src/ppp-watch.c index 1fa81929..cbe35360 100644 --- a/src/ppp-watch.c +++ b/src/ppp-watch.c @@ -19,8 +19,8 @@ * 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. + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/securetty.c b/src/securetty.c index a4768e35..59abb6e9 100644 --- a/src/securetty.c +++ b/src/securetty.c @@ -11,8 +11,8 @@ * 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 + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/shvar.c b/src/shvar.c index 765a77e7..9817d9a4 100644 --- a/src/shvar.c +++ b/src/shvar.c @@ -23,8 +23,8 @@ * 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. + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/shvar.h b/src/shvar.h index 50d10680..46fb6b7b 100644 --- a/src/shvar.h +++ b/src/shvar.h @@ -23,8 +23,8 @@ * 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. + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ #ifndef _SHVAR_H diff --git a/src/usernetctl.c b/src/usernetctl.c index f66cfeb9..9e127604 100644 --- a/src/usernetctl.c +++ b/src/usernetctl.c @@ -11,8 +11,8 @@ * 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 + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ diff --git a/src/usleep.c b/src/usleep.c index 0409498d..a5e7d9d7 100644 --- a/src/usleep.c +++ b/src/usleep.c @@ -15,8 +15,8 @@ * 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 + * along with this program; if not, write to the Free Software Foundation, + * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * */ |