From d130138e155bbad2a9b26a87b58326f337f4e404 Mon Sep 17 00:00:00 2001 From: Alberto Mardegan Date: Thu, 26 Jul 2012 08:25:00 +0300 Subject: [PATCH] Tests: update license We forgot to change the license in tests/check_signon.c when the project was open-sourced. --- tests/check_signon.c | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/tests/check_signon.c b/tests/check_signon.c index 851fe40..b5a483b 100644 --- a/tests/check_signon.c +++ b/tests/check_signon.c @@ -1,7 +1,25 @@ -/** - * Copyright (C) 2009 Nokia Corporation. - * Contact: Alberto Mardegan - * Licensed under the terms of Nokia EUSA (see the LICENSE file) +/* -*- Mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ +/* + * This file is part of libsignon-glib + * + * Copyright (C) 2009-2011 Nokia Corporation. + * Copyright (C) 2011-2012 Canonical Ltd. + * + * Contact: Alberto Mardegan + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public License + * version 2.1 as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, but + * WITHOUT ANY WARRANTY; without even the implied warranty of + * 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 library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + * 02110-1301 USA */ /** -- 2.34.1