~azzar1/snapd-glib-fork/glib-2-40

« back to all changes in this revision

Viewing changes to snapd-glib/snapd-app.h

  • Committer: Robert Ancell
  • Date: 2016-08-22 09:03:38 UTC
  • Revision ID: git-v1:137d9c4ae6abb9a48a43da986c3762b3d039fa46
Add some copyright headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2016 Canonical Ltd.
 
3
 *
 
4
 * This library is free software; you can redistribute it and/or modify it under
 
5
 * the terms of the GNU Lesser General Public License as published by the Free
 
6
 * Software Foundation; either version 2 or version 3 of the License.
 
7
 * See http://www.gnu.org/copyleft/lgpl.html the full text of the license.
 
8
 */
 
9
 
1
10
#ifndef __SNAPD_APP_H__
2
11
#define __SNAPD_APP_H__
3
12