Skip to content

Commit

Permalink
Merge pull request #59 from codebrainz/multiterm-license
Browse files Browse the repository at this point in the history
multiterm: Add comments with file info, copyright holders and license
  • Loading branch information
hyperair committed Jul 13, 2012
2 parents e7cd53a + a179499 commit d65430a
Show file tree
Hide file tree
Showing 9 changed files with 181 additions and 12 deletions.
21 changes: 21 additions & 0 deletions multiterm/src/config.vala
@@ -1,3 +1,24 @@
/*
* config.vala - This file is part of the Geany MultiTerm plugin
*
* Copyright (c) 2012 Matthew Brush <matt@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
{

Expand Down
21 changes: 21 additions & 0 deletions multiterm/src/context-menu.vala
@@ -1,3 +1,24 @@
/*
* context-menu.vala - This file is part of the Geany MultiTerm plugin
*
* Copyright (c) 2012 Matthew Brush <matt@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
Expand Down
21 changes: 21 additions & 0 deletions multiterm/src/defconf.vala
@@ -1,3 +1,24 @@
/*
* defconf.vala - This file is part of the Geany MultiTerm plugin
*
* Copyright (c) 2012 Matthew Brush <matt@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.
Expand Down
21 changes: 21 additions & 0 deletions multiterm/src/notebook.vala
@@ -1,3 +1,24 @@
/*
* notebook.vala - This file is part of the Geany MultiTerm plugin
*
* Copyright (c) 2012 Matthew Brush <matt@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;
Expand Down
21 changes: 21 additions & 0 deletions multiterm/src/plugin.vala
@@ -1,3 +1,24 @@
/*
* plugin.vala - This file is part of the Geany MultiTerm plugin
*
* Copyright (c) 2012 Matthew Brush <matt@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;
Expand Down
20 changes: 20 additions & 0 deletions multiterm/src/shell-config.vala
@@ -1,3 +1,23 @@
/*
* shell-config.vala - This file is part of the Geany MultiTerm plugin
*
* Copyright (c) 2012 Matthew Brush <matt@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
{
Expand Down
21 changes: 21 additions & 0 deletions multiterm/src/tab-label.vala
@@ -1,3 +1,24 @@
/*
* tab-label.vala - This file is part of the Geany MultiTerm plugin
*
* Copyright (c) 2012 Matthew Brush <matt@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
Expand Down
21 changes: 21 additions & 0 deletions multiterm/src/terminal.vala
@@ -1,3 +1,24 @@
/*
* terminal.vala - This file is part of the Geany MultiTerm plugin
*
* Copyright (c) 2012 Matthew Brush <matt@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;
Expand Down
26 changes: 14 additions & 12 deletions multiterm/src/vapi/geany.vapi
@@ -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@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")]
Expand Down

0 comments on commit d65430a

Please sign in to comment.