Add some missing copyright
authorRicardo Mones <ricardo@mones.org>
Tue, 24 Jun 2014 17:37:28 +0000 (19:37 +0200)
committerRicardo Mones <ricardo@mones.org>
Tue, 24 Jun 2014 17:37:28 +0000 (19:37 +0200)
autogen.sh
src/common/w32_stdio.c
src/matcher_parser_lex.h
src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.c
src/plugins/notification/gtkhotkey/gtk-hotkey-marshal.h
src/plugins/notification/gtkhotkey/gtkhotkey.h
src/quote_fmt.h
src/quote_fmt_lex.h

index 8f2d7468249c9205dbe76b561ce277fae16f3d32..d647316a4581a31c57fd3e0b800130f5c29422b8 100755 (executable)
@@ -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.
index 191530142b8fca73a066e2c0c7d7115ff235484b..64a26fedc695c0350c90525c5dc7545feab665e0 100644 (file)
@@ -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>
 
index 459f94cfe058574cee9ff04943778a41eeb706b1..7e44cdaac9f8bef96b2e3bd4484606f42e6fe76a 100644 (file)
@@ -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
index a2a7a287d6e1b18ffa8bcc81c69b1161e8d0f4f3..11bca5c4cf07a09b8ccdd2130276a0e61f241f5e 100644 (file)
@@ -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>
 
index 92cdf036c9cb2a48de8f3338d26e1367437247f7..7b6a193eebb276f94a22fcedd959e92e299bacda 100644 (file)
@@ -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."
index d141e7f7e7aa7dd71b84713cf92e04e2a06f5b8c..26a838c5a531baba913bcb614e33860d99566616 100644 (file)
@@ -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__
index 9d3e958b745382ae6f8606804540ff36368a27a3..b0112c501c3680badb1870699aef42bdf7884d57 100644 (file)
@@ -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__
index 585751a19eb3df2ab97370f4392eb440bd228291..a2172e40edc2f7af74f576b22364dc7dcacd7bd0 100644 (file)
@@ -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