~cjwatson/python-timeline/division

« back to all changes in this revision

Viewing changes to timeline/tests/test_timedaction.py

  • Committer: Robert Collins
  • Date: 2011-11-16 04:00:12 UTC
  • Revision ID: robertc@robertcollins.net-20111116040012-bcztc01qaal2q0hs
LGPL relicense per silbs signoff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Copyright (c) 2010, 2011, Canonical Ltd
2
2
#
3
3
# This program is free software: you can redistribute it and/or modify
4
 
# it under the terms of the GNU Affero General Public License as published by
5
 
# the Free Software Foundation, either version 3 of the License, or
6
 
# (at your option) any later version.
 
4
# it under the terms of the GNU Lesser General Public License as published by
 
5
# the Free Software Foundation, version 3 only.
7
6
#
8
7
# This program is distributed in the hope that it will be useful,
9
8
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
9
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
 
# GNU Affero General Public License for more details.
 
10
# GNU Lesser General Public License for more details.
12
11
#
13
 
# You should have received a copy of the GNU Affero General Public License
 
12
# You should have received a copy of the GNU Lesser General Public License
14
13
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
 
# GNU Affero General Public License version 3 (see the file LICENSE).
 
14
# GNU Lesser General Public License version 3 (see the file LICENSE).
16
15
 
17
16
"""Tests of the TimedAction class."""
18
17