← Back to team overview

gnome-split-team team mailing list archive

[Branch ~gnome-split-team/gnome-split/nautilus-extension] Rev 3: Add licence header to the source files.

 

------------------------------------------------------------
revno: 3
committer: Guillaume Mazoyer <respawneral@xxxxxxxxx>
branch nick: nautilus-gnome-split
timestamp: Sun 2012-01-22 04:16:20 +0100
message:
  Add licence header to the source files.
modified:
  po/LINGUAS
  src/gnome-split.c
  src/nautilus-gnome-split.c
  src/nautilus-gnome-split.h


--
lp:~gnome-split-team/gnome-split/nautilus-extension
https://code.launchpad.net/~gnome-split-team/gnome-split/nautilus-extension

Your team GNOME Split developers is subscribed to branch lp:~gnome-split-team/gnome-split/nautilus-extension.
To unsubscribe from this branch go to https://code.launchpad.net/~gnome-split-team/gnome-split/nautilus-extension/+edit-subscription
=== modified file 'po/LINGUAS'
--- po/LINGUAS	2012-01-22 00:11:03 +0000
+++ po/LINGUAS	2012-01-22 03:16:20 +0000
@@ -1,3 +1,2 @@
 # Please keep this list sorted alphabetically
-#
-
+fr

=== modified file 'src/gnome-split.c'
--- src/gnome-split.c	2012-01-22 00:11:03 +0000
+++ src/gnome-split.c	2012-01-22 03:16:20 +0000
@@ -1,3 +1,24 @@
+/*
+ * gnome-split.c
+ * 
+ * Copyright (c) 2011 Guillaume Mazoyer
+ * 
+ * This file is part of GNOME Split Nautilus extension.
+ * 
+ * GNOME Split Nautilus extension 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.
+ * 
+ * GNOME Split Nautilus extension 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 GNOME Split Nautilus extension.  If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
 #ifdef HAVE_CONFIG_H
  #include <config.h>
 #endif

=== modified file 'src/nautilus-gnome-split.c'
--- src/nautilus-gnome-split.c	2012-01-22 00:11:03 +0000
+++ src/nautilus-gnome-split.c	2012-01-22 03:16:20 +0000
@@ -1,3 +1,24 @@
+/*
+ * nautilus-gnome-split.c
+ * 
+ * Copyright (c) 2011 Guillaume Mazoyer
+ * 
+ * This file is part of GNOME Split Nautilus extension.
+ * 
+ * GNOME Split Nautilus extension 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.
+ * 
+ * GNOME Split Nautilus extension 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 GNOME Split Nautilus extension.  If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
 #ifdef HAVE_CONFIG_H
  #include <config.h> /* for GETTEXT_PACKAGE */
 #endif

=== modified file 'src/nautilus-gnome-split.h'
--- src/nautilus-gnome-split.h	2012-01-22 00:11:03 +0000
+++ src/nautilus-gnome-split.h	2012-01-22 03:16:20 +0000
@@ -1,3 +1,24 @@
+/*
+ * nautilus-gnome-split.h
+ * 
+ * Copyright (c) 2011 Guillaume Mazoyer
+ * 
+ * This file is part of GNOME Split Nautilus extension.
+ * 
+ * GNOME Split Nautilus extension 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.
+ * 
+ * GNOME Split Nautilus extension 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 GNOME Split Nautilus extension.  If not, see
+ * <http://www.gnu.org/licenses/>.
+ */
 #ifndef NAUTILUS_GNOME_SPLIT_H
 #define NAUTILUS_GNOME_SPLIT_H