Branch: refs/heads/master
Author: Chow Loong Jin <hyperair(a)debian.org>
Committer: Chow Loong Jin <hyperair(a)debian.org>
Date: Fri, 13 Jul 2012 01:02:02
Commit: d65430afe2388da1e77723bd66aa5fa30411eb79
https://github.com/geany/geany-plugins/commit/d65430afe2388da1e77723bd66aa5…
Log Message:
-----------
Merge pull request #59 from codebrainz/multiterm-license
multiterm: Add comments with file info, copyright holders and license
Modified Paths:
--------------
multiterm/src/config.vala
multiterm/src/context-menu.vala
multiterm/src/defconf.vala
multiterm/src/notebook.vala
multiterm/src/plugin.vala
multiterm/src/shell-config.vala
multiterm/src/tab-label.vala
multiterm/src/terminal.vala
multiterm/src/vapi/geany.vapi
Modified: multiterm/src/config.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * config.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
namespace MultiTerm
{
Modified: multiterm/src/context-menu.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * context-menu.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
namespace MultiTerm
Modified: multiterm/src/defconf.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,4 +1,25 @@
/*
+ * defconf.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
+/*
* This file contains the default configuration which will be written
* to the user's config dir if it doesn't exist.
*
Modified: multiterm/src/notebook.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * notebook.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
using Gdk;
using Pango;
Modified: multiterm/src/plugin.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * plugin.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
using Geany;
using MultiTerm;
Modified: multiterm/src/shell-config.vala
20 files changed, 20 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,23 @@
+/*
+ * shell-config.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
namespace MultiTerm
{
Modified: multiterm/src/tab-label.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * tab-label.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
namespace MultiTerm
Modified: multiterm/src/terminal.vala
21 files changed, 21 insertions(+), 0 deletions(-)
===================================================================
@@ -1,3 +1,24 @@
+/*
+ * terminal.vala - This file is part of the Geany MultiTerm plugin
+ *
+ * Copyright (c) 2012 Matthew Brush <matt(a)geany.org>.
+ *
+ * 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 2 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+ * MA 02110-1301, USA.
+ */
+
using Gtk;
using Gdk;
using Vte;
Modified: multiterm/src/vapi/geany.vapi
26 files changed, 14 insertions(+), 12 deletions(-)
===================================================================
@@ -1,20 +1,22 @@
/*
- * Copyright 2010 Colomban Wendling <ban(at)herbesfolles(dot)org>
+ * geany.vapi - This file comes from the Geany Vala Binding project
*
- * 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 2 of the License, or
- * (at your option) any later version.
+ * Copyright 2010-2012 Colomban Wendling <ban(at)herbesfolles(dot)org>
+ * Copyright 2012 Matthew Brush <matt(a)geany.org>
*
- * 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.
+ * 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 2 of the License, or
+ * (at your option) any later version.
*
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * 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, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
[CCode (cheader_filename = "geanyplugin.h")]
@@ Diff output truncated at 100000 characters. @@
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).