[Commits] [SCM] claws branch, master, updated. 3.10.1-100-gff9dc7b

mones at claws-mail.org mones at claws-mail.org
Tue Jun 24 19:37:40 CEST 2014


The branch master of project "claws" (Claws Mail) has been updated
       via  ff9dc7bb115755662cb7b1c4175c032f35f73988 (commit)
      from  58a62e07e425e957a5f3ae53d51e60b3a103fd20 (commit)

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


- Log -----------------------------------------------------------------
commit ff9dc7bb115755662cb7b1c4175c032f35f73988
Author: Ricardo Mones <ricardo at mones.org>
Date:   Tue Jun 24 19:37:28 2014 +0200

    Add some missing copyright

diff --git a/autogen.sh b/autogen.sh
index 8f2d746..d647316 100755
--- 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
index 1915301..64a26fe 100644
--- 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
index 459f94c..7e44cda 100644
--- 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
index a2a7a28..11bca5c 100644
--- 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
index 92cdf03..7b6a193 100644
--- 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
index d141e7f..26a838c 100644
--- 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
index 9d3e958..b0112c5 100644
--- 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
index 585751a..a2172e4 100644
--- 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

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list