Merge lp:~michihenning/unity-api/licensecheck into lp:unity-api

Proposed by Michi Henning
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: no longer in the source branch.
Merged at revision: 68
Proposed branch: lp:~michihenning/unity-api/licensecheck
Merge into: lp:unity-api
Diff against target: 1217 lines (+152/-152)
58 files modified
INSTALL (+3/-3)
README (+3/-3)
debian/copyright (+4/-4)
include/unity/Exception.h (+3/-3)
include/unity/ExceptionImplBase.h (+3/-3)
include/unity/SymbolExport.h (+3/-3)
include/unity/UnityExceptions.h (+3/-3)
include/unity/api/Version.h.in (+3/-3)
include/unity/util/Daemon.h (+3/-3)
include/unity/util/DefinesPtrs.h (+3/-3)
include/unity/util/FileIO.h (+3/-3)
include/unity/util/IniParser.h (+3/-3)
include/unity/util/NonCopyable.h (+3/-3)
include/unity/util/ResourcePtr.h (+3/-3)
include/unity/util/internal/DaemonImpl.h (+3/-3)
src/libunity-api.pc.in (+3/-3)
src/pch/unityapi_pch.hh (+3/-3)
src/unity/Exception.cpp (+3/-3)
src/unity/ExceptionImplBase.cpp (+4/-4)
src/unity/UnityExceptions.cpp (+3/-3)
src/unity/api/Version.cpp (+3/-3)
src/unity/util/Daemon.cpp (+3/-3)
src/unity/util/FileIO.cpp (+3/-3)
src/unity/util/IniParser.cpp (+3/-3)
src/unity/util/internal/DaemonImpl.cpp (+3/-3)
test/copyright/check_copyright.sh (+3/-3)
test/gtest/unity/Exceptions_test.cpp (+3/-3)
test/gtest/unity/api/Version/Version_test.cpp (+3/-3)
test/gtest/unity/util/Daemon/Daemon_test.cpp (+3/-3)
test/gtest/unity/util/Daemon/daemon-tester.py (+3/-3)
test/gtest/unity/util/DefinesPtrs/DefinesPtrs_test.cpp (+3/-3)
test/gtest/unity/util/FileIO/FileIO_test.cpp (+3/-3)
test/gtest/unity/util/IniParser/IniParser_test.cpp (+3/-3)
test/gtest/unity/util/ResourcePtr/ResourcePtr_test.cpp (+3/-3)
test/headers/check_public_headers.py (+3/-3)
test/headers/compile_headers.py (+3/-3)
test/headers/includechecker.py (+3/-3)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockActionModel.cpp (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockActionModel.h (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockModel.cpp (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockModel.h (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotification.cpp (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotification.h (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.cpp (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.h (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockSource.cpp (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockSource.h (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/TestNotificationsPlugin.cpp (+1/-1)
test/qmltest/mocks/plugins/Unity/Notifications/TestNotificationsPlugin.h (+1/-1)
test/qmltest/modules/TestUtil/TestUtil.cpp (+3/-3)
test/qmltest/modules/TestUtil/TestUtil.h (+3/-3)
test/qmltest/modules/TestUtil/TestUtilPlugin.cpp (+3/-3)
test/qmltest/modules/TestUtil/TestUtilPlugin.h (+3/-3)
test/qmltest/modules/TestUtil/test/MockObjectForInstanceOfTest.qml (+3/-3)
test/qmltest/modules/TestUtil/test/MockObjectForInstanceOfTestChild.qml (+3/-3)
test/qmltest/modules/TestUtil/test/tst_TestUtil.qml (+3/-3)
test/qmltest/unity/shell/notifications/tst_Notifications.qml (+3/-3)
test/whitespace/check_whitespace.py (+3/-3)
To merge this branch: bzr merge lp:~michihenning/unity-api/licensecheck
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
PS Jenkins bot (community) continuous-integration Approve
Unity Team Pending
Review via email: mp+171693@code.launchpad.net

Commit message

Changed "Lesser GNU General Public License" to "GNU Lesser General Public License" throughout.
Fixed five files that used GPL instead of LGPL. licensecheck comes up clean now, reporting LGPL v3 for everything.

Description of the change

Changed "Lesser GNU General Public License" to "GNU Lesser General Public License" throughout.
Fixed five files that used GPL instead of LGPL. licensecheck comes up clean now, reporting LGPL v3 for everything.

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
Didier Roche-Tolomelli (didrocks) wrote :

Excellent, you renamed the tests/ content into LGPL, which is the easiest. All looks good (and I don't care of renaming COPYING.LIB". Approving :)

review: Approve
68. By Michi Henning

Changed "Lesser GNU General Public License" to "GNU Lesser General Public License" throughout.
Fixed five files that used GPL instead of LGPL. licensecheck comes up clean now, reporting LGPL v3 for everything. Fixes: https://bugs.launchpad.net/bugs/1194867.

Approved by Didier Roche, PS Jenkins bot.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'INSTALL'
2--- INSTALL 2013-06-12 22:07:05 +0000
3+++ INSTALL 2013-06-26 23:53:23 +0000
4@@ -2,15 +2,15 @@
5 # Copyright (C) 2013 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 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15-# Lesser GNU General Public License for more details.
16+# GNU Lesser General Public License for more details.
17 #
18-# You should have received a copy of the Lesser GNU General Public License
19+# You should have received a copy of the GNU Lesser General Public License
20 # along with this program. If not, see <http://www.gnu.org/licenses/>.
21 #
22 # Authored by: Michi Henning <michi.henning@canonical.com>
23
24=== modified file 'README'
25--- README 2013-06-20 00:18:18 +0000
26+++ README 2013-06-26 23:53:23 +0000
27@@ -2,15 +2,15 @@
28 # Copyright (C) 2013 Canonical Ltd
29 #
30 # This program is free software: you can redistribute it and/or modify
31-# it under the terms of the Lesser GNU General Public License version 3 as
32+# it under the terms of the GNU Lesser General Public License version 3 as
33 # published by the Free Software Foundation.
34 #
35 # This program is distributed in the hope that it will be useful,
36 # but WITHOUT ANY WARRANTY; without even the implied warranty of
37 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38-# Lesser GNU General Public License for more details.
39+# GNU Lesser General Public License for more details.
40 #
41-# You should have received a copy of the Lesser GNU General Public License
42+# You should have received a copy of the GNU Lesser General Public License
43 # along with this program. If not, see <http://www.gnu.org/licenses/>.
44 #
45 # Authored by: Michi Henning <michi.henning@canonical.com>
46
47=== modified file 'debian/copyright'
48--- debian/copyright 2013-06-12 22:07:05 +0000
49+++ debian/copyright 2013-06-26 23:53:23 +0000
50@@ -6,16 +6,16 @@
51
52 License: LGPL-3
53 This program is free software: you can redistribute it and/or modify
54- it under the terms of the Lesser GNU General Public License as published by
55+ it under the terms of the GNU Lesser General Public License as published by
56 the Free Software Foundation, version 3 of the License.
57 .
58 This program is distributed in the hope that it will be useful,
59 but WITHOUT ANY WARRANTY; without even the implied warranty of
60 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
61- Lesser GNU General Public License for more details.
62+ GNU Lesser General Public License for more details.
63 .
64- You should have received a copy of the Lesser GNU General Public License
65+ You should have received a copy of the GNU Lesser General Public License
66 along with this program. If not, see <http://www.gnu.org/licenses/>.
67 .
68- On Debian systems, the full text of the Lesser GNU General Public License
69+ On Debian systems, the full text of the GNU Lesser General Public License
70 version 3 can be found in the file /usr/share/common-licenses/LGPL-3.
71
72=== modified file 'include/unity/Exception.h'
73--- include/unity/Exception.h 2013-06-17 04:55:33 +0000
74+++ include/unity/Exception.h 2013-06-26 23:53:23 +0000
75@@ -2,15 +2,15 @@
76 * Copyright (C) 2013 Canonical Ltd
77 *
78 * This program is free software: you can redistribute it and/or modify
79- * it under the terms of the Lesser GNU General Public License version 3 as
80+ * it under the terms of the GNU Lesser General Public License version 3 as
81 * published by the Free Software Foundation.
82 *
83 * This program is distributed in the hope that it will be useful,
84 * but WITHOUT ANY WARRANTY; without even the implied warranty of
85 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
86- * Lesser GNU General Public License for more details.
87+ * GNU Lesser General Public License for more details.
88 *
89- * You should have received a copy of the Lesser GNU General Public License
90+ * You should have received a copy of the GNU Lesser General Public License
91 * along with this program. If not, see <http://www.gnu.org/licenses/>.
92 *
93 * Authored by: Michi Henning <michi.henning@canonical.com>
94
95=== modified file 'include/unity/ExceptionImplBase.h'
96--- include/unity/ExceptionImplBase.h 2013-06-14 05:22:11 +0000
97+++ include/unity/ExceptionImplBase.h 2013-06-26 23:53:23 +0000
98@@ -2,15 +2,15 @@
99 * Copyright (C) 2013 Canonical Ltd
100 *
101 * This program is free software: you can redistribute it and/or modify
102- * it under the terms of the GNU General Public License version 3 as
103+ * it under the terms of the GNU Lesser General Public License version 3 as
104 * published by the Free Software Foundation.
105 *
106 * This program is distributed in the hope that it will be useful,
107 * but WITHOUT ANY WARRANTY; without even the implied warranty of
108 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
109- * GNU General Public License for more details.
110+ * GNU Lesser General Public License for more details.
111 *
112- * You should have received a copy of the GNU General Public License
113+ * You should have received a copy of the GNU Lesser General Public License
114 * along with this program. If not, see <http://www.gnu.org/licenses/>.
115 *
116 * Authored by: Michi Henning <michi.henning@canonical.com>
117
118=== modified file 'include/unity/SymbolExport.h'
119--- include/unity/SymbolExport.h 2013-06-18 02:10:19 +0000
120+++ include/unity/SymbolExport.h 2013-06-26 23:53:23 +0000
121@@ -2,15 +2,15 @@
122 * Copyright (C) 2013 Canonical Ltd
123 *
124 * This program is free software: you can redistribute it and/or modify
125- * it under the terms of the Lesser GNU General Public License version 3 as
126+ * it under the terms of the GNU Lesser General Public License version 3 as
127 * published by the Free Software Foundation.
128 *
129 * This program is distributed in the hope that it will be useful,
130 * but WITHOUT ANY WARRANTY; without even the implied warranty of
131 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
132- * Lesser GNU General Public License for more details.
133+ * GNU Lesser General Public License for more details.
134 *
135- * You should have received a copy of the Lesser GNU General Public License
136+ * You should have received a copy of the GNU Lesser General Public License
137 * along with this program. If not, see <http://www.gnu.org/licenses/>.
138 *
139 * Authored by: Michi Henning <michi.henning@canonical.com>
140
141=== modified file 'include/unity/UnityExceptions.h'
142--- include/unity/UnityExceptions.h 2013-06-17 04:55:33 +0000
143+++ include/unity/UnityExceptions.h 2013-06-26 23:53:23 +0000
144@@ -2,15 +2,15 @@
145 * Copyright (C) 2013 Canonical Ltd
146 *
147 * This program is free software: you can redistribute it and/or modify
148- * it under the terms of the Lesser GNU General Public License version 3 as
149+ * it under the terms of the GNU Lesser General Public License version 3 as
150 * published by the Free Software Foundation.
151 *
152 * This program is distributed in the hope that it will be useful,
153 * but WITHOUT ANY WARRANTY; without even the implied warranty of
154 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
155- * Lesser GNU General Public License for more details.
156+ * GNU Lesser General Public License for more details.
157 *
158- * You should have received a copy of the Lesser GNU General Public License
159+ * You should have received a copy of the GNU Lesser General Public License
160 * along with this program. If not, see <http://www.gnu.org/licenses/>.
161 *
162 * Authored by: Michi Henning <michi.henning@canonical.com>
163
164=== modified file 'include/unity/api/Version.h.in'
165--- include/unity/api/Version.h.in 2013-06-12 22:07:05 +0000
166+++ include/unity/api/Version.h.in 2013-06-26 23:53:23 +0000
167@@ -6,15 +6,15 @@
168 * Copyright (C) 2013 Canonical Ltd
169 *
170 * This program is free software: you can redistribute it and/or modify
171- * it under the terms of the Lesser GNU General Public License version 3 as
172+ * it under the terms of the GNU Lesser General Public License version 3 as
173 * published by the Free Software Foundation.
174 *
175 * This program is distributed in the hope that it will be useful,
176 * but WITHOUT ANY WARRANTY; without even the implied warranty of
177 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
178- * Lesser GNU General Public License for more details.
179+ * GNU Lesser General Public License for more details.
180 *
181- * You should have received a copy of the Lesser GNU General Public License
182+ * You should have received a copy of the GNU Lesser General Public License
183 * along with this program. If not, see <http://www.gnu.org/licenses/>.
184 *
185 * Authored by: Michi Henning <michi.henning@canonical.com>
186
187=== modified file 'include/unity/util/Daemon.h'
188--- include/unity/util/Daemon.h 2013-06-12 22:07:05 +0000
189+++ include/unity/util/Daemon.h 2013-06-26 23:53:23 +0000
190@@ -2,15 +2,15 @@
191 * Copyright (C) 2013 Canonical Ltd
192 *
193 * This program is free software: you can redistribute it and/or modify
194- * it under the terms of the Lesser GNU General Public License version 3 as
195+ * it under the terms of the GNU Lesser General Public License version 3 as
196 * published by the Free Software Foundation.
197 *
198 * This program is distributed in the hope that it will be useful,
199 * but WITHOUT ANY WARRANTY; without even the implied warranty of
200 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
201- * Lesser GNU General Public License for more details.
202+ * GNU Lesser General Public License for more details.
203 *
204- * You should have received a copy of the Lesser GNU General Public License
205+ * You should have received a copy of the GNU Lesser General Public License
206 * along with this program. If not, see <http://www.gnu.org/licenses/>.
207 *
208 * Authored by: Michi Henning <michi.henning@canonical.com>
209
210=== modified file 'include/unity/util/DefinesPtrs.h'
211--- include/unity/util/DefinesPtrs.h 2013-06-12 22:07:05 +0000
212+++ include/unity/util/DefinesPtrs.h 2013-06-26 23:53:23 +0000
213@@ -2,15 +2,15 @@
214 * Copyright (C) 2013 Canonical Ltd
215 *
216 * This program is free software: you can redistribute it and/or modify
217- * it under the terms of the Lesser GNU General Public License version 3 as
218+ * it under the terms of the GNU Lesser General Public License version 3 as
219 * published by the Free Software Foundation.
220 *
221 * This program is distributed in the hope that it will be useful,
222 * but WITHOUT ANY WARRANTY; without even the implied warranty of
223 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
224- * Lesser GNU General Public License for more details.
225+ * GNU Lesser General Public License for more details.
226 *
227- * You should have received a copy of the Lesser GNU General Public License
228+ * You should have received a copy of the GNU Lesser General Public License
229 * along with this program. If not, see <http://www.gnu.org/licenses/>.
230 *
231 * Authored by: Michi Henning <michi.henning@canonical.com>
232
233=== modified file 'include/unity/util/FileIO.h'
234--- include/unity/util/FileIO.h 2013-06-12 22:07:05 +0000
235+++ include/unity/util/FileIO.h 2013-06-26 23:53:23 +0000
236@@ -2,15 +2,15 @@
237 * Copyright (C) 2013 Canonical Ltd
238 *
239 * This program is free software: you can redistribute it and/or modify
240- * it under the terms of the Lesser GNU General Public License version 3 as
241+ * it under the terms of the GNU Lesser General Public License version 3 as
242 * published by the Free Software Foundation.
243 *
244 * This program is distributed in the hope that it will be useful,
245 * but WITHOUT ANY WARRANTY; without even the implied warranty of
246 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
247- * Lesser GNU General Public License for more details.
248+ * GNU Lesser General Public License for more details.
249 *
250- * You should have received a copy of the Lesser GNU General Public License
251+ * You should have received a copy of the GNU Lesser General Public License
252 * along with this program. If not, see <http://www.gnu.org/licenses/>.
253 *
254 * Authored by: Michi Henning <michi.henning@canonical.com>
255
256=== modified file 'include/unity/util/IniParser.h'
257--- include/unity/util/IniParser.h 2013-06-19 08:34:53 +0000
258+++ include/unity/util/IniParser.h 2013-06-26 23:53:23 +0000
259@@ -2,15 +2,15 @@
260 * Copyright (C) 2013 Canonical Ltd
261 *
262 * This program is free software: you can redistribute it and/or modify
263- * it under the terms of the GNU General Public License version 3 as
264+ * it under the terms of the GNU Lesser General Public License version 3 as
265 * published by the Free Software Foundation.
266 *
267 * This program is distributed in the hope that it will be useful,
268 * but WITHOUT ANY WARRANTY; without even the implied warranty of
269 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
270- * GNU General Public License for more details.
271+ * GNU Lesser General Public License for more details.
272 *
273- * You should have received a copy of the GNU General Public License
274+ * You should have received a copy of the GNU Lesser General Public License
275 * along with this program. If not, see <http://www.gnu.org/licenses/>.
276 *
277 * Authored by: Jussi Pakkanen <jussi.pakkanen@canonical.com>
278
279=== modified file 'include/unity/util/NonCopyable.h'
280--- include/unity/util/NonCopyable.h 2013-06-12 22:07:05 +0000
281+++ include/unity/util/NonCopyable.h 2013-06-26 23:53:23 +0000
282@@ -2,15 +2,15 @@
283 * Copyright (C) 2013 Canonical Ltd
284 *
285 * This program is free software: you can redistribute it and/or modify
286- * it under the terms of the Lesser GNU General Public License version 3 as
287+ * it under the terms of the GNU Lesser General Public License version 3 as
288 * published by the Free Software Foundation.
289 *
290 * This program is distributed in the hope that it will be useful,
291 * but WITHOUT ANY WARRANTY; without even the implied warranty of
292 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
293- * Lesser GNU General Public License for more details.
294+ * GNU Lesser General Public License for more details.
295 *
296- * You should have received a copy of the Lesser GNU General Public License
297+ * You should have received a copy of the GNU Lesser General Public License
298 * along with this program. If not, see <http://www.gnu.org/licenses/>.
299 *
300 * Authored by: Michi Henning <michi.henning@canonical.com>
301
302=== modified file 'include/unity/util/ResourcePtr.h'
303--- include/unity/util/ResourcePtr.h 2013-06-18 02:10:19 +0000
304+++ include/unity/util/ResourcePtr.h 2013-06-26 23:53:23 +0000
305@@ -2,15 +2,15 @@
306 * Copyright (C) 2013 Canonical Ltd
307 *
308 * This program is free software: you can redistribute it and/or modify
309- * it under the terms of the Lesser GNU General Public License version 3 as
310+ * it under the terms of the GNU Lesser General Public License version 3 as
311 * published by the Free Software Foundation.
312 *
313 * This program is distributed in the hope that it will be useful,
314 * but WITHOUT ANY WARRANTY; without even the implied warranty of
315 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
316- * Lesser GNU General Public License for more details.
317+ * GNU Lesser General Public License for more details.
318 *
319- * You should have received a copy of the Lesser GNU General Public License
320+ * You should have received a copy of the GNU Lesser General Public License
321 * along with this program. If not, see <http://www.gnu.org/licenses/>.
322 *
323 * Authored by: Michi Henning <michi.henning@canonical.com>
324
325=== modified file 'include/unity/util/internal/DaemonImpl.h'
326--- include/unity/util/internal/DaemonImpl.h 2013-06-12 22:07:05 +0000
327+++ include/unity/util/internal/DaemonImpl.h 2013-06-26 23:53:23 +0000
328@@ -2,15 +2,15 @@
329 * Copyright (C) 2013 Canonical Ltd
330 *
331 * This program is free software: you can redistribute it and/or modify
332- * it under the terms of the Lesser GNU General Public License version 3 as
333+ * it under the terms of the GNU Lesser General Public License version 3 as
334 * published by the Free Software Foundation.
335 *
336 * This program is distributed in the hope that it will be useful,
337 * but WITHOUT ANY WARRANTY; without even the implied warranty of
338 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
339- * Lesser GNU General Public License for more details.
340+ * GNU Lesser General Public License for more details.
341 *
342- * You should have received a copy of the Lesser GNU General Public License
343+ * You should have received a copy of the GNU Lesser General Public License
344 * along with this program. If not, see <http://www.gnu.org/licenses/>.
345 *
346 * Authored by: Michi Henning <michi.henning@canonical.com>
347
348=== modified file 'src/libunity-api.pc.in'
349--- src/libunity-api.pc.in 2013-06-17 08:02:36 +0000
350+++ src/libunity-api.pc.in 2013-06-26 23:53:23 +0000
351@@ -2,15 +2,15 @@
352 # Copyright (C) 2013 Canonical Ltd
353 #
354 # This program is free software: you can redistribute it and/or modify
355-# it under the terms of the Lesser GNU General Public License version 3 as
356+# it under the terms of the GNU Lesser General Public License version 3 as
357 # published by the Free Software Foundation.
358 #
359 # This program is distributed in the hope that it will be useful,
360 # but WITHOUT ANY WARRANTY; without even the implied warranty of
361 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
362-# Lesser GNU General Public License for more details.
363+# GNU Lesser General Public License for more details.
364 #
365-# You should have received a copy of the Lesser GNU General Public License
366+# You should have received a copy of the GNU Lesser General Public License
367 # along with this program. If not, see <http://www.gnu.org/licenses/>.
368 #
369 # Authored by: Michi Henning <michi.henning@canonical.com>
370
371=== modified file 'src/pch/unityapi_pch.hh'
372--- src/pch/unityapi_pch.hh 2013-06-18 14:22:30 +0000
373+++ src/pch/unityapi_pch.hh 2013-06-26 23:53:23 +0000
374@@ -2,15 +2,15 @@
375 * Copyright (C) 2013 Canonical Ltd
376 *
377 * This program is free software: you can redistribute it and/or modify
378- * it under the terms of the Lesser GNU General Public License version 3 as
379+ * it under the terms of the GNU Lesser General Public License version 3 as
380 * published by the Free Software Foundation.
381 *
382 * This program is distributed in the hope that it will be useful,
383 * but WITHOUT ANY WARRANTY; without even the implied warranty of
384 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
385- * Lesser GNU General Public License for more details.
386+ * GNU Lesser General Public License for more details.
387 *
388- * You should have received a copy of the Lesser GNU General Public License
389+ * You should have received a copy of the GNU Lesser General Public License
390 * along with this program. If not, see <http://www.gnu.org/licenses/>.
391 *
392 * Authored by: Jussi Pakkanen <jussi.pakkanen@canonical.com>
393
394=== modified file 'src/unity/Exception.cpp'
395--- src/unity/Exception.cpp 2013-06-18 02:10:19 +0000
396+++ src/unity/Exception.cpp 2013-06-26 23:53:23 +0000
397@@ -2,15 +2,15 @@
398 * Copyright (C) 2012 Canonical Ltd
399 *
400 * This program is free software: you can redistribute it and/or modify
401- * it under the terms of the Lesser GNU General Public License version 3 as
402+ * it under the terms of the GNU Lesser General Public License version 3 as
403 * published by the Free Software Foundation.
404 *
405 * This program is distributed in the hope that it will be useful,
406 * but WITHOUT ANY WARRANTY; without even the implied warranty of
407 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
408- * Lesser GNU General Public License for more details.
409+ * GNU Lesser General Public License for more details.
410 *
411- * You should have received a copy of the Lesser GNU General Public License
412+ * You should have received a copy of the GNU Lesser General Public License
413 * along with this program. If not, see <http://www.gnu.org/licenses/>.
414 *
415 * Authored by: Michi Henning <michi.henning@canonical.com>
416
417=== modified file 'src/unity/ExceptionImplBase.cpp'
418--- src/unity/ExceptionImplBase.cpp 2013-06-18 02:10:19 +0000
419+++ src/unity/ExceptionImplBase.cpp 2013-06-26 23:53:23 +0000
420@@ -1,16 +1,16 @@
421 /*
422- * Copyright (C) 2012 Canonical Ltd
423+ * Copyright (C) 2013 Canonical Ltd
424 *
425 * This program is free software: you can redistribute it and/or modify
426- * it under the terms of the GNU General Public License version 3 as
427+ * it under the terms of the GNU Lesser General Public License version 3 as
428 * published by the Free Software Foundation.
429 *
430 * This program is distributed in the hope that it will be useful,
431 * but WITHOUT ANY WARRANTY; without even the implied warranty of
432 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
433- * GNU General Public License for more details.
434+ * GNU Lesser General Public License for more details.
435 *
436- * You should have received a copy of the GNU General Public License
437+ * You should have received a copy of the GNU Lesser General Public License
438 * along with this program. If not, see <http://www.gnu.org/licenses/>.
439 *
440 * Authored by: Michi Henning <michi.henning@canonical.com>
441
442=== modified file 'src/unity/UnityExceptions.cpp'
443--- src/unity/UnityExceptions.cpp 2013-06-18 02:10:19 +0000
444+++ src/unity/UnityExceptions.cpp 2013-06-26 23:53:23 +0000
445@@ -2,15 +2,15 @@
446 * Copyright (C) 2012 Canonical Ltd
447 *
448 * This program is free software: you can redistribute it and/or modify
449- * it under the terms of the Lesser GNU General Public License version 3 as
450+ * it under the terms of the GNU Lesser General Public License version 3 as
451 * published by the Free Software Foundation.
452 *
453 * This program is distributed in the hope that it will be useful,
454 * but WITHOUT ANY WARRANTY; without even the implied warranty of
455 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
456- * Lesser GNU General Public License for more details.
457+ * GNU Lesser General Public License for more details.
458 *
459- * You should have received a copy of the Lesser GNU General Public License
460+ * You should have received a copy of the GNU Lesser General Public License
461 * along with this program. If not, see <http://www.gnu.org/licenses/>.
462 *
463 * Authored by: Michi Henning <michi.henning@canonical.com>
464
465=== modified file 'src/unity/api/Version.cpp'
466--- src/unity/api/Version.cpp 2013-06-12 22:07:05 +0000
467+++ src/unity/api/Version.cpp 2013-06-26 23:53:23 +0000
468@@ -2,15 +2,15 @@
469 * Copyright (C) 2013 Canonical Ltd
470 *
471 * This program is free software: you can redistribute it and/or modify
472- * it under the terms of the Lesser GNU General Public License version 3 as
473+ * it under the terms of the GNU Lesser General Public License version 3 as
474 * published by the Free Software Foundation.
475 *
476 * This program is distributed in the hope that it will be useful,
477 * but WITHOUT ANY WARRANTY; without even the implied warranty of
478 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
479- * Lesser GNU General Public License for more details.
480+ * GNU Lesser General Public License for more details.
481 *
482- * You should have received a copy of the Lesser GNU General Public License
483+ * You should have received a copy of the GNU Lesser General Public License
484 * along with this program. If not, see <http://www.gnu.org/licenses/>.
485 *
486 * Authored by: Michi Henning <michi.henning@canonical.com>
487
488=== modified file 'src/unity/util/Daemon.cpp'
489--- src/unity/util/Daemon.cpp 2013-06-18 02:10:19 +0000
490+++ src/unity/util/Daemon.cpp 2013-06-26 23:53:23 +0000
491@@ -2,15 +2,15 @@
492 * Copyright (C) 2013 Canonical Ltd
493 *
494 * This program is free software: you can redistribute it and/or modify
495- * it under the terms of the Lesser GNU General Public License version 3 as
496+ * it under the terms of the GNU Lesser General Public License version 3 as
497 * published by the Free Software Foundation.
498 *
499 * This program is distributed in the hope that it will be useful,
500 * but WITHOUT ANY WARRANTY; without even the implied warranty of
501 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
502- * Lesser GNU General Public License for more details.
503+ * GNU Lesser General Public License for more details.
504 *
505- * You should have received a copy of the Lesser GNU General Public License
506+ * You should have received a copy of the GNU Lesser General Public License
507 * along with this program. If not, see <http://www.gnu.org/licenses/>.
508 *
509 * Authored by: Michi Henning <michi.henning@canonical.com>
510
511=== modified file 'src/unity/util/FileIO.cpp'
512--- src/unity/util/FileIO.cpp 2013-06-18 02:10:19 +0000
513+++ src/unity/util/FileIO.cpp 2013-06-26 23:53:23 +0000
514@@ -2,15 +2,15 @@
515 * Copyright (C) 2013 Canonical Ltd
516 *
517 * This program is free software: you can redistribute it and/or modify
518- * it under the terms of the Lesser GNU General Public License version 3 as
519+ * it under the terms of the GNU Lesser General Public License version 3 as
520 * published by the Free Software Foundation.
521 *
522 * This program is distributed in the hope that it will be useful,
523 * but WITHOUT ANY WARRANTY; without even the implied warranty of
524 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
525- * Lesser GNU General Public License for more details.
526+ * GNU Lesser General Public License for more details.
527 *
528- * You should have received a copy of the Lesser GNU General Public License
529+ * You should have received a copy of the GNU Lesser General Public License
530 * along with this program. If not, see <http://www.gnu.org/licenses/>.
531 *
532 * Authored by: Michi Henning <michi.henning@canonical.com>
533
534=== modified file 'src/unity/util/IniParser.cpp'
535--- src/unity/util/IniParser.cpp 2013-06-20 07:26:31 +0000
536+++ src/unity/util/IniParser.cpp 2013-06-26 23:53:23 +0000
537@@ -2,15 +2,15 @@
538 * Copyright (C) 2013 Canonical Ltd
539 *
540 * This program is free software: you can redistribute it and/or modify
541- * it under the terms of the GNU General Public License version 3 as
542+ * it under the terms of the GNU Lesser General Public License version 3 as
543 * published by the Free Software Foundation.
544 *
545 * This program is distributed in the hope that it will be useful,
546 * but WITHOUT ANY WARRANTY; without even the implied warranty of
547 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
548- * GNU General Public License for more details.
549+ * GNU Lesser General Public License for more details.
550 *
551- * You should have received a copy of the GNU General Public License
552+ * You should have received a copy of the GNU Lesser General Public License
553 * along with this program. If not, see <http://www.gnu.org/licenses/>.
554 *
555 * Authored by: Jussi Pakkanen <jussi.pakkanen@canonical.com>
556
557=== modified file 'src/unity/util/internal/DaemonImpl.cpp'
558--- src/unity/util/internal/DaemonImpl.cpp 2013-06-18 02:10:19 +0000
559+++ src/unity/util/internal/DaemonImpl.cpp 2013-06-26 23:53:23 +0000
560@@ -2,15 +2,15 @@
561 * Copyright (C) 2013 Canonical Ltd
562 *
563 * This program is free software: you can redistribute it and/or modify
564- * it under the terms of the Lesser GNU General Public License version 3 as
565+ * it under the terms of the GNU Lesser General Public License version 3 as
566 * published by the Free Software Foundation.
567 *
568 * This program is distributed in the hope that it will be useful,
569 * but WITHOUT ANY WARRANTY; without even the implied warranty of
570 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
571- * Lesser GNU General Public License for more details.
572+ * GNU Lesser General Public License for more details.
573 *
574- * You should have received a copy of the Lesser GNU General Public License
575+ * You should have received a copy of the GNU Lesser General Public License
576 * along with this program. If not, see <http://www.gnu.org/licenses/>.
577 *
578 * Authored by: Michi Henning <michi.henning@canonical.com>
579
580=== modified file 'test/copyright/check_copyright.sh'
581--- test/copyright/check_copyright.sh 2013-06-12 22:07:05 +0000
582+++ test/copyright/check_copyright.sh 2013-06-26 23:53:23 +0000
583@@ -4,15 +4,15 @@
584 # Copyright (C) 2013 Canonical Ltd
585 #
586 # This program is free software: you can redistribute it and/or modify
587-# it under the terms of the Lesser GNU General Public License version 3 as
588+# it under the terms of the GNU Lesser General Public License version 3 as
589 # published by the Free Software Foundation.
590 #
591 # This program is distributed in the hope that it will be useful,
592 # but WITHOUT ANY WARRANTY; without even the implied warranty of
593 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
594-# Lesser GNU General Public License for more details.
595+# GNU Lesser General Public License for more details.
596 #
597-# You should have received a copy of the Lesser GNU General Public License
598+# You should have received a copy of the GNU Lesser General Public License
599 # along with this program. If not, see <http://www.gnu.org/licenses/>.
600 #
601 # Authored by: Michi Henning <michi.henning@canonical.com>
602
603=== modified file 'test/gtest/unity/Exceptions_test.cpp'
604--- test/gtest/unity/Exceptions_test.cpp 2013-06-18 02:10:19 +0000
605+++ test/gtest/unity/Exceptions_test.cpp 2013-06-26 23:53:23 +0000
606@@ -2,15 +2,15 @@
607 * Copyright (C) 2013 Canonical Ltd
608 *
609 * This program is free software: you can redistribute it and/or modify
610- * it under the terms of the Lesser GNU General Public License version 3 as
611+ * it under the terms of the GNU Lesser General Public License version 3 as
612 * published by the Free Software Foundation.
613 *
614 * This program is distributed in the hope that it will be useful,
615 * but WITHOUT ANY WARRANTY; without even the implied warranty of
616 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
617- * Lesser GNU General Public License for more details.
618+ * GNU Lesser General Public License for more details.
619 *
620- * You should have received a copy of the Lesser GNU General Public License
621+ * You should have received a copy of the GNU Lesser General Public License
622 * along with this program. If not, see <http://www.gnu.org/licenses/>.
623 *
624 * Authored by: Michi Henning <michi.henning@canonical.com>
625
626=== modified file 'test/gtest/unity/api/Version/Version_test.cpp'
627--- test/gtest/unity/api/Version/Version_test.cpp 2013-06-12 22:07:05 +0000
628+++ test/gtest/unity/api/Version/Version_test.cpp 2013-06-26 23:53:23 +0000
629@@ -2,15 +2,15 @@
630 * Copyright (C) 2013 Canonical Ltd
631 *
632 * This program is free software: you can redistribute it and/or modify
633- * it under the terms of the Lesser GNU General Public License version 3 as
634+ * it under the terms of the GNU Lesser General Public License version 3 as
635 * published by the Free Software Foundation.
636 *
637 * This program is distributed in the hope that it will be useful,
638 * but WITHOUT ANY WARRANTY; without even the implied warranty of
639 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
640- * Lesser GNU General Public License for more details.
641+ * GNU Lesser General Public License for more details.
642 *
643- * You should have received a copy of the Lesser GNU General Public License
644+ * You should have received a copy of the GNU Lesser General Public License
645 * along with this program. If not, see <http://www.gnu.org/licenses/>.
646 *
647 * Authored by: Michi Henning <michi.henning@canonical.com>
648
649=== modified file 'test/gtest/unity/util/Daemon/Daemon_test.cpp'
650--- test/gtest/unity/util/Daemon/Daemon_test.cpp 2013-06-18 02:10:19 +0000
651+++ test/gtest/unity/util/Daemon/Daemon_test.cpp 2013-06-26 23:53:23 +0000
652@@ -2,15 +2,15 @@
653 * Copyright (C) 2013 Canonical Ltd
654 *
655 * This program is free software: you can redistribute it and/or modify
656- * it under the terms of the Lesser GNU General Public License version 3 as
657+ * it under the terms of the GNU Lesser General Public License version 3 as
658 * published by the Free Software Foundation.
659 *
660 * This program is distributed in the hope that it will be useful,
661 * but WITHOUT ANY WARRANTY; without even the implied warranty of
662 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
663- * Lesser GNU General Public License for more details.
664+ * GNU Lesser General Public License for more details.
665 *
666- * You should have received a copy of the Lesser GNU General Public License
667+ * You should have received a copy of the GNU Lesser General Public License
668 * along with this program. If not, see <http://www.gnu.org/licenses/>.
669 *
670 * Authored by: Michi Henning <michi.henning@canonical.com>
671
672=== modified file 'test/gtest/unity/util/Daemon/daemon-tester.py'
673--- test/gtest/unity/util/Daemon/daemon-tester.py 2013-06-12 22:07:05 +0000
674+++ test/gtest/unity/util/Daemon/daemon-tester.py 2013-06-26 23:53:23 +0000
675@@ -4,15 +4,15 @@
676 # Copyright (C) 2013 Canonical Ltd
677 #
678 # This program is free software: you can redistribute it and/or modify
679-# it under the terms of the Lesser GNU General Public License version 3 as
680+# it under the terms of the GNU Lesser General Public License version 3 as
681 # published by the Free Software Foundation.
682 #
683 # This program is distributed in the hope that it will be useful,
684 # but WITHOUT ANY WARRANTY; without even the implied warranty of
685 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
686-# Lesser GNU General Public License for more details.
687+# GNU Lesser General Public License for more details.
688 #
689-# You should have received a copy of the Lesser GNU General Public License
690+# You should have received a copy of the GNU Lesser General Public License
691 # along with this program. If not, see <http://www.gnu.org/licenses/>.
692 #
693 # Authored by: Michi Henning <michi.henning@canonical.com>
694
695=== modified file 'test/gtest/unity/util/DefinesPtrs/DefinesPtrs_test.cpp'
696--- test/gtest/unity/util/DefinesPtrs/DefinesPtrs_test.cpp 2013-06-12 22:07:05 +0000
697+++ test/gtest/unity/util/DefinesPtrs/DefinesPtrs_test.cpp 2013-06-26 23:53:23 +0000
698@@ -2,15 +2,15 @@
699 * Copyright (C) 2013 Canonical Ltd
700 *
701 * This program is free software: you can redistribute it and/or modify
702- * it under the terms of the Lesser GNU General Public License version 3 as
703+ * it under the terms of the GNU Lesser General Public License version 3 as
704 * published by the Free Software Foundation.
705 *
706 * This program is distributed in the hope that it will be useful,
707 * but WITHOUT ANY WARRANTY; without even the implied warranty of
708 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
709- * Lesser GNU General Public License for more details.
710+ * GNU Lesser General Public License for more details.
711 *
712- * You should have received a copy of the Lesser GNU General Public License
713+ * You should have received a copy of the GNU Lesser General Public License
714 * along with this program. If not, see <http://www.gnu.org/licenses/>.
715 *
716 * Authored by: Michi Henning <michi.henning@canonical.com>
717
718=== modified file 'test/gtest/unity/util/FileIO/FileIO_test.cpp'
719--- test/gtest/unity/util/FileIO/FileIO_test.cpp 2013-06-12 22:07:05 +0000
720+++ test/gtest/unity/util/FileIO/FileIO_test.cpp 2013-06-26 23:53:23 +0000
721@@ -2,15 +2,15 @@
722 * Copyright (C) 2013 Canonical Ltd
723 *
724 * This program is free software: you can redistribute it and/or modify
725- * it under the terms of the Lesser GNU General Public License version 3 as
726+ * it under the terms of the GNU Lesser General Public License version 3 as
727 * published by the Free Software Foundation.
728 *
729 * This program is distributed in the hope that it will be useful,
730 * but WITHOUT ANY WARRANTY; without even the implied warranty of
731 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
732- * Lesser GNU General Public License for more details.
733+ * GNU Lesser General Public License for more details.
734 *
735- * You should have received a copy of the Lesser GNU General Public License
736+ * You should have received a copy of the GNU Lesser General Public License
737 * along with this program. If not, see <http://www.gnu.org/licenses/>.
738 *
739 * Authored by: Michi Henning <michi.henning@canonical.com>
740
741=== modified file 'test/gtest/unity/util/IniParser/IniParser_test.cpp'
742--- test/gtest/unity/util/IniParser/IniParser_test.cpp 2013-06-07 09:00:40 +0000
743+++ test/gtest/unity/util/IniParser/IniParser_test.cpp 2013-06-26 23:53:23 +0000
744@@ -2,15 +2,15 @@
745 * Copyright (C) 2013 Canonical Ltd
746 *
747 * This program is free software: you can redistribute it and/or modify
748- * it under the terms of the GNU General Public License version 3 as
749+ * it under the terms of the GNU Lesser General Public License version 3 as
750 * published by the Free Software Foundation.
751 *
752 * This program is distributed in the hope that it will be useful,
753 * but WITHOUT ANY WARRANTY; without even the implied warranty of
754 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
755- * GNU General Public License for more details.
756+ * GNU Lesser General Public License for more details.
757 *
758- * You should have received a copy of the GNU General Public License
759+ * You should have received a copy of the GNU Lesser General Public License
760 * along with this program. If not, see <http://www.gnu.org/licenses/>.
761 *
762 * Authored by: Jussi Pakkanen <jussi.pakkanen@canonical.com>
763
764=== modified file 'test/gtest/unity/util/ResourcePtr/ResourcePtr_test.cpp'
765--- test/gtest/unity/util/ResourcePtr/ResourcePtr_test.cpp 2013-06-12 22:07:05 +0000
766+++ test/gtest/unity/util/ResourcePtr/ResourcePtr_test.cpp 2013-06-26 23:53:23 +0000
767@@ -2,15 +2,15 @@
768 * Copyright (C) 2013 Canonical Ltd
769 *
770 * This program is free software: you can redistribute it and/or modify
771- * it under the terms of the Lesser GNU General Public License version 3 as
772+ * it under the terms of the GNU Lesser General Public License version 3 as
773 * published by the Free Software Foundation.
774 *
775 * This program is distributed in the hope that it will be useful,
776 * but WITHOUT ANY WARRANTY; without even the implied warranty of
777 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
778- * Lesser GNU General Public License for more details.
779+ * GNU Lesser General Public License for more details.
780 *
781- * You should have received a copy of the Lesser GNU General Public License
782+ * You should have received a copy of the GNU Lesser General Public License
783 * along with this program. If not, see <http://www.gnu.org/licenses/>.
784 *
785 * Authored by: Michi Henning <michi.henning@canonical.com>
786
787=== modified file 'test/headers/check_public_headers.py'
788--- test/headers/check_public_headers.py 2013-06-12 22:07:05 +0000
789+++ test/headers/check_public_headers.py 2013-06-26 23:53:23 +0000
790@@ -4,15 +4,15 @@
791 # Copyright (C) 2013 Canonical Ltd
792 #
793 # This program is free software: you can redistribute it and/or modify
794-# it under the terms of the Lesser GNU General Public License version 3 as
795+# it under the terms of the GNU Lesser General Public License version 3 as
796 # published by the Free Software Foundation.
797 #
798 # This program is distributed in the hope that it will be useful,
799 # but WITHOUT ANY WARRANTY; without even the implied warranty of
800 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
801-# Lesser GNU General Public License for more details.
802+# GNU Lesser General Public License for more details.
803 #
804-# You should have received a copy of the Lesser GNU General Public License
805+# You should have received a copy of the GNU Lesser General Public License
806 # along with this program. If not, see <http://www.gnu.org/licenses/>.
807 #
808 # Authored by: Michi Henning <michi.henning@canonical.com>
809
810=== modified file 'test/headers/compile_headers.py'
811--- test/headers/compile_headers.py 2013-06-12 22:07:05 +0000
812+++ test/headers/compile_headers.py 2013-06-26 23:53:23 +0000
813@@ -4,15 +4,15 @@
814 # Copyright (C) 2013 Canonical Ltd
815 #
816 # This program is free software: you can redistribute it and/or modify
817-# it under the terms of the Lesser GNU General Public License version 3 as
818+# it under the terms of the GNU Lesser General Public License version 3 as
819 # published by the Free Software Foundation.
820 #
821 # This program is distributed in the hope that it will be useful,
822 # but WITHOUT ANY WARRANTY; without even the implied warranty of
823 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
824-# Lesser GNU General Public License for more details.
825+# GNU Lesser General Public License for more details.
826 #
827-# You should have received a copy of the Lesser GNU General Public License
828+# You should have received a copy of the GNU Lesser General Public License
829 # along with this program. If not, see <http://www.gnu.org/licenses/>.
830 #
831 # Authored by: Michi Henning <michi.henning@canonical.com>
832
833=== modified file 'test/headers/includechecker.py'
834--- test/headers/includechecker.py 2013-06-19 08:34:53 +0000
835+++ test/headers/includechecker.py 2013-06-26 23:53:23 +0000
836@@ -3,15 +3,15 @@
837 # Copyright (C) 2013 Canonical Ltd
838 #
839 # This program is free software: you can redistribute it and/or modify
840-# it under the terms of the Lesser GNU General Public License version 3 as
841+# it under the terms of the GNU Lesser General Public License version 3 as
842 # published by the Free Software Foundation.
843 #
844 # This program is distributed in the hope that it will be useful,
845 # but WITHOUT ANY WARRANTY; without even the implied warranty of
846 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
847-# Lesser GNU General Public License for more details.
848+# GNU Lesser General Public License for more details.
849 #
850-# You should have received a copy of the Lesser GNU General Public License
851+# You should have received a copy of the GNU Lesser General Public License
852 # along with this program. If not, see <http://www.gnu.org/licenses/>.
853 #
854 # Authored by: Jussi Pakkanen <jussi.pakkanen@canonical.com>
855
856=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockActionModel.cpp'
857--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockActionModel.cpp 2013-06-12 22:07:05 +0000
858+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockActionModel.cpp 2013-06-26 23:53:23 +0000
859@@ -2,7 +2,7 @@
860 * Copyright 2013 Canonical Ltd.
861 *
862 * This program is free software; you can redistribute it and/or modify
863- * it under the terms of the Lesser GNU General Public License as published by
864+ * it under the terms of the GNU Lesser General Public License as published by
865 * the Free Software Foundation; version 3.
866 *
867 * This program is distributed in the hope that it will be useful,
868
869=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockActionModel.h'
870--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockActionModel.h 2013-06-12 22:07:05 +0000
871+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockActionModel.h 2013-06-26 23:53:23 +0000
872@@ -2,7 +2,7 @@
873 * Copyright 2013 Canonical Ltd.
874 *
875 * This program is free software; you can redistribute it and/or modify
876- * it under the terms of the Lesser GNU General Public License as published by
877+ * it under the terms of the GNU Lesser General Public License as published by
878 * the Free Software Foundation; version 3.
879 *
880 * This program is distributed in the hope that it will be useful,
881
882=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockModel.cpp'
883--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockModel.cpp 2013-06-12 22:07:05 +0000
884+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockModel.cpp 2013-06-26 23:53:23 +0000
885@@ -2,7 +2,7 @@
886 * Copyright 2013 Canonical Ltd.
887 *
888 * This program is free software; you can redistribute it and/or modify
889- * it under the terms of the Lesser GNU General Public License as published by
890+ * it under the terms of the GNU Lesser General Public License as published by
891 * the Free Software Foundation; version 3.
892 *
893 * This program is distributed in the hope that it will be useful,
894
895=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockModel.h'
896--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockModel.h 2013-06-12 22:07:05 +0000
897+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockModel.h 2013-06-26 23:53:23 +0000
898@@ -2,7 +2,7 @@
899 * Copyright 2013 Canonical Ltd.
900 *
901 * This program is free software; you can redistribute it and/or modify
902- * it under the terms of the Lesser GNU General Public License as published by
903+ * it under the terms of the GNU Lesser General Public License as published by
904 * the Free Software Foundation; version 3.
905 *
906 * This program is distributed in the hope that it will be useful,
907
908=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotification.cpp'
909--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotification.cpp 2013-06-12 22:07:05 +0000
910+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotification.cpp 2013-06-26 23:53:23 +0000
911@@ -2,7 +2,7 @@
912 * Copyright 2013 Canonical Ltd.
913 *
914 * This program is free software; you can redistribute it and/or modify
915- * it under the terms of the Lesser GNU General Public License as published by
916+ * it under the terms of the GNU Lesser General Public License as published by
917 * the Free Software Foundation; version 3.
918 *
919 * This program is distributed in the hope that it will be useful,
920
921=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotification.h'
922--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotification.h 2013-06-12 22:07:05 +0000
923+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotification.h 2013-06-26 23:53:23 +0000
924@@ -2,7 +2,7 @@
925 * Copyright 2013 Canonical Ltd.
926 *
927 * This program is free software; you can redistribute it and/or modify
928- * it under the terms of the Lesser GNU General Public License as published by
929+ * it under the terms of the GNU Lesser General Public License as published by
930 * the Free Software Foundation; version 3.
931 *
932 * This program is distributed in the hope that it will be useful,
933
934=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.cpp'
935--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.cpp 2013-06-12 22:07:05 +0000
936+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.cpp 2013-06-26 23:53:23 +0000
937@@ -2,7 +2,7 @@
938 * Copyright 2013 Canonical Ltd.
939 *
940 * This program is free software; you can redistribute it and/or modify
941- * it under the terms of the Lesser GNU General Public License as published by
942+ * it under the terms of the GNU Lesser General Public License as published by
943 * the Free Software Foundation; version 3.
944 *
945 * This program is distributed in the hope that it will be useful,
946
947=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.h'
948--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.h 2013-06-12 22:07:05 +0000
949+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockNotificationsPlugin.h 2013-06-26 23:53:23 +0000
950@@ -2,7 +2,7 @@
951 * Copyright 2013 Canonical Ltd.
952 *
953 * This program is free software; you can redistribute it and/or modify
954- * it under the terms of the Lesser GNU General Public License as published by
955+ * it under the terms of the GNU Lesser General Public License as published by
956 * the Free Software Foundation; version 3.
957 *
958 * This program is distributed in the hope that it will be useful,
959
960=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockSource.cpp'
961--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockSource.cpp 2013-06-12 22:07:05 +0000
962+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockSource.cpp 2013-06-26 23:53:23 +0000
963@@ -2,7 +2,7 @@
964 * Copyright 2013 Canonical Ltd.
965 *
966 * This program is free software; you can redistribute it and/or modify
967- * it under the terms of the Lesser GNU General Public License as published by
968+ * it under the terms of the GNU Lesser General Public License as published by
969 * the Free Software Foundation; version 3.
970 *
971 * This program is distributed in the hope that it will be useful,
972
973=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockSource.h'
974--- test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockSource.h 2013-06-12 22:07:05 +0000
975+++ test/qmltest/mocks/plugins/Unity/Notifications/Mocks/MockSource.h 2013-06-26 23:53:23 +0000
976@@ -2,7 +2,7 @@
977 * Copyright 2013 Canonical Ltd.
978 *
979 * This program is free software; you can redistribute it and/or modify
980- * it under the terms of the Lesser GNU General Public License as published by
981+ * it under the terms of the GNU Lesser General Public License as published by
982 * the Free Software Foundation; version 3.
983 *
984 * This program is distributed in the hope that it will be useful,
985
986=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/TestNotificationsPlugin.cpp'
987--- test/qmltest/mocks/plugins/Unity/Notifications/TestNotificationsPlugin.cpp 2013-06-12 22:07:05 +0000
988+++ test/qmltest/mocks/plugins/Unity/Notifications/TestNotificationsPlugin.cpp 2013-06-26 23:53:23 +0000
989@@ -2,7 +2,7 @@
990 * Copyright 2013 Canonical Ltd.
991 *
992 * This program is free software; you can redistribute it and/or modify
993- * it under the terms of the Lesser GNU General Public License as published by
994+ * it under the terms of the GNU Lesser General Public License as published by
995 * the Free Software Foundation; version 3.
996 *
997 * This program is distributed in the hope that it will be useful,
998
999=== modified file 'test/qmltest/mocks/plugins/Unity/Notifications/TestNotificationsPlugin.h'
1000--- test/qmltest/mocks/plugins/Unity/Notifications/TestNotificationsPlugin.h 2013-06-12 22:07:05 +0000
1001+++ test/qmltest/mocks/plugins/Unity/Notifications/TestNotificationsPlugin.h 2013-06-26 23:53:23 +0000
1002@@ -2,7 +2,7 @@
1003 * Copyright 2013 Canonical Ltd.
1004 *
1005 * This program is free software; you can redistribute it and/or modify
1006- * it under the terms of the Lesser GNU General Public License as published by
1007+ * it under the terms of the GNU Lesser General Public License as published by
1008 * the Free Software Foundation; version 3.
1009 *
1010 * This program is distributed in the hope that it will be useful,
1011
1012=== modified file 'test/qmltest/modules/TestUtil/TestUtil.cpp'
1013--- test/qmltest/modules/TestUtil/TestUtil.cpp 2013-06-12 22:07:05 +0000
1014+++ test/qmltest/modules/TestUtil/TestUtil.cpp 2013-06-26 23:53:23 +0000
1015@@ -2,15 +2,15 @@
1016 * Copyright (C) 2012, 2013 Canonical, Ltd.
1017 *
1018 * This program is free software; you can redistribute it and/or modify
1019- * it under the terms of the Lesser GNU General Public License as published by
1020+ * it under the terms of the GNU Lesser General Public License as published by
1021 * the Free Software Foundation; version 3.
1022 *
1023 * This program is distributed in the hope that it will be useful,
1024 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1025 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1026- * Lesser GNU General Public License for more details.
1027+ * GNU Lesser General Public License for more details.
1028 *
1029- * You should have received a copy of the Lesser GNU General Public License
1030+ * You should have received a copy of the GNU Lesser General Public License
1031 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1032 */
1033
1034
1035=== modified file 'test/qmltest/modules/TestUtil/TestUtil.h'
1036--- test/qmltest/modules/TestUtil/TestUtil.h 2013-06-12 22:07:05 +0000
1037+++ test/qmltest/modules/TestUtil/TestUtil.h 2013-06-26 23:53:23 +0000
1038@@ -2,15 +2,15 @@
1039 * Copyright (C) 2012, 2013 Canonical, Ltd.
1040 *
1041 * This program is free software; you can redistribute it and/or modify
1042- * it under the terms of the Lesser GNU General Public License as published by
1043+ * it under the terms of the GNU Lesser General Public License as published by
1044 * the Free Software Foundation; version 3.
1045 *
1046 * This program is distributed in the hope that it will be useful,
1047 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1048 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1049- * Lesser GNU General Public License for more details.
1050+ * GNU Lesser General Public License for more details.
1051 *
1052- * You should have received a copy of the Lesser GNU General Public License
1053+ * You should have received a copy of the GNU Lesser General Public License
1054 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1055 */
1056
1057
1058=== modified file 'test/qmltest/modules/TestUtil/TestUtilPlugin.cpp'
1059--- test/qmltest/modules/TestUtil/TestUtilPlugin.cpp 2013-06-12 22:07:05 +0000
1060+++ test/qmltest/modules/TestUtil/TestUtilPlugin.cpp 2013-06-26 23:53:23 +0000
1061@@ -2,15 +2,15 @@
1062 * Copyright (C) 2012, 2013 Canonical, Ltd.
1063 *
1064 * This program is free software; you can redistribute it and/or modify
1065- * it under the terms of the Lesser GNU General Public License as published by
1066+ * it under the terms of the GNU Lesser General Public License as published by
1067 * the Free Software Foundation; version 3.
1068 *
1069 * This program is distributed in the hope that it will be useful,
1070 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1071 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1072- * Lesser GNU General Public License for more details.
1073+ * GNU Lesser General Public License for more details.
1074 *
1075- * You should have received a copy of the Lesser GNU General Public License
1076+ * You should have received a copy of the GNU Lesser General Public License
1077 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1078 */
1079
1080
1081=== modified file 'test/qmltest/modules/TestUtil/TestUtilPlugin.h'
1082--- test/qmltest/modules/TestUtil/TestUtilPlugin.h 2013-06-12 22:07:05 +0000
1083+++ test/qmltest/modules/TestUtil/TestUtilPlugin.h 2013-06-26 23:53:23 +0000
1084@@ -2,15 +2,15 @@
1085 * Copyright (C) 2012, 2013 Canonical, Ltd.
1086 *
1087 * This program is free software; you can redistribute it and/or modify
1088- * it under the terms of the Lesser GNU General Public License as published by
1089+ * it under the terms of the GNU Lesser General Public License as published by
1090 * the Free Software Foundation; version 3.
1091 *
1092 * This program is distributed in the hope that it will be useful,
1093 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1094 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1095- * Lesser GNU General Public License for more details.
1096+ * GNU Lesser General Public License for more details.
1097 *
1098- * You should have received a copy of the Lesser GNU General Public License
1099+ * You should have received a copy of the GNU Lesser General Public License
1100 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1101 */
1102
1103
1104=== modified file 'test/qmltest/modules/TestUtil/test/MockObjectForInstanceOfTest.qml'
1105--- test/qmltest/modules/TestUtil/test/MockObjectForInstanceOfTest.qml 2013-06-12 22:07:05 +0000
1106+++ test/qmltest/modules/TestUtil/test/MockObjectForInstanceOfTest.qml 2013-06-26 23:53:23 +0000
1107@@ -2,15 +2,15 @@
1108 * Copyright (C) 2013 Canonical, Ltd.
1109 *
1110 * This program is free software; you can redistribute it and/or modify
1111- * it under the terms of the Lesser GNU General Public License as published by
1112+ * it under the terms of the GNU Lesser General Public License as published by
1113 * the Free Software Foundation; version 3.
1114 *
1115 * This program is distributed in the hope that it will be useful,
1116 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1117 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1118- * Lesser GNU General Public License for more details.
1119+ * GNU Lesser General Public License for more details.
1120 *
1121- * You should have received a copy of the Lesser GNU General Public License
1122+ * You should have received a copy of the GNU Lesser General Public License
1123 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1124 */
1125
1126
1127=== modified file 'test/qmltest/modules/TestUtil/test/MockObjectForInstanceOfTestChild.qml'
1128--- test/qmltest/modules/TestUtil/test/MockObjectForInstanceOfTestChild.qml 2013-06-12 22:07:05 +0000
1129+++ test/qmltest/modules/TestUtil/test/MockObjectForInstanceOfTestChild.qml 2013-06-26 23:53:23 +0000
1130@@ -2,15 +2,15 @@
1131 * Copyright (C) 2013 Canonical, Ltd.
1132 *
1133 * This program is free software; you can redistribute it and/or modify
1134- * it under the terms of the Lesser GNU General Public License as published by
1135+ * it under the terms of the GNU Lesser General Public License as published by
1136 * the Free Software Foundation; version 3.
1137 *
1138 * This program is distributed in the hope that it will be useful,
1139 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1140 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1141- * Lesser GNU General Public License for more details.
1142+ * GNU Lesser General Public License for more details.
1143 *
1144- * You should have received a copy of the Lesser GNU General Public License
1145+ * You should have received a copy of the GNU Lesser General Public License
1146 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1147 */
1148
1149
1150=== modified file 'test/qmltest/modules/TestUtil/test/tst_TestUtil.qml'
1151--- test/qmltest/modules/TestUtil/test/tst_TestUtil.qml 2013-06-12 22:07:05 +0000
1152+++ test/qmltest/modules/TestUtil/test/tst_TestUtil.qml 2013-06-26 23:53:23 +0000
1153@@ -2,15 +2,15 @@
1154 * Copyright (C) 2012, 2013 Canonical, Ltd.
1155 *
1156 * This program is free software; you can redistribute it and/or modify
1157- * it under the terms of the Lesser GNU General Public License as published by
1158+ * it under the terms of the GNU Lesser General Public License as published by
1159 * the Free Software Foundation; version 3.
1160 *
1161 * This program is distributed in the hope that it will be useful,
1162 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1163 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1164- * Lesser GNU General Public License for more details.
1165+ * GNU Lesser General Public License for more details.
1166 *
1167- * You should have received a copy of the Lesser GNU General Public License
1168+ * You should have received a copy of the GNU Lesser General Public License
1169 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1170 */
1171
1172
1173=== modified file 'test/qmltest/unity/shell/notifications/tst_Notifications.qml'
1174--- test/qmltest/unity/shell/notifications/tst_Notifications.qml 2013-06-12 22:07:05 +0000
1175+++ test/qmltest/unity/shell/notifications/tst_Notifications.qml 2013-06-26 23:53:23 +0000
1176@@ -2,15 +2,15 @@
1177 * Copyright 2013 Canonical Ltd.
1178 *
1179 * This program is free software; you can redistribute it and/or modify
1180- * it under the terms of the Lesser GNU General Public License as published by
1181+ * it under the terms of the GNU Lesser General Public License as published by
1182 * the Free Software Foundation; version 3.
1183 *
1184 * This program is distributed in the hope that it will be useful,
1185 * but WITHOUT ANY WARRANTY; without even the implied warranty of
1186 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1187- * Lesser GNU General Public License for more details.
1188+ * GNU Lesser General Public License for more details.
1189 *
1190- * You should have received a copy of the Lesser GNU General Public License
1191+ * You should have received a copy of the GNU Lesser General Public License
1192 * along with this program. If not, see <http://www.gnu.org/licenses/>.
1193 */
1194
1195
1196=== modified file 'test/whitespace/check_whitespace.py'
1197--- test/whitespace/check_whitespace.py 2013-06-12 22:07:05 +0000
1198+++ test/whitespace/check_whitespace.py 2013-06-26 23:53:23 +0000
1199@@ -4,15 +4,15 @@
1200 # Copyright (C) 2013 Canonical Ltd
1201 #
1202 # This program is free software: you can redistribute it and/or modify
1203-# it under the terms of the Lesser GNU General Public License version 3 as
1204+# it under the terms of the GNU Lesser General Public License version 3 as
1205 # published by the Free Software Foundation.
1206 #
1207 # This program is distributed in the hope that it will be useful,
1208 # but WITHOUT ANY WARRANTY; without even the implied warranty of
1209 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1210-# Lesser GNU General Public License for more details.
1211+# GNU Lesser General Public License for more details.
1212 #
1213-# You should have received a copy of the Lesser GNU General Public License
1214+# You should have received a copy of the GNU Lesser General Public License
1215 # along with this program. If not, see <http://www.gnu.org/licenses/>.
1216 #
1217 # Authored by: Michi Henning <michi.henning@canonical.com>

Subscribers

People subscribed via source and target branches

to all changes: