Merge lp:~ted/libindicator/license-info into lp:libindicator/0.4

Proposed by Ted Gould
Status: Merged
Merged at revision: 412
Proposed branch: lp:~ted/libindicator/license-info
Merge into: lp:libindicator/0.4
Diff against target: 538 lines (+396/-0)
18 files modified
tests/dummy-indicator-blank.c (+22/-0)
tests/dummy-indicator-null.c (+22/-0)
tests/dummy-indicator-signaler.c (+22/-0)
tests/dummy-indicator-simple.c (+22/-0)
tests/service-manager-connect-service.c (+22/-0)
tests/service-manager-connect.c (+22/-0)
tests/service-manager-no-connect.c (+22/-0)
tests/service-manager-nostart-connect.c (+22/-0)
tests/service-shutdown-timeout.c (+22/-0)
tests/service-version-bad-service.c (+22/-0)
tests/service-version-good-service.c (+22/-0)
tests/service-version-manager.c (+22/-0)
tests/service-version-multiwatch-manager-impolite.c (+22/-0)
tests/service-version-multiwatch-manager.c (+22/-0)
tests/service-version-multiwatch-service.c (+22/-0)
tests/service-version-values.h (+22/-0)
tests/test-desktop-shortcuts.c (+22/-0)
tests/test-loader.c (+22/-0)
To merge this branch: bzr merge lp:~ted/libindicator/license-info
Reviewer Review Type Date Requested Status
Jason Smith (community) Approve
Review via email: mp+67089@code.launchpad.net

Description of the change

Adding a bunch of headers

To post a comment you must log in.
Revision history for this message
Jason Smith (jassmith) wrote :

