diff options
author | Jan Cholasta <jcholast@redhat.com> | 2012-11-12 13:00:45 -0500 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2012-11-22 16:58:57 +0100 |
commit | 287e76479d68db4134274d4a4fca5fe0fbc9a605 (patch) | |
tree | b89875d4c2579f0eb62117927cfcedeef9a78359 /src/sss_client | |
parent | 4eafef4572f4e5ff6b589c80db0b9417724f229f (diff) | |
download | sssd-287e76479d68db4134274d4a4fca5fe0fbc9a605.tar.gz sssd-287e76479d68db4134274d4a4fca5fe0fbc9a605.tar.bz2 sssd-287e76479d68db4134274d4a4fca5fe0fbc9a605.zip |
Fix errors reported by rpmlint
Diffstat (limited to 'src/sss_client')
-rw-r--r-- | src/sss_client/common.c | 5 | ||||
-rw-r--r-- | src/sss_client/nss_group.c | 5 | ||||
-rw-r--r-- | src/sss_client/nss_mc.h | 5 | ||||
-rw-r--r-- | src/sss_client/nss_mc_common.c | 5 | ||||
-rw-r--r-- | src/sss_client/nss_mc_group.c | 5 | ||||
-rw-r--r-- | src/sss_client/nss_mc_passwd.c | 5 | ||||
-rw-r--r-- | src/sss_client/nss_passwd.c | 5 |
7 files changed, 14 insertions, 21 deletions
diff --git a/src/sss_client/common.c b/src/sss_client/common.c index 7cfa3e0e..6639ae15 100644 --- a/src/sss_client/common.c +++ b/src/sss_client/common.c @@ -18,9 +18,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/sss_client/nss_group.c b/src/sss_client/nss_group.c index 99b7ad91..e6ea54b5 100644 --- a/src/sss_client/nss_group.c +++ b/src/sss_client/nss_group.c @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* GROUP database NSS interface */ diff --git a/src/sss_client/nss_mc.h b/src/sss_client/nss_mc.h index d8155b0a..f3abaab9 100644 --- a/src/sss_client/nss_mc.h +++ b/src/sss_client/nss_mc.h @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* NSS interfaces to mmap cache */ diff --git a/src/sss_client/nss_mc_common.c b/src/sss_client/nss_mc_common.c index 400042eb..39a00f86 100644 --- a/src/sss_client/nss_mc_common.c +++ b/src/sss_client/nss_mc_common.c @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* NSS interfaces to mmap cache */ diff --git a/src/sss_client/nss_mc_group.c b/src/sss_client/nss_mc_group.c index 7beeb282..b3e9a8a0 100644 --- a/src/sss_client/nss_mc_group.c +++ b/src/sss_client/nss_mc_group.c @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* GROUP database NSS interface using mmap cache */ diff --git a/src/sss_client/nss_mc_passwd.c b/src/sss_client/nss_mc_passwd.c index ca9945e4..4acc6425 100644 --- a/src/sss_client/nss_mc_passwd.c +++ b/src/sss_client/nss_mc_passwd.c @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* PASSWD database NSS interface using mmap cache */ diff --git a/src/sss_client/nss_passwd.c b/src/sss_client/nss_passwd.c index e2f488b9..2b349c9e 100644 --- a/src/sss_client/nss_passwd.c +++ b/src/sss_client/nss_passwd.c @@ -13,9 +13,8 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Lesser General Public License for more details. * - * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* PASSWD database NSS interface */ |