Updated license texts (to GPL version 3)
This commit is contained in:
parent
981072deea
commit
1696e72c0e
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,20 +1,19 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
static char const _copyright[] =
|
static char const _copyright[] =
|
||||||
"Copyright (c) 2009 Pierre Pronchery <khorben@defora.org>";
|
"Copyright (c) 2010 Pierre Pronchery <khorben@defora.org>";
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
static char const _license[] =
|
static char const _license[] =
|
||||||
"Mailer is free software; you can redistribute it and/or modify it under the\n"
|
"This program is free software: you can redistribute it and/or modify\n"
|
||||||
"terms of the GNU General Public License version 2 as published by the Free\n"
|
"it under the terms of the GNU General Public License as published by\n"
|
||||||
"Software Foundation.\n"
|
"the Free Software Foundation, version 3 of the License.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"Mailer is distributed in the hope that it will be useful, but WITHOUT ANY\n"
|
"This program is distributed in the hope that it will be useful,\n"
|
||||||
"WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS\n"
|
"but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
|
||||||
"FOR A PARTICULAR PURPOSE. See the GNU General Public License for more\n"
|
"MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
|
||||||
"details.\n"
|
"GNU General Public License for more details.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"You should have received a copy of the GNU General Public License along with\n"
|
"You should have received a copy of the GNU General Public License\n"
|
||||||
"Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple\n"
|
"along with this program. If not, see <http://www.gnu.org/licenses/>.\n";
|
||||||
"Place, Suite 330, Boston, MA 02111-1307 USA\n";
|
|
||||||
/* TODO:
|
/* TODO:
|
||||||
* - check that the messages font button is initialized correctly */
|
* - check that the messages font button is initialized correctly */
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
20
src/common.c
20
src/common.c
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2007 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
20
src/common.h
20
src/common.h
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2007 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2007 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
20
src/mailer.c
20
src/mailer.c
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2009 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
18
src/mailer.h
18
src/mailer.h
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
18
src/main.c
18
src/main.c
|
@ -1,17 +1,17 @@
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
/* Copyright (c) 2010 Pierre Pronchery <khorben@defora.org> */
|
||||||
/* This file is part of DeforaOS Desktop Mailer */
|
/* This file is part of DeforaOS Desktop Mailer */
|
||||||
/* Mailer is free software; you can redistribute it and/or modify it under the
|
/* This program is free software: you can redistribute it and/or modify
|
||||||
* terms of the GNU General Public License version 2 as published by the Free
|
* it under the terms of the GNU General Public License as published by
|
||||||
* Software Foundation.
|
* the Free Software Foundation, version 3 of the License.
|
||||||
*
|
*
|
||||||
* Mailer is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful,
|
||||||
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
* A PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* MERCHANTABILITY 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
|
* You should have received a copy of the GNU General Public License
|
||||||
* Mailer; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
|
* along with this program. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
* Suite 330, Boston, MA 02111-1307 USA */
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user