diff options
author | Ted Gould <ted@gould.cx> | 2010-09-07 11:36:21 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-09-07 11:36:21 -0500 |
commit | e3cc725830ce59cf09f750c179e91de85496d7f8 (patch) | |
tree | 2052d9ae26f9b44c0f26017a7f4ab882cd3b0fe3 /src/datetime-interface.h | |
parent | ad7305f85c811817622a21abd4b8a6bb8d7839fa (diff) | |
parent | ad7356178478d8e190f7b28d982c0f4ba5a11cd5 (diff) | |
download | ayatana-indicator-datetime-e3cc725830ce59cf09f750c179e91de85496d7f8.tar.gz ayatana-indicator-datetime-e3cc725830ce59cf09f750c179e91de85496d7f8.tar.bz2 ayatana-indicator-datetime-e3cc725830ce59cf09f750c179e91de85496d7f8.zip |
Sync to trunk
Diffstat (limited to 'src/datetime-interface.h')
-rw-r--r-- | src/datetime-interface.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/datetime-interface.h b/src/datetime-interface.h index c422b2a..60ead1b 100644 --- a/src/datetime-interface.h +++ b/src/datetime-interface.h @@ -1,3 +1,24 @@ +/* +An indicator to time and date related information in the menubar. + +Copyright 2010 Canonical Ltd. + +Authors: + Ted Gould <ted@canonical.com> + +This program is free software: you can redistribute it and/or modify it +under the terms of the GNU General Public License version 3, as published +by the Free Software Foundation. + +This program is distributed in the hope that it will be useful, but +WITHOUT ANY WARRANTY; without even the implied warranties of +MERCHANTABILITY, SATISFACTORY QUALITY, or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more details. + +You should have received a copy of the GNU General Public License along +with this program. If not, see <http://www.gnu.org/licenses/>. +*/ + #ifndef __DATETIME_INTERFACE_H__ #define __DATETIME_INTERFACE_H__ |