update lib/events from samba4 (If->if)
authorAndrew Tridgell <tridge@samba.org>
Tue, 10 Jul 2007 05:34:00 +0000 (15:34 +1000)
committerAndrew Tridgell <tridge@samba.org>
Tue, 10 Jul 2007 05:34:00 +0000 (15:34 +1000)
lib/events/events.c
lib/events/events.h
lib/events/events_aio.c
lib/events/events_epoll.c
lib/events/events_internal.h
lib/events/events_liboop.c
lib/events/events_select.c
lib/events/events_signal.c
lib/events/events_standard.c
lib/events/events_timed.c

index bb3e68bdc994536adec6c2c6edf54466f78b7c52..9ba3254190c28b6138faeab2b3dba02cbb4c382c 100644 (file)
@@ -14,7 +14,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 /*
index 32257dda8cae8a4c3d6102c14a42adc3063c8a93..0c0e8fe697a845772e17336950437c2c61875622 100644 (file)
@@ -16,7 +16,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #ifndef __EVENTS_H__
index 7387382cc3b2a57988dce1247135a28e023e4f16..a0417384e0b1bdc196e70fa0a1737dee98771b2c 100644 (file)
@@ -18,7 +18,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 /*
   this is a very strange beast. The Linux AIO implementation doesn't
index c888b15322f10d1d11b57164b3214e89a9015309..5e1c1417c86e07a6a6d00114636851fae086138c 100644 (file)
@@ -17,7 +17,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "includes.h"
index cb51599f48ea0fe2ef63094b1e8ce5d64770e1a1..d8c14ead952f6c62f5b4c70b176e10c488625159 100644 (file)
@@ -18,7 +18,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 struct event_ops {
index 39587f251774573fc4d4e225675fc669d63ccd56..946c3888c165ac0cb3e677d8cfcb6df1b90599cc 100644 (file)
@@ -16,7 +16,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "includes.h"
index b19929136b4f358adc7201bb36c58855b9bbce01..3f9eeb5617cdef24bd68bfb23ed54c255ca78040 100644 (file)
@@ -15,7 +15,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 /*
index 8bab099f5364dad2359e215a12996744f46c92ba..2f6d4993832354121b82dce1c4478c3031e3d6f8 100644 (file)
@@ -16,7 +16,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "includes.h"
index fcf1207790c8544b51d7312487495992e57d6c67..5e529d66ab483bb0f2d1984a22b7ce9690958f3c 100644 (file)
@@ -15,7 +15,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 /*
index 23d4c861ac185c456f35d85569b22cabaccfb65f..389c2cbbb7c7dd4349b93260a3f7853a34ee1955 100644 (file)
@@ -17,7 +17,7 @@
    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, see <http://www.gnu.org/licenses/>.
+   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
 #include "includes.h"