~dobey/ubuntuone-credentials/update-13-10

« back to all changes in this revision

Viewing changes to lib/keyring/interface_factory.cpp

  • Committer: Tarmac
  • Author(s): Rodney Dawes
  • Date: 2013-03-11 21:21:01 UTC
  • mfrom: (8.1.1 lgpl-prease)
  • Revision ID: tarmac-20130311212101-znsv31fw0c3s2loj
Update the license headers in source files to be correct LGPL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/**
2
 
 *
 
1
/*
3
2
 * Copyright 2013 Canonical Ltd.
4
 
 * Author: Manuel de la Pena <manuel.delapena@canonical.com>
5
 
 *
6
 
 * This program is free software: you can redistribute it and/or modify it
7
 
 * under the terms of the GNU General Public License version 3, as published
8
 
 * by the Free Software Foundation.
9
 
 *
10
 
 * This program is distributed in the hope that it will be useful, but
11
 
 * WITHOUT ANY WARRANTY; without even the implied warranties of
12
 
 * MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
13
 
 * PURPOSE.  See the GNU General Public License for more details.
14
 
 *
15
 
 * You should have received a copy of the GNU General Public License along
16
 
 * with this program.  If not, see <http://www.gnu.org/licenses/>.
17
 
 *
18
 
 * In addition, as a special exception, the copyright holders give
19
 
 * permission to link the code of portions of this program with the
20
 
 * OpenSSL library under certain conditions as described in each
21
 
 * individual source file, and distribute linked combinations
22
 
 * including the two.
23
 
 * You must obey the GNU General Public License in all respects
24
 
 * for all of the code used other than OpenSSL.  If you modify
25
 
 * file(s) with this exception, you may extend this exception to your
26
 
 * version of the file(s), but you are not obligated to do so.  If you
27
 
 * do not wish to do so, delete this exception statement from your
28
 
 * version.  If you delete this exception statement from all source
29
 
 * files in the program, then also delete it here.
 
3
 *
 
4
 * This library is free software; you can redistribute it and/or
 
5
 * modify it under the terms of version 3 of the GNU Lesser General Public
 
6
 * License as published by the Free Software Foundation.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 
11
 * General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU Lesser General Public
 
14
 * License along with this library; if not, write to the
 
15
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
16
 * Boston, MA 02110-1301, USA.
30
17
 */
31
18
 
32
19
#include "interface_factory.h"