~unity-api-team/unity-scopes-api/child-scopes-option

« back to all changes in this revision

Viewing changes to include/unity/api/scopes/Version.h.in

  • Committer: Michi Henning
  • Date: 2013-06-27 08:38:02 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: michi.henning@canonical.com-20130627083802-m0i9x9dgbcmhgos1
Fixed license text "Lesser GNU" -> "GNU Lesser", so licensecheck correcty recognizes the license.
Renamed COPYING.LIB to COPYING.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 * Copyright (C) 2013 Canonical Ltd
7
7
 *
8
8
 * This program is free software: you can redistribute it and/or modify
9
 
 * it under the terms of the Lesser GNU General Public License version 3 as
 
9
 * it under the terms of the GNU Lesser General Public License version 3 as
10
10
 * published by the Free Software Foundation.
11
11
 *
12
12
 * This program is distributed in the hope that it will be useful,
13
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
 
 * Lesser GNU General Public License for more details.
 
15
 * GNU Lesser General Public License for more details.
16
16
 *
17
 
 * You should have received a copy of the Lesser GNU General Public License
 
17
 * You should have received a copy of the GNU Lesser General Public License
18
18
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
19
19
 *
20
20
 * Authored by: Michi Henning <michi.henning@canonical.com>