[geany/geany-plugins] a17949: multiterm: Add comments with file info, copyright holders and license

Matthew Brush git-noreply at xxxxx
Fri Jul 13 00:31:57 UTC 2012


Branch:      refs/heads/master
Author:      Matthew Brush <matt at geany.org>
Committer:   Matthew Brush <matt at geany.org>
Date:        Fri, 13 Jul 2012 00:31:57
Commit:      a1794998e147934d7e805ee932baca23b23ff333
             https://github.com/geany/geany-plugins/commit/a1794998e147934d7e805ee932baca23b23ff333

Log Message:
-----------
multiterm: Add comments with file info, copyright holders and license

No code changes


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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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).



More information about the Plugins-Commits mailing list