summaryrefslogtreecommitdiffstats
path: root/watchlink
diff options
context:
space:
mode:
Diffstat (limited to 'watchlink')
-rw-r--r--watchlink/netlink_event.cc25
-rw-r--r--watchlink/netlink_event.hh25
-rw-r--r--watchlink/netlink_linkstatus.cc25
-rw-r--r--watchlink/netlink_linkstatus.hh25
-rw-r--r--watchlink/netlink_listener.cc25
-rw-r--r--watchlink/netlink_listener.hh25
-rw-r--r--watchlink/netlink_send.cc25
-rw-r--r--watchlink/netlink_send.hh25
-rw-r--r--watchlink/rl_str_proc.cc25
-rw-r--r--watchlink/rl_str_proc.hh25
-rw-r--r--watchlink/watchlink.cc25
11 files changed, 33 insertions, 242 deletions
diff --git a/watchlink/netlink_event.cc b/watchlink/netlink_event.cc
index 57bb7177..7db07764 100644
--- a/watchlink/netlink_event.cc
+++ b/watchlink/netlink_event.cc
@@ -1,29 +1,10 @@
/*
* Module: netlink_event.cc
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#include <linux/types.h>
#include <sys/socket.h>
diff --git a/watchlink/netlink_event.hh b/watchlink/netlink_event.hh
index f98ce8f4..7a1cdcba 100644
--- a/watchlink/netlink_event.hh
+++ b/watchlink/netlink_event.hh
@@ -1,29 +1,10 @@
/*
* Module: netlink_event.hh
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#ifndef __NETLINK_EVENT_HH__
#define __NETLINK_EVENT_HH__
diff --git a/watchlink/netlink_linkstatus.cc b/watchlink/netlink_linkstatus.cc
index 949b8a71..72f5b5a9 100644
--- a/watchlink/netlink_linkstatus.cc
+++ b/watchlink/netlink_linkstatus.cc
@@ -1,29 +1,10 @@
/*
* Module: netlink_linkstatus.cc
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#include <stdio.h>
#include <sys/socket.h>
diff --git a/watchlink/netlink_linkstatus.hh b/watchlink/netlink_linkstatus.hh
index c78603ad..b4eebbce 100644
--- a/watchlink/netlink_linkstatus.hh
+++ b/watchlink/netlink_linkstatus.hh
@@ -1,29 +1,10 @@
/*
* Module: netlink_linkstatus.hh
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#ifndef __NETLINK_LINKSTATUS_HH__
#define __NETLINK_LINKSTATUS_HH__
diff --git a/watchlink/netlink_listener.cc b/watchlink/netlink_listener.cc
index cfc90fd3..454931ba 100644
--- a/watchlink/netlink_listener.cc
+++ b/watchlink/netlink_listener.cc
@@ -1,29 +1,10 @@
/*
* Module: netlink_listener.cc
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#include <errno.h>
#include <linux/types.h>
diff --git a/watchlink/netlink_listener.hh b/watchlink/netlink_listener.hh
index 72be844b..e2277f04 100644
--- a/watchlink/netlink_listener.hh
+++ b/watchlink/netlink_listener.hh
@@ -1,29 +1,10 @@
/*
* Module: netlink_listener.hh
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#ifndef __NETLINK_LISTENER_HH__
#define __NETLINK_LISTENER_HH__
diff --git a/watchlink/netlink_send.cc b/watchlink/netlink_send.cc
index d48f2abb..3824c2ef 100644
--- a/watchlink/netlink_send.cc
+++ b/watchlink/netlink_send.cc
@@ -1,29 +1,10 @@
/*
* Module: netlink_send.cc
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#include <errno.h>
#include <arpa/inet.h>
diff --git a/watchlink/netlink_send.hh b/watchlink/netlink_send.hh
index e359ea7e..3e13e5c8 100644
--- a/watchlink/netlink_send.hh
+++ b/watchlink/netlink_send.hh
@@ -1,29 +1,10 @@
/*
* Module: netlink_send.hh
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#ifndef __NETLINK_SEND_HH__
#define __NETLINK_SEND_HH__
diff --git a/watchlink/rl_str_proc.cc b/watchlink/rl_str_proc.cc
index 9035e3b7..e3c67e82 100644
--- a/watchlink/rl_str_proc.cc
+++ b/watchlink/rl_str_proc.cc
@@ -1,29 +1,10 @@
/*
* Module: rl_str_proc.cc
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#include "rl_str_proc.hh"
diff --git a/watchlink/rl_str_proc.hh b/watchlink/rl_str_proc.hh
index 4c980209..ad7d897f 100644
--- a/watchlink/rl_str_proc.hh
+++ b/watchlink/rl_str_proc.hh
@@ -1,29 +1,10 @@
/*
* Module: rl_str_proc.hh
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#ifndef __RL_STR_PROC_HH__
#define __RL_STR_PROC_HH__
diff --git a/watchlink/watchlink.cc b/watchlink/watchlink.cc
index 24218824..4d8f0787 100644
--- a/watchlink/watchlink.cc
+++ b/watchlink/watchlink.cc
@@ -1,29 +1,10 @@
/*
* Module: watchlink.cc
*
- * **** License ****
- * Version: VPL 1.0
- *
- * The contents of this file are subject to the Vyatta Public License
- * Version 1.0 ("License"); you may not use this file except in
- * compliance with the License. You may obtain a copy of the License at
- * http://www.vyatta.com/vpl
- *
- * Software distributed under the License is distributed on an "AS IS"
- * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
- * the License for the specific language governing rights and limitations
- * under the License.
- *
- * This code was originally developed by Vyatta, Inc.
- * Portions created by Vyatta are Copyright (C) 2008 Vyatta, Inc.
- * All Rights Reserved.
- *
- * Author: Michael Larson
- * Date: 2008
- * Description:
- *
- * **** End License ****
*
+ * 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.
*/
#include <unistd.h>
#include <iostream>