~mir-team/mir/trunk

« back to all changes in this revision

Viewing changes to include/server/mir/compositor/rendering_operator.h

  • Committer: Tarmac
  • Author(s): Robert Ancell
  • Date: 2013-04-15 08:48:37 UTC
  • mfrom: (584.1.2 mir-server-gpl-license)
  • Revision ID: tarmac-20130415084837-zek3vrnp3wk5jqi3
Correct license in server code and tests incorrectly marked as LGPL. Fixes: https://bugs.launchpad.net/bugs/1168225.

Approved by Daniel van Vugt, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Copyright © 2012 Canonical Ltd.
3
3
 *
4
4
 * This program is free software: you can redistribute it and/or modify it
5
 
 * under the terms of the GNU Lesser General Public License version 3,
 
5
 * under the terms of the GNU General Public License version 3,
6
6
 * as published by the Free Software Foundation.
7
7
 *
8
8
 * This program is distributed in the hope that it will be useful,
10
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
11
 * GNU General Public License for more details.
12
12
 *
13
 
 * You should have received a copy of the GNU Lesser General Public License
 
13
 * You should have received a copy of the GNU General Public License
14
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
15
15
 *
16
16
 * Authored by: Kevin DuBois <kevin.dubois@canonical.com>