diff options
Diffstat (limited to 'src')
81 files changed, 572 insertions, 414 deletions
diff --git a/src/bookmarks/ephy-bookmark-action-group.c b/src/bookmarks/ephy-bookmark-action-group.c index afb7468f9..099f881e8 100644 --- a/src/bookmarks/ephy-bookmark-action-group.c +++ b/src/bookmarks/ephy-bookmark-action-group.c @@ -2,18 +2,20 @@ /* * Copyright © 2005 Peter Harvey * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-bookmark-action-group.h b/src/bookmarks/ephy-bookmark-action-group.h index d8c5a601b..6d5c290cf 100644 --- a/src/bookmarks/ephy-bookmark-action-group.h +++ b/src/bookmarks/ephy-bookmark-action-group.h @@ -2,18 +2,20 @@ /* * Copyright © 2005 Peter Harvey * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-bookmark-action.c b/src/bookmarks/ephy-bookmark-action.c index f69946744..e5dbcb166 100644 --- a/src/bookmarks/ephy-bookmark-action.c +++ b/src/bookmarks/ephy-bookmark-action.c @@ -4,18 +4,20 @@ * Copyright © 2003, 2004 Christian Persch * Copyright © 2005 Peter Harvey * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-bookmark-action.h b/src/bookmarks/ephy-bookmark-action.h index 44e50bd62..ba42442d1 100644 --- a/src/bookmarks/ephy-bookmark-action.h +++ b/src/bookmarks/ephy-bookmark-action.h @@ -3,18 +3,20 @@ * Copyright © 2003, 2004 Marco Pesenti Gritti * Copyright © 2003, 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index 563fbccea..89094750d 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -4,18 +4,20 @@ * Copyright © 2005, 2006 Peter A. Harvey * Copyright © 2006 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-bookmark-properties.h b/src/bookmarks/ephy-bookmark-properties.h index 63328c20a..4caf4a041 100644 --- a/src/bookmarks/ephy-bookmark-properties.h +++ b/src/bookmarks/ephy-bookmark-properties.h @@ -4,18 +4,20 @@ * Copyright © 2005, 2006 Peter A. Harvey * Copyright © 2006 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 82c8711f5..d4b327a59 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -2,18 +2,20 @@ /* * Copyright © 2003, 2004 Marco Pesenti Gritti <mpeseng@tin.it> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-bookmarks-editor.h b/src/bookmarks/ephy-bookmarks-editor.h index 4b3e83c50..f83fdf8f5 100644 --- a/src/bookmarks/ephy-bookmarks-editor.h +++ b/src/bookmarks/ephy-bookmarks-editor.h @@ -2,18 +2,20 @@ /* * Copyright © 2002 Jorn Baayen <jorn@nl.linux.org> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-bookmarks-export.c b/src/bookmarks/ephy-bookmarks-export.c index d2a88e26b..1d47fcd55 100644 --- a/src/bookmarks/ephy-bookmarks-export.c +++ b/src/bookmarks/ephy-bookmarks-export.c @@ -3,18 +3,20 @@ * Copyright © 2003 Marco Pesenti Gritti * Copyright © 2003 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-bookmarks-export.h b/src/bookmarks/ephy-bookmarks-export.h index fd9bc4a06..119dc4407 100644 --- a/src/bookmarks/ephy-bookmarks-export.h +++ b/src/bookmarks/ephy-bookmarks-export.h @@ -2,18 +2,20 @@ /* * Copyright © 2003 Marco Pesenti Gritti * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-bookmarks-import.c b/src/bookmarks/ephy-bookmarks-import.c index 4941eb73d..a196b96ea 100644 --- a/src/bookmarks/ephy-bookmarks-import.c +++ b/src/bookmarks/ephy-bookmarks-import.c @@ -3,18 +3,20 @@ * Copyright © 2003, 2004 Marco Pesenti Gritti * Copyright © 2003, 2004, 2005 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-bookmarks-import.h b/src/bookmarks/ephy-bookmarks-import.h index bb2cca651..21ac67821 100644 --- a/src/bookmarks/ephy-bookmarks-import.h +++ b/src/bookmarks/ephy-bookmarks-import.h @@ -3,18 +3,20 @@ * Copyright © 2003, 2004 Marco Pesenti Gritti * Copyright © 2003, 2004, 2005 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-bookmarks-menu.c b/src/bookmarks/ephy-bookmarks-menu.c index 1ef812b1d..502336827 100644 --- a/src/bookmarks/ephy-bookmarks-menu.c +++ b/src/bookmarks/ephy-bookmarks-menu.c @@ -4,18 +4,20 @@ * Copyright © 2003, 2004 Christian Persch * Copyright © 2004 Peter Harvey * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-bookmarks-menu.h b/src/bookmarks/ephy-bookmarks-menu.h index a76a17e92..a6e37f3fa 100644 --- a/src/bookmarks/ephy-bookmarks-menu.h +++ b/src/bookmarks/ephy-bookmarks-menu.h @@ -4,18 +4,20 @@ * Copyright © 2003, 2004 Marco Pesenti Gritti * Copyright © 2003, 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-bookmarks-ui.c b/src/bookmarks/ephy-bookmarks-ui.c index f9e239b81..609515e9a 100644 --- a/src/bookmarks/ephy-bookmarks-ui.c +++ b/src/bookmarks/ephy-bookmarks-ui.c @@ -3,18 +3,20 @@ * Copyright © 2005 Peter Harvey * Copyright © 2006 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-bookmarks-ui.h b/src/bookmarks/ephy-bookmarks-ui.h index 6e3812328..067889fdb 100644 --- a/src/bookmarks/ephy-bookmarks-ui.h +++ b/src/bookmarks/ephy-bookmarks-ui.h @@ -2,18 +2,20 @@ /* * Copyright © 2005 Peter Harvey * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-bookmarks.c b/src/bookmarks/ephy-bookmarks.c index cdbec7fd2..a82114b2b 100644 --- a/src/bookmarks/ephy-bookmarks.c +++ b/src/bookmarks/ephy-bookmarks.c @@ -3,18 +3,20 @@ * Copyright © 2002-2004 Marco Pesenti Gritti * Copyright © 2003, 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-bookmarks.h b/src/bookmarks/ephy-bookmarks.h index 2a5a110cd..7e115e9a8 100644 --- a/src/bookmarks/ephy-bookmarks.h +++ b/src/bookmarks/ephy-bookmarks.h @@ -3,18 +3,20 @@ * Copyright © 2000-2004 Marco Pesenti Gritti * Copyright © 2003, 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-link-action.c b/src/bookmarks/ephy-link-action.c index 00e3bfb9e..d6fc6792d 100644 --- a/src/bookmarks/ephy-link-action.c +++ b/src/bookmarks/ephy-link-action.c @@ -3,18 +3,20 @@ * Copyright © 2004 Christian Persch * Copyright © 2005 Philip Langdale * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-link-action.h b/src/bookmarks/ephy-link-action.h index 5c3d25053..c9ee08716 100644 --- a/src/bookmarks/ephy-link-action.h +++ b/src/bookmarks/ephy-link-action.h @@ -2,18 +2,20 @@ /* * Copyright © 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-nodes-cover.c b/src/bookmarks/ephy-nodes-cover.c index 2ab08ef15..622e9e8a4 100644 --- a/src/bookmarks/ephy-nodes-cover.c +++ b/src/bookmarks/ephy-nodes-cover.c @@ -2,18 +2,20 @@ /* * Copyright © 2004 Peter Harvey <pah06@uow.edu.au> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-nodes-cover.h b/src/bookmarks/ephy-nodes-cover.h index 459a1baa6..7baa08c89 100644 --- a/src/bookmarks/ephy-nodes-cover.h +++ b/src/bookmarks/ephy-nodes-cover.h @@ -2,18 +2,20 @@ /* * Copyright © 2004 Peter Harvey <pah06@uow.edu.au> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-open-tabs-action.c b/src/bookmarks/ephy-open-tabs-action.c index 5dfb475f8..d92a64394 100644 --- a/src/bookmarks/ephy-open-tabs-action.c +++ b/src/bookmarks/ephy-open-tabs-action.c @@ -2,18 +2,20 @@ /* * Copyright © 2004 Peter Harvey <pah06@uow.edu.au> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-open-tabs-action.h b/src/bookmarks/ephy-open-tabs-action.h index 9b300b9ca..00251b0f0 100644 --- a/src/bookmarks/ephy-open-tabs-action.h +++ b/src/bookmarks/ephy-open-tabs-action.h @@ -2,18 +2,20 @@ /* * Copyright © 2003 Peter Harvey * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-topic-action-group.c b/src/bookmarks/ephy-topic-action-group.c index 86cfa08d8..d8885a2e9 100644 --- a/src/bookmarks/ephy-topic-action-group.c +++ b/src/bookmarks/ephy-topic-action-group.c @@ -2,18 +2,20 @@ /* * Copyright © 2005 Peter Harvey * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-topic-action-group.h b/src/bookmarks/ephy-topic-action-group.h index c67c0dd9d..86d6cfeee 100644 --- a/src/bookmarks/ephy-topic-action-group.h +++ b/src/bookmarks/ephy-topic-action-group.h @@ -2,18 +2,20 @@ /* * Copyright © 2005 Peter Harvey * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-topic-action.c b/src/bookmarks/ephy-topic-action.c index 077bf005a..cb48565fd 100644 --- a/src/bookmarks/ephy-topic-action.c +++ b/src/bookmarks/ephy-topic-action.c @@ -3,18 +3,20 @@ * Copyright © 2003, 2004 Marco Pesenti Gritti * Copyright © 2003, 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-topic-action.h b/src/bookmarks/ephy-topic-action.h index aa5a2ac56..3322255c8 100644 --- a/src/bookmarks/ephy-topic-action.h +++ b/src/bookmarks/ephy-topic-action.h @@ -3,18 +3,20 @@ * Copyright © 2003, 2004 Marco Pesenti Gritti * Copyright © 2003, 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-topics-entry.c b/src/bookmarks/ephy-topics-entry.c index 1c04e3786..df73ddf6c 100644 --- a/src/bookmarks/ephy-topics-entry.c +++ b/src/bookmarks/ephy-topics-entry.c @@ -3,18 +3,20 @@ * Copyright © 2002-2004 Marco Pesenti Gritti <mpeseng@tin.it> * Copyright © 2005, 2006 Peter Harvey <pah06@uow.edu.au> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-topics-entry.h b/src/bookmarks/ephy-topics-entry.h index 4da377d51..4ca18e2b9 100644 --- a/src/bookmarks/ephy-topics-entry.h +++ b/src/bookmarks/ephy-topics-entry.h @@ -2,18 +2,20 @@ /* * Copyright © 2002 Marco Pesenti Gritti <mpeseng@tin.it> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-topics-palette.c b/src/bookmarks/ephy-topics-palette.c index ab439addc..1b6c1254a 100644 --- a/src/bookmarks/ephy-topics-palette.c +++ b/src/bookmarks/ephy-topics-palette.c @@ -3,18 +3,20 @@ * Copyright © 2002-2004 Marco Pesenti Gritti <mpeseng@tin.it> * Copyright © 2005 Peter Harvey <pah06@uow.edu.au> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-topics-palette.h b/src/bookmarks/ephy-topics-palette.h index 76a7e2c43..36d115717 100644 --- a/src/bookmarks/ephy-topics-palette.h +++ b/src/bookmarks/ephy-topics-palette.h @@ -2,18 +2,20 @@ /* * Copyright © 2002 Marco Pesenti Gritti <mpeseng@tin.it> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/bookmarks/ephy-window-action.c b/src/bookmarks/ephy-window-action.c index 875d8e33c..fb85be411 100644 --- a/src/bookmarks/ephy-window-action.c +++ b/src/bookmarks/ephy-window-action.c @@ -2,18 +2,20 @@ /* * Copyright © 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/bookmarks/ephy-window-action.h b/src/bookmarks/ephy-window-action.h index 9be192058..fc347cbae 100644 --- a/src/bookmarks/ephy-window-action.h +++ b/src/bookmarks/ephy-window-action.h @@ -2,18 +2,20 @@ /* * Copyright © 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/clear-data-dialog.c b/src/clear-data-dialog.c index 7b20f9a84..fa39b1b3f 100644 --- a/src/clear-data-dialog.c +++ b/src/clear-data-dialog.c @@ -2,18 +2,20 @@ /* * Copyright © 2013 Red Hat, Inc. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/clear-data-dialog.h b/src/clear-data-dialog.h index e63f1e869..220885335 100644 --- a/src/clear-data-dialog.h +++ b/src/clear-data-dialog.h @@ -2,18 +2,20 @@ /* * Copyright © 2013 Red Hat, Inc. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/cookies-dialog.c b/src/cookies-dialog.c index 7b6dac873..b8e138451 100644 --- a/src/cookies-dialog.c +++ b/src/cookies-dialog.c @@ -2,18 +2,20 @@ /* * Copyright © 2013 Red Hat, Inc. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/cookies-dialog.h b/src/cookies-dialog.h index 8a444cd32..9724430b0 100644 --- a/src/cookies-dialog.h +++ b/src/cookies-dialog.h @@ -2,18 +2,20 @@ /* * Copyright © 2013 Red Hat, Inc. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-action-helper.c b/src/ephy-action-helper.c index 1ecfc2429..9af4e163e 100644 --- a/src/ephy-action-helper.c +++ b/src/ephy-action-helper.c @@ -2,18 +2,20 @@ /* * Copyright © 2005 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-action-helper.h b/src/ephy-action-helper.h index eedb13e62..055287fb7 100644 --- a/src/ephy-action-helper.h +++ b/src/ephy-action-helper.h @@ -2,18 +2,20 @@ /* * Copyright © 2005 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-completion-model.c b/src/ephy-completion-model.c index 8c4e69dd6..d09029611 100644 --- a/src/ephy-completion-model.c +++ b/src/ephy-completion-model.c @@ -2,18 +2,20 @@ /* * Copyright © 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-completion-model.h b/src/ephy-completion-model.h index 8df4e4543..00b40b154 100644 --- a/src/ephy-completion-model.h +++ b/src/ephy-completion-model.h @@ -2,18 +2,20 @@ /* * Copyright © 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-encoding-dialog.c b/src/ephy-encoding-dialog.c index a0c94aed4..d35a57399 100644 --- a/src/ephy-encoding-dialog.c +++ b/src/ephy-encoding-dialog.c @@ -4,18 +4,20 @@ * Copyright © 2003, 2004 Christian Persch * Copyright © 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-encoding-dialog.h b/src/ephy-encoding-dialog.h index 8d47822d4..f0b2bbdb6 100644 --- a/src/ephy-encoding-dialog.h +++ b/src/ephy-encoding-dialog.h @@ -3,18 +3,20 @@ * Copyright © 2000, 2001, 2002, 2003 Marco Pesenti Gritti * Copyright © 2003 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-encoding-row.c b/src/ephy-encoding-row.c index ad5894fa1..a109fbf36 100644 --- a/src/ephy-encoding-row.c +++ b/src/ephy-encoding-row.c @@ -2,20 +2,20 @@ /* * Copyright © 2015 Arnaud Bonatti * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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. - * + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-encoding-row.h b/src/ephy-encoding-row.h index 01128197c..d6007d8f3 100644 --- a/src/ephy-encoding-row.h +++ b/src/ephy-encoding-row.h @@ -2,20 +2,20 @@ /* * Copyright © 2015 Arnaud Bonatti * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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. - * + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-header-bar.c b/src/ephy-header-bar.c index 238d08845..b968962a5 100644 --- a/src/ephy-header-bar.c +++ b/src/ephy-header-bar.c @@ -4,18 +4,20 @@ * Copyright © 2013 Yosef Or Boczko <yoseforb@gmail.com> * Copyright © 2016 Iulian-Gabriel Radu <iulian.radu67@gmail.com> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-header-bar.h b/src/ephy-header-bar.h index f55ab2bab..b475bd6ce 100644 --- a/src/ephy-header-bar.h +++ b/src/ephy-header-bar.h @@ -2,18 +2,20 @@ /* * Copyright © 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c index 1f8502eba..bb2c74153 100644 --- a/src/ephy-history-window.c +++ b/src/ephy-history-window.c @@ -4,18 +4,20 @@ * Copyright © 2003, 2004 Christian Persch * Copyright © 2012 Igalia S.L * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-history-window.h b/src/ephy-history-window.h index 29eac8b21..f7fe6df21 100644 --- a/src/ephy-history-window.h +++ b/src/ephy-history-window.h @@ -2,18 +2,20 @@ /* * Copyright © 2003 Marco Pesenti Gritti <mpeseng@tin.it> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-link.c b/src/ephy-link.c index 05888e37d..6a65a4644 100644 --- a/src/ephy-link.c +++ b/src/ephy-link.c @@ -2,18 +2,20 @@ /* * Copyright © 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-link.h b/src/ephy-link.h index 68f318390..762e7ff2a 100644 --- a/src/ephy-link.h +++ b/src/ephy-link.h @@ -2,18 +2,20 @@ /* * Copyright © 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-location-controller.c b/src/ephy-location-controller.c index 98c4c1075..45d5277d5 100644 --- a/src/ephy-location-controller.c +++ b/src/ephy-location-controller.c @@ -3,18 +3,20 @@ * Copyright © 2003, 2004 Marco Pesenti Gritti * Copyright © 2003, 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-location-controller.h b/src/ephy-location-controller.h index 420d7ee16..abbb94412 100644 --- a/src/ephy-location-controller.h +++ b/src/ephy-location-controller.h @@ -2,18 +2,20 @@ /* * Copyright © 2003 Marco Pesenti Gritti * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-lockdown.c b/src/ephy-lockdown.c index 171919b43..e43230518 100644 --- a/src/ephy-lockdown.c +++ b/src/ephy-lockdown.c @@ -4,18 +4,20 @@ * Copyright © 2003, 2004, 2005 Christian Persch * Copyright © 2010, 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-lockdown.h b/src/ephy-lockdown.h index 3d655c46f..18a8768ff 100644 --- a/src/ephy-lockdown.h +++ b/src/ephy-lockdown.h @@ -3,18 +3,20 @@ * Copyright © 2003, 2004 Marco Pesenti Gritti * Copyright © 2003, 2004, 2005 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-main.c b/src/ephy-main.c index b19bdc0a7..7422b9c7c 100644 --- a/src/ephy-main.c +++ b/src/ephy-main.c @@ -4,18 +4,20 @@ * Copyright © 2006, 2008 Christian Persch * Copyright © 2011, 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-notebook.c b/src/ephy-notebook.c index e59931900..b77d6ef4e 100644 --- a/src/ephy-notebook.c +++ b/src/ephy-notebook.c @@ -4,18 +4,20 @@ * Copyright © 2003, 2004 Marco Pesenti Gritti * Copyright © 2003, 2004, 2005 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-notebook.h b/src/ephy-notebook.h index 801889af8..f92b4decc 100644 --- a/src/ephy-notebook.h +++ b/src/ephy-notebook.h @@ -4,18 +4,20 @@ * Copyright © 2003 Marco Pesenti Gritti * Copyright © 2003, 2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-private.h b/src/ephy-private.h index 9041ae60e..7ca1aaef1 100644 --- a/src/ephy-private.h +++ b/src/ephy-private.h @@ -2,18 +2,20 @@ /* * Copyright © 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-search-provider-main.c b/src/ephy-search-provider-main.c index 39080284f..b4a620584 100644 --- a/src/ephy-search-provider-main.c +++ b/src/ephy-search-provider-main.c @@ -1,19 +1,21 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* - * Copyright (c) 2013 Igalia S.L. + * Copyright (c) 2013 Igalia S.L. * - * 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 file is part of Epiphany. * - * 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. + * Epiphany 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. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * Epiphany 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 Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-search-provider.c b/src/ephy-search-provider.c index 824ca7388..7cbe0ba46 100644 --- a/src/ephy-search-provider.c +++ b/src/ephy-search-provider.c @@ -1,19 +1,21 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* - * Copyright (c) 2013 Giovanni Campagna <scampa.giovanni@gmail.com> + * Copyright (c) 2013 Giovanni Campagna <scampa.giovanni@gmail.com> * - * 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 file is part of Epiphany. * - * 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. + * Epiphany 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. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * Epiphany 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 Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-search-provider.h b/src/ephy-search-provider.h index b55a67384..a64f45f14 100644 --- a/src/ephy-search-provider.h +++ b/src/ephy-search-provider.h @@ -1,19 +1,21 @@ /* -*- Mode: C; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* - * Copyright (c) 2013 Giovanni Campagna <scampa.giovanni@gmail.com> + * Copyright (c) 2013 Giovanni Campagna <scampa.giovanni@gmail.com> * - * 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 file is part of Epiphany. * - * 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. + * Epiphany 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. * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. + * Epiphany 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 Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-session.c b/src/ephy-session.c index dadd0f4b6..bce7702b2 100644 --- a/src/ephy-session.c +++ b/src/ephy-session.c @@ -5,18 +5,20 @@ * Copyright © 2003, 2004, 2005, 2006, 2008 Christian Persch * Copyright © 2012 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-session.h b/src/ephy-session.h index 8dcb63978..94c2f5c45 100644 --- a/src/ephy-session.h +++ b/src/ephy-session.h @@ -4,18 +4,20 @@ * Copyright © 2003 Marco Pesenti Gritti * Copyright © 2003 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 7a5ff1ec9..4b78cf79f 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -4,18 +4,20 @@ * Copyright © 2003, 2004, 2006 Christian Persch * Copyright © 2011 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-shell.h b/src/ephy-shell.h index 1bd29d144..5d2029474 100644 --- a/src/ephy-shell.h +++ b/src/ephy-shell.h @@ -4,18 +4,20 @@ * Copyright © 2003, 2004, 2006 Christian Persch * Copyright © 2011 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-title-box.c b/src/ephy-title-box.c index 6020e6dd2..ad13cdb64 100644 --- a/src/ephy-title-box.c +++ b/src/ephy-title-box.c @@ -3,18 +3,20 @@ * Copyright © 2013, 2014 Yosef Or Boczko <yoseforb@gnome.org> * Copyright © 2016 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-title-box.h b/src/ephy-title-box.h index 63ada0416..5e562a175 100644 --- a/src/ephy-title-box.h +++ b/src/ephy-title-box.h @@ -2,18 +2,20 @@ /* * Copyright © 2013, 2014 Yosef Or Boczko <yoseforb@gnome.org> * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/ephy-window.c b/src/ephy-window.c index 79b76d344..9dc38d94c 100644 --- a/src/ephy-window.c +++ b/src/ephy-window.c @@ -5,18 +5,20 @@ * Copyright © 2011 Igalia S.L. * Copyright © 2016 Iulian-Gabriel Radu * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/ephy-window.h b/src/ephy-window.h index a760559ff..9433ef3fd 100644 --- a/src/ephy-window.h +++ b/src/ephy-window.h @@ -2,18 +2,20 @@ /* * Copyright © 2000-2003 Marco Pesenti Gritti * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/languages.h b/src/languages.h index 2d88f6666..1dc4ac837 100644 --- a/src/languages.h +++ b/src/languages.h @@ -2,18 +2,20 @@ /* * Copyright © 2005 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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 + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/passwords-dialog.c b/src/passwords-dialog.c index e3b1e1af3..1121ffdb7 100644 --- a/src/passwords-dialog.c +++ b/src/passwords-dialog.c @@ -2,18 +2,20 @@ /* * Copyright © 2013 Red Hat, Inc. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/passwords-dialog.h b/src/passwords-dialog.h index 49e7b5eb6..02a256d8b 100644 --- a/src/passwords-dialog.h +++ b/src/passwords-dialog.h @@ -2,18 +2,20 @@ /* * Copyright © 2013 Red Hat, Inc. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/popup-commands.c b/src/popup-commands.c index 5004a3168..4ef462dfe 100644 --- a/src/popup-commands.c +++ b/src/popup-commands.c @@ -2,18 +2,20 @@ /* * Copyright © 2000-2003 Marco Pesenti Gritti * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/popup-commands.h b/src/popup-commands.h index 411b7b28e..cca1086a0 100644 --- a/src/popup-commands.h +++ b/src/popup-commands.h @@ -2,18 +2,20 @@ /* * Copyright © 2000, 2001, 2002 Marco Pesenti Gritti * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/prefs-dialog.c b/src/prefs-dialog.c index 0c73f262d..354c6c63d 100644 --- a/src/prefs-dialog.c +++ b/src/prefs-dialog.c @@ -4,18 +4,20 @@ * Copyright © 2003, 2004, 2005 Christian Persch * Copyright © 2010 Igalia S.L. * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" diff --git a/src/prefs-dialog.h b/src/prefs-dialog.h index 89f60d70f..fc2e21039 100644 --- a/src/prefs-dialog.h +++ b/src/prefs-dialog.h @@ -3,18 +3,20 @@ * Copyright © 2000-2004 Marco Pesenti Gritti * Copyright © 2003-2004 Christian Persch * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once diff --git a/src/resources/error.html b/src/resources/error.html index 439d74504..7dfc0a88d 100644 --- a/src/resources/error.html +++ b/src/resources/error.html @@ -3,18 +3,20 @@ Copyright © 2010, 2011 Vinicius Depizzol Copyright © 2016 Gabriel Ivascu - This program is free software; you can redistribute it and/or modify + This file is part of Epiphany. + + Epiphany 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, or (at your option) - any later version. + 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, + Epiphany 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 + 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/>. + along with Epiphany. If not, see <http://www.gnu.org/licenses/>. --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="%s" lang="%s" dir="%s"> <head> diff --git a/src/window-commands.c b/src/window-commands.c index feb7a8838..14eaf4b08 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -5,18 +5,20 @@ * Copyright © 2011 Igalia S.L. * Copyright © 2016 Iulian-Gabriel Radu * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #include "config.h" @@ -267,7 +269,7 @@ window_cmd_show_about (GSimpleAction *action, "logo-icon-name", "web-browser", "website", "https://wiki.gnome.org/Apps/Web", "website-label", _("Web Website"), - "license-type", GTK_LICENSE_GPL_2_0, + "license-type", GTK_LICENSE_GPL_3_0, "wrap-license", TRUE, NULL); diff --git a/src/window-commands.h b/src/window-commands.h index bbd8f29d9..d0cebdb72 100644 --- a/src/window-commands.h +++ b/src/window-commands.h @@ -2,18 +2,20 @@ /* * Copyright © 2000-2003 Marco Pesenti Gritti * - * This program is free software; you can redistribute it and/or modify + * This file is part of Epiphany. + * + * Epiphany 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, or (at your option) - * any later version. + * 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, + * Epiphany 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/>. + * along with Epiphany. If not, see <http://www.gnu.org/licenses/>. */ #pragma once |