~jpakkane/libcolumbus/symbol-versioning

« back to all changes in this revision

Viewing changes to include/ErrorValues.hh

  • Committer: Jussi Pakkanen
  • Date: 2012-12-07 11:01:33 UTC
  • Revision ID: jussi.pakkanen@canonical.com-20121207110133-nromokmfh0jw3ho4
Changed license from GPLv3 to LGPLv3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * Authors:
5
5
 *    Jussi Pakkanen <jussi.pakkanen@canonical.com>
6
6
 *
7
 
 * This program is free software; you can redistribute it and/or modify
8
 
 * it under the terms of the GNU General Public License as published by
9
 
 * the Free Software Foundation; version 3.
10
 
 *
11
 
 * This program is distributed in the hope that it will be useful,
12
 
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 
 * GNU General Public License for more details.
15
 
 *
16
 
 * You should have received a copy of the GNU General Public License
 
7
 * This library is free software; you can redistribute it and/or modify it under
 
8
 * the terms of version 3 of the GNU Lesser General Public License as published
 
9
 * by the Free Software Foundation.
 
10
 *
 
11
 * This library is distributed in the hope that it will be useful, but WITHOUT
 
12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 
13
 * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
 
14
 * details.
 
15
 *
 
16
 * You should have received a copy of the GNU Lesser General Public License
17
17
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
18
 */
19
19