[bijiben] License: use consistently GPLv3+
- From: Pierre-Yves Luyten <pyluyten src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bijiben] License: use consistently GPLv3+
- Date: Thu, 14 Mar 2013 22:45:16 +0000 (UTC)
commit 45e77b6fbdd46873ef9de7e1b8caf41a22a2c6d0
Author: Pierre-Yves Luyten <py luyten fr>
Date: Wed Mar 13 23:59:12 2013 +0100
License: use consistently GPLv3+
Some files had GPLv2+.
Also add the license to files without. This does not impact bjb-editor-*
Obviously this does not impact neither libgd
src/bijiben-shell-search-provider.c | 25 ++++++++++++-------------
src/bjb-app-menu.h | 17 +++++++++++++++++
src/bjb-editor-toolbar.c | 27 +++++++++++++--------------
src/bjb-editor-toolbar.h | 28 +++++++++++++---------------
src/bjb-main-view.h | 17 +++++++++++++++++
src/bjb-note-view.h | 17 +++++++++++++++++
src/bjb-search-toolbar.c | 26 +++++++++++++-------------
src/bjb-search-toolbar.h | 16 ++++++++++++++++
src/bjb-selection-toolbar.c | 27 +++++++++++++--------------
src/bjb-selection-toolbar.h | 28 +++++++++++++---------------
src/bjb-settings.h | 16 ++++++++++++++++
11 files changed, 160 insertions(+), 84 deletions(-)
---
diff --git a/src/bijiben-shell-search-provider.c b/src/bijiben-shell-search-provider.c
index f30fb40..6e59a74 100644
--- a/src/bijiben-shell-search-provider.c
+++ b/src/bijiben-shell-search-provider.c
@@ -2,23 +2,22 @@
* bijiben-shell-search-provider.c - Implementation of a GNOME Shell
* search provider
*
- * Copyright (C) 2012 Red Hat, Inc.
+ * Copyright © 2012, 2013 Red Hat, Inc.
+ * Copyright © 2013 Pierre-Yves LUYTEN <py luyten fr>
*
- * Bijiben 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.
+ * bijiben 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.
*
- * Bijiben 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.
+ * bijiben 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.
- *
-*/
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
/*
* Adapted from Nautilus shell-search-provider
diff --git a/src/bjb-app-menu.h b/src/bjb-app-menu.h
index d4b6090..bf7113b 100644
--- a/src/bjb-app-menu.h
+++ b/src/bjb-app-menu.h
@@ -1,3 +1,20 @@
+/* bjb-app-menu.h
+ * Copyright © 2012, 2013 Pierre-Yves LUYTEN <py luyten fr>
+ *
+ * bijiben 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.
+ *
+ * bijiben 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 _APP_MENU_H
#define _APP_MENU_H
diff --git a/src/bjb-editor-toolbar.c b/src/bjb-editor-toolbar.c
index d1dd892..35fd4a2 100644
--- a/src/bjb-editor-toolbar.c
+++ b/src/bjb-editor-toolbar.c
@@ -1,20 +1,19 @@
-/*
- * Copyright © 2012 Red Hat, Inc.
+/* bjb-editor-toolbar.c
+ * Copyright © 2012, 2013 Red Hat, Inc.
+ * Copyright © 2013 Pierre-Yves LUYTEN <py luyten fr>
*
- * 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.
+ * bijiben 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.
+ * bijiben 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.
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* Offset for toolbar related to cursor.
diff --git a/src/bjb-editor-toolbar.h b/src/bjb-editor-toolbar.h
index ed3ffe9..6fd7dfb 100644
--- a/src/bjb-editor-toolbar.h
+++ b/src/bjb-editor-toolbar.h
@@ -1,21 +1,19 @@
-/*
- * Photos - access, organize and share your photos on GNOME
- * Copyright © 2012 Red Hat, Inc.
+/* bjb-editor-toolbar.h
+ * Copyright © 2012, 2013 Red Hat, Inc.
+ * Copyright © 2013 Pierre-Yves LUYTEN <py luyten fr>
*
- * 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.
+ * bijiben 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.
+ * bijiben 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.
+ * 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 BJB_EDITOR_TOOLBAR_H
diff --git a/src/bjb-main-view.h b/src/bjb-main-view.h
index b14594a..6a99af3 100644
--- a/src/bjb-main-view.h
+++ b/src/bjb-main-view.h
@@ -1,3 +1,20 @@
+/* bjb-main-view.h
+ * Copyright © 2012, 2013 Pierre-Yves LUYTEN <py luyten fr>
+ *
+ * bijiben 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.
+ *
+ * bijiben 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 _MAIN_VIEW_H_
#define _MAIN_VIEW_H_
diff --git a/src/bjb-note-view.h b/src/bjb-note-view.h
index 851b531..8da95f6 100644
--- a/src/bjb-note-view.h
+++ b/src/bjb-note-view.h
@@ -1,3 +1,20 @@
+/* bjb-note-view.h
+ * Copyright © 2012, 2013 Pierre-Yves LUYTEN <py luyten fr>
+ *
+ * bijiben 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.
+ *
+ * bijiben 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 _NOTE_VIEW_H
#define _NOTE_VIEW_H
diff --git a/src/bjb-search-toolbar.c b/src/bjb-search-toolbar.c
index 4a3cb15..d3b6a9c 100644
--- a/src/bjb-search-toolbar.c
+++ b/src/bjb-search-toolbar.c
@@ -1,18 +1,18 @@
-/*
- * 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.
+/* bjb-search-toolbar.c
+ * Copyright © 2012, 2013 Pierre-Yves LUYTEN <py luyten fr>
+ *
+ * bijiben 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.
+ * bijiben 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.
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/src/bjb-search-toolbar.h b/src/bjb-search-toolbar.h
index 2704b89..c1100fb 100644
--- a/src/bjb-search-toolbar.h
+++ b/src/bjb-search-toolbar.h
@@ -1,3 +1,19 @@
+/* bjb-search-toolbar.h
+ * Copyright © 2012, 2013 Pierre-Yves LUYTEN <py luyten fr>
+ *
+ * bijiben 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.
+ *
+ * bijiben 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 BJB_SEARCH_TOOLBAR_H
#define BJB_SEARCH_TOOLBAR_H
diff --git a/src/bjb-selection-toolbar.c b/src/bjb-selection-toolbar.c
index e8efca7..674be71 100644
--- a/src/bjb-selection-toolbar.c
+++ b/src/bjb-selection-toolbar.c
@@ -1,20 +1,19 @@
-/*
- * Copyright © 2012 Red Hat, Inc.
+/* bjb-selection-toolbar.c
+ * Copyright © 2012, 2013 Red Hat, Inc.
+ * Copyright © 2013 Pierre-Yves LUYTEN <py luyten fr>
*
- * 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.
+ * bijiben 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.
+ * bijiben 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.
+ * You should have received a copy of the GNU General Public License along
+ * with this program. If not, see <http://www.gnu.org/licenses/>.
*/
diff --git a/src/bjb-selection-toolbar.h b/src/bjb-selection-toolbar.h
index c06a888..3289166 100644
--- a/src/bjb-selection-toolbar.h
+++ b/src/bjb-selection-toolbar.h
@@ -1,21 +1,19 @@
-/*
- * Photos - access, organize and share your photos on GNOME
- * Copyright © 2012 Red Hat, Inc.
+/* bjb-selection-toolbar.h
+ * Copyright © 2012, 2013 Red Hat, Inc.
+ * Copyright © 2013 Pierre-Yves LUYTEN <py luyten fr>
*
- * 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.
+ * bijiben 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.
+ * bijiben 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.
+ * 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 BJB_SELECTION_TOOLBAR_H
diff --git a/src/bjb-settings.h b/src/bjb-settings.h
index f6e38c3..087f04a 100644
--- a/src/bjb-settings.h
+++ b/src/bjb-settings.h
@@ -1,3 +1,19 @@
+/* bjb-settings.h
+ * Copyright © 2012, 2013 Pierre-Yves LUYTEN <py luyten fr>
+ *
+ * bijiben 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.
+ *
+ * bijiben 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 _BJB_SETTINGS_H_
#define _BJB_SETTINGS_H_
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]