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/common.c | |
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/common.c')
-rw-r--r-- | src/sss_client/common.c | 5 |
1 files changed, 2 insertions, 3 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" |