Merge lp:~michihenning/unity-scopes-api/copyright-text into lp:unity-scopes-api

Proposed by Michi Henning
Status: Merged
Approved by: Paweł Stołowski
Approved revision: 316
Merged at revision: 319
Proposed branch: lp:~michihenning/unity-scopes-api/copyright-text
Merge into: lp:unity-scopes-api
Diff against target: 187 lines (+16/-16)
11 files modified
include/unity/scopes/Location.h (+1/-1)
include/unity/scopes/ScopeMetadata.h (+1/-1)
include/unity/scopes/internal/LocationImpl.h (+2/-2)
include/unity/scopes/internal/ScopeMetadataImpl.h (+2/-2)
include/unity/scopes/testing/ScopeMetadataBuilder.h (+1/-1)
include/unity/scopes/testing/TypedScopeFixture.h (+1/-1)
src/scopes/Location.cpp (+1/-1)
src/scopes/ScopeMetadata.cpp (+1/-1)
src/scopes/internal/LocationImpl.cpp (+2/-2)
src/scopes/internal/ScopeMetadataImpl.cpp (+2/-2)
src/scopes/testing/ScopeMetadataBuilder.cpp (+2/-2)
To merge this branch: bzr merge lp:~michihenning/unity-scopes-api/copyright-text
Reviewer Review Type Date Requested Status
Paweł Stołowski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+250566@code.launchpad.net

Commit message

Fixed a bunch of copyright headers.

Description of the change

