talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit ff9dc7bb115755662cb7b1c4175c032f35f73988
parent 58a62e07e425e957a5f3ae53d51e60b3a103fd20
Author: Ricardo Mones <ricardo@mones.org>
Date:   Tue, 24 Jun 2014 19:37:28 +0200

Add some missing copyright

Diffstat:
Mautogen.sh | 2++
Msrc/common/w32_stdio.c | 20++++++++++++++++++++
Msrc/matcher_parser_lex.h | 41++++++++++++++++++++++++++++++++++++++++-
Msrc/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c | 17+++++++++++++++++
Msrc/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h | 17+++++++++++++++++
Msrc/plugins/notification/gtkhotkey/gtkhotkey.h | 17+++++++++++++++++
Msrc/quote_fmt.h | 19+++++++++++++++++++
Msrc/quote_fmt_lex.h | 41++++++++++++++++++++++++++++++++++++++++-
8 files changed, 172 insertions(+), 2 deletions(-)

diff --git a/autogen.sh b/autogen.sh @@ -1,4 +1,6 @@ #!/bin/sh +# This file is part of Claws Mail package. +# See COPYING file for license details. # ***** W32 build script ******* # Used to cross-compile for Windows. diff --git a/src/common/w32_stdio.c b/src/common/w32_stdio.c @@ -1,3 +1,23 @@ +* w32_dirent.c - Posix emulation layer for Sylpheed (Claws) + * + * This file is part of w32lib. + * + * w32lib is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * w32lib is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * 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 this program. If not, see <http://www.gnu.org/licenses/>. + * + * For more information and a list of changes, see w32lib.h + */ + #include <stdlib.h> #include <string.h> diff --git a/src/matcher_parser_lex.h b/src/matcher_parser_lex.h @@ -1,4 +1,43 @@ -/* The following defines shamelessly stolen from GDB sources... */ +/* + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 1999-2014 Hiroyuki Yamamoto and the Claws Mail team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * 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 this program. If not, see <http://www.gnu.org/licenses/>. + * + */ + +/* The following defines are adapted from GDB sources (cp-name-parser.y): + + Copyright (C) 2003-2014 Free Software Foundation, Inc. + + Parts of the lexer are based on c-exp.y from GDB. + + This file is part of GDB. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + 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 this program. If not, see <http://www.gnu.org/licenses/>. +*/ /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc), as well as gratuitiously global symbol names, so we can have multiple diff --git a/src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c b/src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c @@ -1,3 +1,20 @@ +/* + * This file is part of GtkHotkey. + * Copyright Mikkel Kamstrup Erlandsen, March, 2008 + * + * GtkHotkey is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * GtkHotkey is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with GtkHotkey. If not, see <http://www.gnu.org/licenses/>. + */ #include <glib-object.h> diff --git a/src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h b/src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h @@ -1,3 +1,20 @@ +/* + * This file is part of GtkHotkey. + * Copyright Mikkel Kamstrup Erlandsen, March, 2008 + * + * GtkHotkey is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * GtkHotkey is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with GtkHotkey. If not, see <http://www.gnu.org/licenses/>. + */ #if !defined (__GTK_HOTKEY_H__) && !defined (GTK_HOTKEY_COMPILATION) #error "Only <gtkhotkey.h> can be included directly." diff --git a/src/plugins/notification/gtkhotkey/gtkhotkey.h b/src/plugins/notification/gtkhotkey/gtkhotkey.h @@ -1,3 +1,20 @@ +/* + * This file is part of GtkHotkey. + * Copyright Mikkel Kamstrup Erlandsen, March, 2008 + * + * GtkHotkey is free software: you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * GtkHotkey is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with GtkHotkey. If not, see <http://www.gnu.org/licenses/>. + */ #ifndef __GTK_HOTKEY_H__ #define __GTK_HOTKEY_H__ diff --git a/src/quote_fmt.h b/src/quote_fmt.h @@ -1,3 +1,22 @@ +/* + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 1999-2014 Hiroyuki Yamamoto and the Claws Mail team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * 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 this program. If not, see <http://www.gnu.org/licenses/>. + * + */ + #ifndef __QUOTE_FMT_H__ #define __QUOTE_FMT_H__ diff --git a/src/quote_fmt_lex.h b/src/quote_fmt_lex.h @@ -1,4 +1,43 @@ -/* The following defines shamelessly stolen from GDB sources... */ +/* + * Claws Mail -- a GTK+ based, lightweight, and fast e-mail client + * Copyright (C) 1999-2014 Hiroyuki Yamamoto and the Claws Mail team + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * 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 this program. If not, see <http://www.gnu.org/licenses/>. + * + */ + +/* The following defines are adapted from GDB sources (cp-name-parser.y): + + Copyright (C) 2003-2014 Free Software Foundation, Inc. + + Parts of the lexer are based on c-exp.y from GDB. + + This file is part of GDB. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + 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 this program. If not, see <http://www.gnu.org/licenses/>. +*/ /* Remap normal yacc parser interface names (yyparse, yylex, yyerror, etc), as well as gratuitiously global symbol names, so we can have multiple