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
=== modified file 'tests/dummy-indicator-blank.c'
--- tests/dummy-indicator-blank.c 2009-11-04 03:31:04 +0000
+++ tests/dummy-indicator-blank.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include "libindicator/indicator.h"24#include "libindicator/indicator.h"
325
426
=== modified file 'tests/dummy-indicator-null.c'
--- tests/dummy-indicator-null.c 2011-02-08 03:28:50 +0000
+++ tests/dummy-indicator-null.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include <glib-object.h>25#include <glib-object.h>
426
=== modified file 'tests/dummy-indicator-signaler.c'
--- tests/dummy-indicator-signaler.c 2011-02-08 03:28:50 +0000
+++ tests/dummy-indicator-signaler.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
1#include <glib.h>23#include <glib.h>
2#include <glib-object.h>24#include <glib-object.h>
325
426
=== modified file 'tests/dummy-indicator-simple.c'
--- tests/dummy-indicator-simple.c 2011-02-08 03:28:50 +0000
+++ tests/dummy-indicator-simple.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
1#include <glib.h>23#include <glib.h>
2#include <glib-object.h>24#include <glib-object.h>
325
426
=== modified file 'tests/service-manager-connect-service.c'
--- tests/service-manager-connect-service.c 2009-12-01 19:35:30 +0000
+++ tests/service-manager-connect-service.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service.h"25#include "libindicator/indicator-service.h"
426
=== modified file 'tests/service-manager-connect.c'
--- tests/service-manager-connect.c 2009-12-01 16:47:13 +0000
+++ tests/service-manager-connect.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service-manager.h"25#include "libindicator/indicator-service-manager.h"
426
=== modified file 'tests/service-manager-no-connect.c'
--- tests/service-manager-no-connect.c 2009-11-02 15:31:43 +0000
+++ tests/service-manager-no-connect.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service-manager.h"25#include "libindicator/indicator-service-manager.h"
426
=== modified file 'tests/service-manager-nostart-connect.c'
--- tests/service-manager-nostart-connect.c 2009-12-01 19:35:30 +0000
+++ tests/service-manager-nostart-connect.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service-manager.h"25#include "libindicator/indicator-service-manager.h"
426
=== modified file 'tests/service-shutdown-timeout.c'
--- tests/service-shutdown-timeout.c 2010-02-02 20:20:44 +0000
+++ tests/service-shutdown-timeout.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service.h"25#include "libindicator/indicator-service.h"
426
=== modified file 'tests/service-version-bad-service.c'
--- tests/service-version-bad-service.c 2009-12-02 21:11:29 +0000
+++ tests/service-version-bad-service.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service.h"25#include "libindicator/indicator-service.h"
426
=== modified file 'tests/service-version-good-service.c'
--- tests/service-version-good-service.c 2010-07-09 14:22:20 +0000
+++ tests/service-version-good-service.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service.h"25#include "libindicator/indicator-service.h"
426
=== modified file 'tests/service-version-manager.c'
--- tests/service-version-manager.c 2009-12-03 20:31:10 +0000
+++ tests/service-version-manager.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service-manager.h"25#include "libindicator/indicator-service-manager.h"
426
=== modified file 'tests/service-version-multiwatch-manager-impolite.c'
--- tests/service-version-multiwatch-manager-impolite.c 2010-07-09 18:06:58 +0000
+++ tests/service-version-multiwatch-manager-impolite.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service-manager.h"25#include "libindicator/indicator-service-manager.h"
426
=== modified file 'tests/service-version-multiwatch-manager.c'
--- tests/service-version-multiwatch-manager.c 2010-07-09 15:58:17 +0000
+++ tests/service-version-multiwatch-manager.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service-manager.h"25#include "libindicator/indicator-service-manager.h"
426
=== modified file 'tests/service-version-multiwatch-service.c'
--- tests/service-version-multiwatch-service.c 2010-07-09 15:58:17 +0000
+++ tests/service-version-multiwatch-service.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#include <glib.h>24#include <glib.h>
3#include "libindicator/indicator-service.h"25#include "libindicator/indicator-service.h"
426
=== modified file 'tests/service-version-values.h'
--- tests/service-version-values.h 2009-12-02 19:42:29 +0000
+++ tests/service-version-values.h 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
123
2#define SERVICE_VERSION_GOOD 134224#define SERVICE_VERSION_GOOD 1342
3#define SERVICE_VERSION_BAD 54325#define SERVICE_VERSION_BAD 543
426
=== modified file 'tests/test-desktop-shortcuts.c'
--- tests/test-desktop-shortcuts.c 2011-01-08 05:39:35 +0000
+++ tests/test-desktop-shortcuts.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
1#include <gtk/gtk.h>23#include <gtk/gtk.h>
2#include "libindicator/indicator-desktop-shortcuts.h"24#include "libindicator/indicator-desktop-shortcuts.h"
325
426
=== modified file 'tests/test-loader.c'
--- tests/test-loader.c 2010-01-15 22:11:42 +0000
+++ tests/test-loader.c 2011-07-06 21:13:24 +0000
@@ -1,3 +1,25 @@
1/*
2Test for libindicator
3
4Copyright 2009 Canonical Ltd.
5
6Authors:
7 Ted Gould <ted@canonical.com>
8
9This library is free software; you can redistribute it and/or
10modify it under the terms of the GNU General Public License
11version 3.0 as published by the Free Software Foundation.
12
13This library is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License version 3.0 for more details.
17
18You should have received a copy of the GNU General Public
19License along with this library. If not, see
20<http://www.gnu.org/licenses/>.
21*/
22
1#include <gtk/gtk.h>23#include <gtk/gtk.h>
2#include "libindicator/indicator-object.h"24#include "libindicator/indicator-object.h"
325

Subscribers

People subscribed via source and target branches