From 6cf7b6e24b14fd073fb1855c6da14e20560f2a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 13 Jun 2012 22:29:03 +0000 Subject: [PATCH] --- yaml --- r: 311363 b: refs/heads/master c: 31fdc5553b42abd7e29bb7b89f6ba07514eb4763 h: refs/heads/master i: 311361: 1f2520ae8bdbd68c7ae7e3fd34c7db3692243f9b 311359: f286e50404d8806efff8e230822cd6b55f601fcc v: v3 --- [refs] | 2 +- trunk/include/net/phonet/gprs.h | 2 +- trunk/net/caif/caif_dev.c | 3 +-- trunk/net/phonet/af_phonet.c | 4 ++-- trunk/net/phonet/datagram.c | 4 ++-- trunk/net/phonet/pep-gprs.c | 2 +- trunk/net/phonet/pep.c | 2 +- trunk/net/phonet/pn_dev.c | 4 ++-- trunk/net/phonet/pn_netlink.c | 4 ++-- trunk/net/phonet/socket.c | 4 ++-- trunk/net/phonet/sysctl.c | 2 +- 11 files changed, 16 insertions(+), 17 deletions(-) diff --git a/[refs] b/[refs] index e234b98dc961..33df8be97f38 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: df2bcc4af2616b18efeaa3d044fe15ce891c5d21 +refs/heads/master: 31fdc5553b42abd7e29bb7b89f6ba07514eb4763 diff --git a/trunk/include/net/phonet/gprs.h b/trunk/include/net/phonet/gprs.h index 928daf595beb..bcd525e39a0b 100644 --- a/trunk/include/net/phonet/gprs.h +++ b/trunk/include/net/phonet/gprs.h @@ -5,7 +5,7 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Author: Rémi Denis-Courmont + * Author: Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/trunk/net/caif/caif_dev.c b/trunk/net/caif/caif_dev.c index aa6f716524fd..554b31289607 100644 --- a/trunk/net/caif/caif_dev.c +++ b/trunk/net/caif/caif_dev.c @@ -4,8 +4,7 @@ * Author: Sjur Brendeland/sjur.brandeland@stericsson.com * License terms: GNU General Public License (GPL) version 2 * - * Borrowed heavily from file: pn_dev.c. Thanks to - * Remi Denis-Courmont + * Borrowed heavily from file: pn_dev.c. Thanks to Remi Denis-Courmont * and Sakari Ailus */ diff --git a/trunk/net/phonet/af_phonet.c b/trunk/net/phonet/af_phonet.c index 779ce4ff92ec..5a940dbd74a3 100644 --- a/trunk/net/phonet/af_phonet.c +++ b/trunk/net/phonet/af_phonet.c @@ -5,8 +5,8 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Contact: Remi Denis-Courmont - * Original author: Sakari Ailus + * Authors: Sakari Ailus + * Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/trunk/net/phonet/datagram.c b/trunk/net/phonet/datagram.c index bf35b4e1a14c..12c30f3e643e 100644 --- a/trunk/net/phonet/datagram.c +++ b/trunk/net/phonet/datagram.c @@ -5,8 +5,8 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Contact: Remi Denis-Courmont - * Original author: Sakari Ailus + * Authors: Sakari Ailus + * Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/trunk/net/phonet/pep-gprs.c b/trunk/net/phonet/pep-gprs.c index d01208968c83..a2fba7edfd1f 100644 --- a/trunk/net/phonet/pep-gprs.c +++ b/trunk/net/phonet/pep-gprs.c @@ -5,7 +5,7 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Author: Rémi Denis-Courmont + * Author: Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/trunk/net/phonet/pep.c b/trunk/net/phonet/pep.c index 9dd4f926f7d1..576f22c9c76e 100644 --- a/trunk/net/phonet/pep.c +++ b/trunk/net/phonet/pep.c @@ -5,7 +5,7 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Author: Rémi Denis-Courmont + * Author: Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/trunk/net/phonet/pn_dev.c b/trunk/net/phonet/pn_dev.c index 36f75a9e2c3d..5bf6341e2dd4 100644 --- a/trunk/net/phonet/pn_dev.c +++ b/trunk/net/phonet/pn_dev.c @@ -5,8 +5,8 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Contact: Remi Denis-Courmont - * Original author: Sakari Ailus + * Authors: Sakari Ailus + * Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/trunk/net/phonet/pn_netlink.c b/trunk/net/phonet/pn_netlink.c index cfdf135fcd69..7dd762a464e5 100644 --- a/trunk/net/phonet/pn_netlink.c +++ b/trunk/net/phonet/pn_netlink.c @@ -5,8 +5,8 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Contact: Remi Denis-Courmont - * Original author: Sakari Ailus + * Authors: Sakari Ailus + * Remi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/trunk/net/phonet/socket.c b/trunk/net/phonet/socket.c index 89cfa9ce4939..0acc943f713a 100644 --- a/trunk/net/phonet/socket.c +++ b/trunk/net/phonet/socket.c @@ -5,8 +5,8 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Contact: Remi Denis-Courmont - * Original author: Sakari Ailus + * Authors: Sakari Ailus + * Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License diff --git a/trunk/net/phonet/sysctl.c b/trunk/net/phonet/sysctl.c index 696348fd31a1..d6bbbbd0af18 100644 --- a/trunk/net/phonet/sysctl.c +++ b/trunk/net/phonet/sysctl.c @@ -5,7 +5,7 @@ * * Copyright (C) 2008 Nokia Corporation. * - * Contact: Remi Denis-Courmont + * Author: Rémi Denis-Courmont * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License