Fixed a bunch of copyright headers.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Paweł Stołowski (stolowski) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'include/unity/scopes/Location.h'
2--- include/unity/scopes/Location.h 2014-11-03 05:31:30 +0000
3+++ include/unity/scopes/Location.h 2015-02-22 22:29:09 +0000
4@@ -2,7 +2,7 @@
5 * Copyright (C) 2014 Canonical Ltd
6 *
7 * This program is free software: you can redistribute it and/or modify
8- * 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 * published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope that it will be useful,
13
14=== modified file 'include/unity/scopes/ScopeMetadata.h'
15--- include/unity/scopes/ScopeMetadata.h 2015-01-27 12:47:03 +0000
16+++ include/unity/scopes/ScopeMetadata.h 2015-02-22 22:29:09 +0000
17@@ -2,7 +2,7 @@
18 * Copyright (C) 2013 Canonical Ltd
19 *
20 * This program is free software: you can redistribute it and/or modify
21- * it under the terms of the Lesser GNU General Public License version 3 as
22+ * it under the terms of the GNU Lesser General Public License version 3 as
23 * published by the Free Software Foundation.
24 *
25 * This program is distributed in the hope that it will be useful,
26
27=== modified file 'include/unity/scopes/internal/LocationImpl.h'
28--- include/unity/scopes/internal/LocationImpl.h 2014-11-03 05:31:30 +0000
29+++ include/unity/scopes/internal/LocationImpl.h 2015-02-22 22:29:09 +0000
30@@ -2,7 +2,7 @@
31 * Copyright (C) 2014 Canonical Ltd
32 *
33 * This program is free software: you can redistribute it and/or modify
34- * it under the terms of the Lesser GNU General Public License version 3 as
35+ * it under the terms of the GNU Lesser General Public License version 3 as
36 * published by the Free Software Foundation.
37 *
38 * This program is distributed in the hope that it will be useful,
39@@ -10,7 +10,7 @@
40 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
41 * GNU Lesser General Public License for more details.
42 *
43- * You should have received a copy of the Lesser GNU General Public License
44+ * You should have received a copy of the GNU Lesser General Public License
45 * along with this program. If not, see <http://www.gnu.org/licenses/>.
46 *
47 * Authored by: Pete Woods <pete.woods@canonical.com>
48
49=== modified file 'include/unity/scopes/internal/ScopeMetadataImpl.h'
50--- include/unity/scopes/internal/ScopeMetadataImpl.h 2015-01-27 12:46:11 +0000
51+++ include/unity/scopes/internal/ScopeMetadataImpl.h 2015-02-22 22:29:09 +0000
52@@ -2,7 +2,7 @@
53 * Copyright (C) 2013 Canonical Ltd
54 *
55 * This program is free software: you can redistribute it and/or modify
56- * it under the terms of the Lesser GNU General Public License version 3 as
57+ * it under the terms of the GNU Lesser General Public License version 3 as
58 * published by the Free Software Foundation.
59 *
60 * This program is distributed in the hope that it will be useful,
61@@ -10,7 +10,7 @@
62 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
63 * GNU Lesser General Public License for more details.
64 *
65- * You should have received a copy of the Lesser GNU General Public License
66+ * You should have received a copy of the GNU Lesser General Public License
67 * along with this program. If not, see <http://www.gnu.org/licenses/>.
68 *
69 * Authored by: Michi Henning <michi.henning@canonical.com>
70
71=== modified file 'include/unity/scopes/testing/ScopeMetadataBuilder.h'
72--- include/unity/scopes/testing/ScopeMetadataBuilder.h 2015-02-06 00:25:05 +0000
73+++ include/unity/scopes/testing/ScopeMetadataBuilder.h 2015-02-22 22:29:09 +0000
74@@ -2,7 +2,7 @@
75 * Copyright (C) 2013 Canonical Ltd
76 *
77 * This program is free software: you can redistribute it and/or modify
78- * it under the terms of the Lesser GNU General Public License version 3 as
79+ * it under the terms of the GNU Lesser General Public License version 3 as
80 * published by the Free Software Foundation.
81 *
82 * This program is distributed in the hope that it will be useful,
83
84=== modified file 'include/unity/scopes/testing/TypedScopeFixture.h'
85--- include/unity/scopes/testing/TypedScopeFixture.h 2015-02-06 00:25:05 +0000
86+++ include/unity/scopes/testing/TypedScopeFixture.h 2015-02-22 22:29:09 +0000
87@@ -2,7 +2,7 @@
88 * Copyright (C) 2013 Canonical Ltd
89 *
90 * This program is free software: you can redistribute it and/or modify
91- * it under the terms of the Lesser GNU General Public License version 3 as
92+ * it under the terms of the GNU Lesser General Public License version 3 as
93 * published by the Free Software Foundation.
94 *
95 * This program is distributed in the hope that it will be useful,
96
97=== modified file 'src/scopes/Location.cpp'
98--- src/scopes/Location.cpp 2014-08-04 09:20:16 +0000
99+++ src/scopes/Location.cpp 2015-02-22 22:29:09 +0000
100@@ -2,7 +2,7 @@
101 * Copyright (C) 2014 Canonical Ltd
102 *
103 * This program is free software: you can redistribute it and/or modify
104- * it under the terms of the Lesser GNU General Public License version 3 as
105+ * it under the terms of the GNU Lesser General Public License version 3 as
106 * published by the Free Software Foundation.
107 *
108 * This program is distributed in the hope that it will be useful,
109
110=== modified file 'src/scopes/ScopeMetadata.cpp'
111--- src/scopes/ScopeMetadata.cpp 2015-01-27 12:46:11 +0000
112+++ src/scopes/ScopeMetadata.cpp 2015-02-22 22:29:09 +0000
113@@ -2,7 +2,7 @@
114 * Copyright (C) 2013 Canonical Ltd
115 *
116 * This program is free software: you can redistribute it and/or modify
117- * it under the terms of the Lesser GNU General Public License version 3 as
118+ * it under the terms of the GNU Lesser General Public License version 3 as
119 * published by the Free Software Foundation.
120 *
121 * This program is distributed in the hope that it will be useful,
122
123=== modified file 'src/scopes/internal/LocationImpl.cpp'
124--- src/scopes/internal/LocationImpl.cpp 2014-08-04 09:20:16 +0000
125+++ src/scopes/internal/LocationImpl.cpp 2015-02-22 22:29:09 +0000
126@@ -2,7 +2,7 @@
127 * Copyright (C) 2014 Canonical Ltd
128 *
129 * This program is free software: you can redistribute it and/or modify
130- * it under the terms of the Lesser GNU General Public License version 3 as
131+ * it under the terms of the GNU Lesser General Public License version 3 as
132 * published by the Free Software Foundation.
133 *
134 * This program is distributed in the hope that it will be useful,
135@@ -10,7 +10,7 @@
136 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
137 * GNU Lesser General Public License for more details.
138 *
139- * You should have received a copy of the Lesser GNU General Public License
140+ * You should have received a copy of the GNU Lesser General Public License
141 * along with this program. If not, see <http://www.gnu.org/licenses/>.
142 *
143 * Authored by: Pete Woods <pete.woods@canonical.com>
144
145=== modified file 'src/scopes/internal/ScopeMetadataImpl.cpp'
146--- src/scopes/internal/ScopeMetadataImpl.cpp 2015-01-27 12:46:11 +0000
147+++ src/scopes/internal/ScopeMetadataImpl.cpp 2015-02-22 22:29:09 +0000
148@@ -2,7 +2,7 @@
149 * Copyright (C) 2013 Canonical Ltd
150 *
151 * This program is free software: you can redistribute it and/or modify
152- * it under the terms of the Lesser GNU General Public License version 3 as
153+ * it under the terms of the GNU Lesser General Public License version 3 as
154 * published by the Free Software Foundation.
155 *
156 * This program is distributed in the hope that it will be useful,
157@@ -10,7 +10,7 @@
158 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
159 * GNU Lesser General Public License for more details.
160 *
161- * You should have received a copy of the Lesser GNU General Public License
162+ * You should have received a copy of the GNU Lesser General Public License
163 * along with this program. If not, see <http://www.gnu.org/licenses/>.
164 *
165 * Authored by: Michi Henning <michi.henning@canonical.com>
166
167=== modified file 'src/scopes/testing/ScopeMetadataBuilder.cpp'
168--- src/scopes/testing/ScopeMetadataBuilder.cpp 2015-01-27 12:46:11 +0000
169+++ src/scopes/testing/ScopeMetadataBuilder.cpp 2015-02-22 22:29:09 +0000
170@@ -2,7 +2,7 @@
171 * Copyright (C) 2013 Canonical Ltd
172 *
173 * This program is free software: you can redistribute it and/or modify
174- * it under the terms of the Lesser GNU General Public License version 3 as
175+ * it under the terms of the GNU Lesser General Public License version 3 as
176 * published by the Free Software Foundation.
177 *
178 * This program is distributed in the hope that it will be useful,
179@@ -10,7 +10,7 @@
180 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
181 * GNU Lesser General Public License for more details.
182 *
183- * You should have received a copy of the Lesser GNU General Public License
184+ * You should have received a copy of the GNU Lesser General Public License
185 * along with this program. If not, see <http://www.gnu.org/licenses/>.
186 *
187 * Authored by: Thomas Voß <thomas.voss@canonical.com>

Subscribers

People subscribed via source and target branches

to all changes: