author | tux_mike <tux_mike> | 2002-04-02 02:19:00 (UTC) |
---|---|---|
committer | tux_mike <tux_mike> | 2002-04-02 02:19:00 (UTC) |
commit | 623ce8225b7f75755146601e2c8d7f1e7e9a65d0 (patch) (unidiff) | |
tree | 093fdf38af46e9c8c1090d32a0e81c45e2032c92 | |
parent | 44bfa84cc6d9bcd828f0b08c7bf59dde58dd5288 (diff) | |
download | opie-623ce8225b7f75755146601e2c8d7f1e7e9a65d0.zip opie-623ce8225b7f75755146601e2c8d7f1e7e9a65d0.tar.gz opie-623ce8225b7f75755146601e2c8d7f1e7e9a65d0.tar.bz2 |
Added a copyright notice... completley forgot... I gotta stop updating like this ;)
-rw-r--r-- | core/pim/addressbook/contacteditor.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/core/pim/addressbook/contacteditor.cpp b/core/pim/addressbook/contacteditor.cpp index 0e752ca..6edab2c 100644 --- a/core/pim/addressbook/contacteditor.cpp +++ b/core/pim/addressbook/contacteditor.cpp | |||
@@ -1 +1,20 @@ | |||
1 | /* | ||
2 | * Copyright (c) 2002 Michael R. Crawford <mike@tuxnami.org> | ||
3 | * | ||
4 | * This file is an add-on for the OPIE Palmtop Environment | ||
5 | * | ||
6 | * This file may be distributed and/or modified under the terms of the | ||
7 | * GNU General Public License version 2 as published by the Free Software | ||
8 | * Foundation and appearing in the file LICENSE.GPL included in the pacakaging | ||
9 | * of this file. | ||
10 | * | ||
11 | * This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE | ||
12 | * WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. | ||
13 | * | ||
14 | * | ||
15 | * This is a rewrite of the abeditor.h file, modified to provide a more | ||
16 | * intuitive interface to TrollTech's original Address Book editor. This | ||
17 | * is made to operate exactly in interface with the exception of name. | ||
18 | * | ||
19 | */ | ||
1 | 20 | ||