diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2014-08-19 22:13:45 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2014-08-19 22:13:45 -0500 |
commit | 2effb243dfdee567a486a34ab0e51d40e953310a (patch) | |
tree | cb84b9bc66d9dbe78f48ed69b8e4aaedd1e114e7 /src/rotation-lock.cpp | |
parent | b879a604be9b91de6a569c86e6d94a2e04a360dd (diff) | |
download | ayatana-indicator-display-2effb243dfdee567a486a34ab0e51d40e953310a.tar.gz ayatana-indicator-display-2effb243dfdee567a486a34ab0e51d40e953310a.tar.bz2 ayatana-indicator-display-2effb243dfdee567a486a34ab0e51d40e953310a.zip |
initial pass at 'hello world' src + po
Diffstat (limited to 'src/rotation-lock.cpp')
-rw-r--r-- | src/rotation-lock.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/rotation-lock.cpp b/src/rotation-lock.cpp new file mode 100644 index 0000000..0a80085 --- /dev/null +++ b/src/rotation-lock.cpp @@ -0,0 +1,19 @@ +/* + * Copyright 2014 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; version 3. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <http://www.gnu.org/licenses/>. + * + * Authors: + * Charles Kerr <charles.kerr@canonical.com> + */ + |