+1 dingus

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/dummy-indicator-blank.c'
2--- tests/dummy-indicator-blank.c 2009-11-04 03:31:04 +0000
3+++ tests/dummy-indicator-blank.c 2011-07-06 21:13:24 +0000
4@@ -1,3 +1,25 @@
5+/*
6+Test for libindicator
7+
8+Copyright 2009 Canonical Ltd.
9+
10+Authors:
11+ Ted Gould <ted@canonical.com>
12+
13+This library is free software; you can redistribute it and/or
14+modify it under the terms of the GNU General Public License
15+version 3.0 as published by the Free Software Foundation.
16+
17+This library is distributed in the hope that it will be useful,
18+but WITHOUT ANY WARRANTY; without even the implied warranty of
19+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+GNU General Public License version 3.0 for more details.
21+
22+You should have received a copy of the GNU General Public
23+License along with this library. If not, see
24+<http://www.gnu.org/licenses/>.
25+*/
26+
27
28 #include "libindicator/indicator.h"
29
30
31=== modified file 'tests/dummy-indicator-null.c'
32--- tests/dummy-indicator-null.c 2011-02-08 03:28:50 +0000
33+++ tests/dummy-indicator-null.c 2011-07-06 21:13:24 +0000
34@@ -1,3 +1,25 @@
35+/*
36+Test for libindicator
37+
38+Copyright 2009 Canonical Ltd.
39+
40+Authors:
41+ Ted Gould <ted@canonical.com>
42+
43+This library is free software; you can redistribute it and/or
44+modify it under the terms of the GNU General Public License
45+version 3.0 as published by the Free Software Foundation.
46+
47+This library is distributed in the hope that it will be useful,
48+but WITHOUT ANY WARRANTY; without even the implied warranty of
49+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
50+GNU General Public License version 3.0 for more details.
51+
52+You should have received a copy of the GNU General Public
53+License along with this library. If not, see
54+<http://www.gnu.org/licenses/>.
55+*/
56+
57
58 #include <glib.h>
59 #include <glib-object.h>
60
61=== modified file 'tests/dummy-indicator-signaler.c'
62--- tests/dummy-indicator-signaler.c 2011-02-08 03:28:50 +0000
63+++ tests/dummy-indicator-signaler.c 2011-07-06 21:13:24 +0000
64@@ -1,3 +1,25 @@
65+/*
66+Test for libindicator
67+
68+Copyright 2009 Canonical Ltd.
69+
70+Authors:
71+ Ted Gould <ted@canonical.com>
72+
73+This library is free software; you can redistribute it and/or
74+modify it under the terms of the GNU General Public License
75+version 3.0 as published by the Free Software Foundation.
76+
77+This library is distributed in the hope that it will be useful,
78+but WITHOUT ANY WARRANTY; without even the implied warranty of
79+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
80+GNU General Public License version 3.0 for more details.
81+
82+You should have received a copy of the GNU General Public
83+License along with this library. If not, see
84+<http://www.gnu.org/licenses/>.
85+*/
86+
87 #include <glib.h>
88 #include <glib-object.h>
89
90
91=== modified file 'tests/dummy-indicator-simple.c'
92--- tests/dummy-indicator-simple.c 2011-02-08 03:28:50 +0000
93+++ tests/dummy-indicator-simple.c 2011-07-06 21:13:24 +0000
94@@ -1,3 +1,25 @@
95+/*
96+Test for libindicator
97+
98+Copyright 2009 Canonical Ltd.
99+
100+Authors:
101+ Ted Gould <ted@canonical.com>
102+
103+This library is free software; you can redistribute it and/or
104+modify it under the terms of the GNU General Public License
105+version 3.0 as published by the Free Software Foundation.
106+
107+This library is distributed in the hope that it will be useful,
108+but WITHOUT ANY WARRANTY; without even the implied warranty of
109+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
110+GNU General Public License version 3.0 for more details.
111+
112+You should have received a copy of the GNU General Public
113+License along with this library. If not, see
114+<http://www.gnu.org/licenses/>.
115+*/
116+
117 #include <glib.h>
118 #include <glib-object.h>
119
120
121=== modified file 'tests/service-manager-connect-service.c'
122--- tests/service-manager-connect-service.c 2009-12-01 19:35:30 +0000
123+++ tests/service-manager-connect-service.c 2011-07-06 21:13:24 +0000
124@@ -1,3 +1,25 @@
125+/*
126+Test for libindicator
127+
128+Copyright 2009 Canonical Ltd.
129+
130+Authors:
131+ Ted Gould <ted@canonical.com>
132+
133+This library is free software; you can redistribute it and/or
134+modify it under the terms of the GNU General Public License
135+version 3.0 as published by the Free Software Foundation.
136+
137+This library is distributed in the hope that it will be useful,
138+but WITHOUT ANY WARRANTY; without even the implied warranty of
139+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
140+GNU General Public License version 3.0 for more details.
141+
142+You should have received a copy of the GNU General Public
143+License along with this library. If not, see
144+<http://www.gnu.org/licenses/>.
145+*/
146+
147
148 #include <glib.h>
149 #include "libindicator/indicator-service.h"
150
151=== modified file 'tests/service-manager-connect.c'
152--- tests/service-manager-connect.c 2009-12-01 16:47:13 +0000
153+++ tests/service-manager-connect.c 2011-07-06 21:13:24 +0000
154@@ -1,3 +1,25 @@
155+/*
156+Test for libindicator
157+
158+Copyright 2009 Canonical Ltd.
159+
160+Authors:
161+ Ted Gould <ted@canonical.com>
162+
163+This library is free software; you can redistribute it and/or
164+modify it under the terms of the GNU General Public License
165+version 3.0 as published by the Free Software Foundation.
166+
167+This library is distributed in the hope that it will be useful,
168+but WITHOUT ANY WARRANTY; without even the implied warranty of
169+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
170+GNU General Public License version 3.0 for more details.
171+
172+You should have received a copy of the GNU General Public
173+License along with this library. If not, see
174+<http://www.gnu.org/licenses/>.
175+*/
176+
177
178 #include <glib.h>
179 #include "libindicator/indicator-service-manager.h"
180
181=== modified file 'tests/service-manager-no-connect.c'
182--- tests/service-manager-no-connect.c 2009-11-02 15:31:43 +0000
183+++ tests/service-manager-no-connect.c 2011-07-06 21:13:24 +0000
184@@ -1,3 +1,25 @@
185+/*
186+Test for libindicator
187+
188+Copyright 2009 Canonical Ltd.
189+
190+Authors:
191+ Ted Gould <ted@canonical.com>
192+
193+This library is free software; you can redistribute it and/or
194+modify it under the terms of the GNU General Public License
195+version 3.0 as published by the Free Software Foundation.
196+
197+This library is distributed in the hope that it will be useful,
198+but WITHOUT ANY WARRANTY; without even the implied warranty of
199+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
200+GNU General Public License version 3.0 for more details.
201+
202+You should have received a copy of the GNU General Public
203+License along with this library. If not, see
204+<http://www.gnu.org/licenses/>.
205+*/
206+
207
208 #include <glib.h>
209 #include "libindicator/indicator-service-manager.h"
210
211=== modified file 'tests/service-manager-nostart-connect.c'
212--- tests/service-manager-nostart-connect.c 2009-12-01 19:35:30 +0000
213+++ tests/service-manager-nostart-connect.c 2011-07-06 21:13:24 +0000
214@@ -1,3 +1,25 @@
215+/*
216+Test for libindicator
217+
218+Copyright 2009 Canonical Ltd.
219+
220+Authors:
221+ Ted Gould <ted@canonical.com>
222+
223+This library is free software; you can redistribute it and/or
224+modify it under the terms of the GNU General Public License
225+version 3.0 as published by the Free Software Foundation.
226+
227+This library is distributed in the hope that it will be useful,
228+but WITHOUT ANY WARRANTY; without even the implied warranty of
229+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
230+GNU General Public License version 3.0 for more details.
231+
232+You should have received a copy of the GNU General Public
233+License along with this library. If not, see
234+<http://www.gnu.org/licenses/>.
235+*/
236+
237
238 #include <glib.h>
239 #include "libindicator/indicator-service-manager.h"
240
241=== modified file 'tests/service-shutdown-timeout.c'
242--- tests/service-shutdown-timeout.c 2010-02-02 20:20:44 +0000
243+++ tests/service-shutdown-timeout.c 2011-07-06 21:13:24 +0000
244@@ -1,3 +1,25 @@
245+/*
246+Test for libindicator
247+
248+Copyright 2009 Canonical Ltd.
249+
250+Authors:
251+ Ted Gould <ted@canonical.com>
252+
253+This library is free software; you can redistribute it and/or
254+modify it under the terms of the GNU General Public License
255+version 3.0 as published by the Free Software Foundation.
256+
257+This library is distributed in the hope that it will be useful,
258+but WITHOUT ANY WARRANTY; without even the implied warranty of
259+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
260+GNU General Public License version 3.0 for more details.
261+
262+You should have received a copy of the GNU General Public
263+License along with this library. If not, see
264+<http://www.gnu.org/licenses/>.
265+*/
266+
267
268 #include <glib.h>
269 #include "libindicator/indicator-service.h"
270
271=== modified file 'tests/service-version-bad-service.c'
272--- tests/service-version-bad-service.c 2009-12-02 21:11:29 +0000
273+++ tests/service-version-bad-service.c 2011-07-06 21:13:24 +0000
274@@ -1,3 +1,25 @@
275+/*
276+Test for libindicator
277+
278+Copyright 2009 Canonical Ltd.
279+
280+Authors:
281+ Ted Gould <ted@canonical.com>
282+
283+This library is free software; you can redistribute it and/or
284+modify it under the terms of the GNU General Public License
285+version 3.0 as published by the Free Software Foundation.
286+
287+This library is distributed in the hope that it will be useful,
288+but WITHOUT ANY WARRANTY; without even the implied warranty of
289+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
290+GNU General Public License version 3.0 for more details.
291+
292+You should have received a copy of the GNU General Public
293+License along with this library. If not, see
294+<http://www.gnu.org/licenses/>.
295+*/
296+
297
298 #include <glib.h>
299 #include "libindicator/indicator-service.h"
300
301=== modified file 'tests/service-version-good-service.c'
302--- tests/service-version-good-service.c 2010-07-09 14:22:20 +0000
303+++ tests/service-version-good-service.c 2011-07-06 21:13:24 +0000
304@@ -1,3 +1,25 @@
305+/*
306+Test for libindicator
307+
308+Copyright 2009 Canonical Ltd.
309+
310+Authors:
311+ Ted Gould <ted@canonical.com>
312+
313+This library is free software; you can redistribute it and/or
314+modify it under the terms of the GNU General Public License
315+version 3.0 as published by the Free Software Foundation.
316+
317+This library is distributed in the hope that it will be useful,
318+but WITHOUT ANY WARRANTY; without even the implied warranty of
319+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
320+GNU General Public License version 3.0 for more details.
321+
322+You should have received a copy of the GNU General Public
323+License along with this library. If not, see
324+<http://www.gnu.org/licenses/>.
325+*/
326+
327
328 #include <glib.h>
329 #include "libindicator/indicator-service.h"
330
331=== modified file 'tests/service-version-manager.c'
332--- tests/service-version-manager.c 2009-12-03 20:31:10 +0000
333+++ tests/service-version-manager.c 2011-07-06 21:13:24 +0000
334@@ -1,3 +1,25 @@
335+/*
336+Test for libindicator
337+
338+Copyright 2009 Canonical Ltd.
339+
340+Authors:
341+ Ted Gould <ted@canonical.com>
342+
343+This library is free software; you can redistribute it and/or
344+modify it under the terms of the GNU General Public License
345+version 3.0 as published by the Free Software Foundation.
346+
347+This library is distributed in the hope that it will be useful,
348+but WITHOUT ANY WARRANTY; without even the implied warranty of
349+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
350+GNU General Public License version 3.0 for more details.
351+
352+You should have received a copy of the GNU General Public
353+License along with this library. If not, see
354+<http://www.gnu.org/licenses/>.
355+*/
356+
357
358 #include <glib.h>
359 #include "libindicator/indicator-service-manager.h"
360
361=== modified file 'tests/service-version-multiwatch-manager-impolite.c'
362--- tests/service-version-multiwatch-manager-impolite.c 2010-07-09 18:06:58 +0000
363+++ tests/service-version-multiwatch-manager-impolite.c 2011-07-06 21:13:24 +0000
364@@ -1,3 +1,25 @@
365+/*
366+Test for libindicator
367+
368+Copyright 2009 Canonical Ltd.
369+
370+Authors:
371+ Ted Gould <ted@canonical.com>
372+
373+This library is free software; you can redistribute it and/or
374+modify it under the terms of the GNU General Public License
375+version 3.0 as published by the Free Software Foundation.
376+
377+This library is distributed in the hope that it will be useful,
378+but WITHOUT ANY WARRANTY; without even the implied warranty of
379+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
380+GNU General Public License version 3.0 for more details.
381+
382+You should have received a copy of the GNU General Public
383+License along with this library. If not, see
384+<http://www.gnu.org/licenses/>.
385+*/
386+
387
388 #include <glib.h>
389 #include "libindicator/indicator-service-manager.h"
390
391=== modified file 'tests/service-version-multiwatch-manager.c'
392--- tests/service-version-multiwatch-manager.c 2010-07-09 15:58:17 +0000
393+++ tests/service-version-multiwatch-manager.c 2011-07-06 21:13:24 +0000
394@@ -1,3 +1,25 @@
395+/*
396+Test for libindicator
397+
398+Copyright 2009 Canonical Ltd.
399+
400+Authors:
401+ Ted Gould <ted@canonical.com>
402+
403+This library is free software; you can redistribute it and/or
404+modify it under the terms of the GNU General Public License
405+version 3.0 as published by the Free Software Foundation.
406+
407+This library is distributed in the hope that it will be useful,
408+but WITHOUT ANY WARRANTY; without even the implied warranty of
409+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
410+GNU General Public License version 3.0 for more details.
411+
412+You should have received a copy of the GNU General Public
413+License along with this library. If not, see
414+<http://www.gnu.org/licenses/>.
415+*/
416+
417
418 #include <glib.h>
419 #include "libindicator/indicator-service-manager.h"
420
421=== modified file 'tests/service-version-multiwatch-service.c'
422--- tests/service-version-multiwatch-service.c 2010-07-09 15:58:17 +0000
423+++ tests/service-version-multiwatch-service.c 2011-07-06 21:13:24 +0000
424@@ -1,3 +1,25 @@
425+/*
426+Test for libindicator
427+
428+Copyright 2009 Canonical Ltd.
429+
430+Authors:
431+ Ted Gould <ted@canonical.com>
432+
433+This library is free software; you can redistribute it and/or
434+modify it under the terms of the GNU General Public License
435+version 3.0 as published by the Free Software Foundation.
436+
437+This library is distributed in the hope that it will be useful,
438+but WITHOUT ANY WARRANTY; without even the implied warranty of
439+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
440+GNU General Public License version 3.0 for more details.
441+
442+You should have received a copy of the GNU General Public
443+License along with this library. If not, see
444+<http://www.gnu.org/licenses/>.
445+*/
446+
447
448 #include <glib.h>
449 #include "libindicator/indicator-service.h"
450
451=== modified file 'tests/service-version-values.h'
452--- tests/service-version-values.h 2009-12-02 19:42:29 +0000
453+++ tests/service-version-values.h 2011-07-06 21:13:24 +0000
454@@ -1,3 +1,25 @@
455+/*
456+Test for libindicator
457+
458+Copyright 2009 Canonical Ltd.
459+
460+Authors:
461+ Ted Gould <ted@canonical.com>
462+
463+This library is free software; you can redistribute it and/or
464+modify it under the terms of the GNU General Public License
465+version 3.0 as published by the Free Software Foundation.
466+
467+This library is distributed in the hope that it will be useful,
468+but WITHOUT ANY WARRANTY; without even the implied warranty of
469+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
470+GNU General Public License version 3.0 for more details.
471+
472+You should have received a copy of the GNU General Public
473+License along with this library. If not, see
474+<http://www.gnu.org/licenses/>.
475+*/
476+
477
478 #define SERVICE_VERSION_GOOD 1342
479 #define SERVICE_VERSION_BAD 543
480
481=== modified file 'tests/test-desktop-shortcuts.c'
482--- tests/test-desktop-shortcuts.c 2011-01-08 05:39:35 +0000
483+++ tests/test-desktop-shortcuts.c 2011-07-06 21:13:24 +0000
484@@ -1,3 +1,25 @@
485+/*
486+Test for libindicator
487+
488+Copyright 2009 Canonical Ltd.
489+
490+Authors:
491+ Ted Gould <ted@canonical.com>
492+
493+This library is free software; you can redistribute it and/or
494+modify it under the terms of the GNU General Public License
495+version 3.0 as published by the Free Software Foundation.
496+
497+This library is distributed in the hope that it will be useful,
498+but WITHOUT ANY WARRANTY; without even the implied warranty of
499+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
500+GNU General Public License version 3.0 for more details.
501+
502+You should have received a copy of the GNU General Public
503+License along with this library. If not, see
504+<http://www.gnu.org/licenses/>.
505+*/
506+
507 #include <gtk/gtk.h>
508 #include "libindicator/indicator-desktop-shortcuts.h"
509
510
511=== modified file 'tests/test-loader.c'
512--- tests/test-loader.c 2010-01-15 22:11:42 +0000
513+++ tests/test-loader.c 2011-07-06 21:13:24 +0000
514@@ -1,3 +1,25 @@
515+/*
516+Test for libindicator
517+
518+Copyright 2009 Canonical Ltd.
519+
520+Authors:
521+ Ted Gould <ted@canonical.com>
522+
523+This library is free software; you can redistribute it and/or
524+modify it under the terms of the GNU General Public License
525+version 3.0 as published by the Free Software Foundation.
526+
527+This library is distributed in the hope that it will be useful,
528+but WITHOUT ANY WARRANTY; without even the implied warranty of
529+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
530+GNU General Public License version 3.0 for more details.
531+
532+You should have received a copy of the GNU General Public
533+License along with this library. If not, see
534+<http://www.gnu.org/licenses/>.
535+*/
536+
537 #include <gtk/gtk.h>
538 #include "libindicator/indicator-object.h"
539

Subscribers

People subscribed via source and target branches