diff options
author | Ted Gould <ted@gould.cx> | 2010-08-30 22:11:36 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-30 22:11:36 -0500 |
commit | 5c882ecc2474d48fbe7675b76cb23f9875905483 (patch) | |
tree | 1d1c6abf7d30b6325b011773cd7fc091f98eb4e5 | |
parent | e22fcc15f62ec03acc0250152281f921e51a0a1b (diff) | |
download | ayatana-indicator-datetime-5c882ecc2474d48fbe7675b76cb23f9875905483.tar.gz ayatana-indicator-datetime-5c882ecc2474d48fbe7675b76cb23f9875905483.tar.bz2 ayatana-indicator-datetime-5c882ecc2474d48fbe7675b76cb23f9875905483.zip |
Copyright stuffs
-rw-r--r-- | src/datetime-interface.c | 21 | ||||
-rw-r--r-- | src/datetime-interface.h | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/src/datetime-interface.c b/src/datetime-interface.c index 246fcb3..c58c5af 100644 --- a/src/datetime-interface.c +++ b/src/datetime-interface.c @@ -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/>. +*/ + #ifdef HAVE_CONFIG_H #include "config.h" #endif 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__ |