Revision 1490
| src/about.c (revision 1490) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2006 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2007 Hiroyuki Yamamoto
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
* it under the terms of the GNU General Public License as published by |
| ... | ... | |
| 175 | 175 |
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 176 | 176 |
|
| 177 | 177 |
label = gtk_label_new |
| 178 |
("Copyright (C) 1999-2006 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
|
|
| 178 |
("Copyright (C) 1999-2007 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>");
|
|
| 179 | 179 |
gtk_label_set_selectable(GTK_LABEL(label), TRUE); |
| 180 | 180 |
gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 181 | 181 |
|
| src/about.h (revision 1490) | ||
|---|---|---|
| 1 | 1 |
/* |
| 2 | 2 |
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client |
| 3 |
* Copyright (C) 1999-2006 Hiroyuki Yamamoto
|
|
| 3 |
* Copyright (C) 1999-2007 Hiroyuki Yamamoto
|
|
| 4 | 4 |
* |
| 5 | 5 |
* This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
* it under the terms of the GNU General Public License as published by |
| COPYING (revision 1490) | ||
|---|---|---|
| 1 |
The code in this distribution is Copyright 1999-2006 by Hiroyuki Yamamoto.
|
|
| 1 |
The code in this distribution is Copyright 1999-2007 by Hiroyuki Yamamoto.
|
|
| 2 | 2 |
|
| 3 | 3 |
Specific permission is granted for the GPLed code in this distribition to |
| 4 | 4 |
be linked to OpenSSL without invoking GPL clause 2(b). |
| ChangeLog.ja (revision 1490) | ||
|---|---|---|
| 1 | 1 |
2007-01-17 |
| 2 | 2 |
|
| 3 |
* src/about.[ch] |
|
| 4 |
README |
|
| 5 |
README.ja |
|
| 6 |
COPYING: ?????ǯ???? |
|
| 7 |
|
|
| 8 |
2007-01-17 |
|
| 9 |
|
|
| 3 | 10 |
* libsylph/codeconv.c: conv_encode_header(): ???????Ѵ??˼??Ԥ??? |
| 4 | 11 |
?????϶???Ū?? UTF-8 ?????Ϥ????褦?ˤ????? |
| 5 | 12 |
|
| README.ja (revision 1490) | ||
|---|---|---|
| 1 | 1 |
Sylpheed - ???̤ǥ桼???ե????ɥ???Żҥ?륯?饤?????? |
| 2 | 2 |
|
| 3 |
Copyright(C) 1999-2006 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
|
|
| 3 |
Copyright(C) 1999-2007 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
|
|
| 4 | 4 |
|
| 5 | 5 |
This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
it under the terms of the GNU General Public License as published by |
| ChangeLog (revision 1490) | ||
|---|---|---|
| 1 | 1 |
2007-01-17 |
| 2 | 2 |
|
| 3 |
* src/about.[ch] |
|
| 4 |
README |
|
| 5 |
README.ja |
|
| 6 |
COPYING: modified the copyright year. |
|
| 7 |
|
|
| 8 |
2007-01-17 |
|
| 9 |
|
|
| 3 | 10 |
* libsylph/codeconv.c: conv_encode_header(): force output of UTF-8 |
| 4 | 11 |
if code conversion failed. |
| 5 | 12 |
|
| README (revision 1490) | ||
|---|---|---|
| 1 | 1 |
Sylpheed - lightweight and user-friendly e-mail client |
| 2 | 2 |
|
| 3 |
Copyright(C) 1999-2006 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
|
|
| 3 |
Copyright(C) 1999-2007 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp>
|
|
| 4 | 4 |
|
| 5 | 5 |
This program is free software; you can redistribute it and/or modify |
| 6 | 6 |
it under the terms of the GNU General Public License as published by |
Also available in: Unified diff