~indicator-applet-developers/notify-osd/trunk

« back to all changes in this revision

Viewing changes to tests/test-bubble.c

  • Committer: Mirco Müller
  • Date: 2009-02-13 14:32:02 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20090213143202-yqxhgrlvpgd7c9fi
updated all comment-headers to the proper version

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
**3456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
3
3
**      10        20        30        40        50        60        70        80
4
4
**
5
 
** project:
6
 
**    alsdorf
7
 
**
8
 
** file:
9
 
**    test-bubble.c
10
 
**
11
 
** author(s):
 
5
** Codename "alsdorf"
 
6
**
 
7
** test-bubble.c - implements unit-tests for rendering/displaying a bubble
 
8
**
 
9
** Copyright 2009 Canonical Ltd.
 
10
**
 
11
** Authors:
12
12
**    Mirco "MacSlow" Mueller <mirco.mueller@canonical.com>
13
13
**    David Barth <david.barth@canonical.com>
14
14
**
15
 
** copyright (C) Canonical, oct. 2008
 
15
** This program is free software: you can redistribute it and/or modify it
 
16
** under the terms of the GNU General Public License version 3, as published
 
17
** by the Free Software Foundation.
 
18
**
 
19
** This program is distributed in the hope that it will be useful, but
 
20
** WITHOUT ANY WARRANTY; without even the implied warranties of
 
21
** MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR
 
22
** PURPOSE.  See the GNU General Public License for more details.
 
23
**
 
24
** You should have received a copy of the GNU General Public License along
 
25
** with this program.  If not, see <http://www.gnu.org/licenses/>.
16
26
**
17
27
*******************************************************************************/
18
28