diff --git a/plugins/pip/Main.vala b/plugins/pip/Main.vala index 4d703c84c..034cd5aed 100644 --- a/plugins/pip/Main.vala +++ b/plugins/pip/Main.vala @@ -1,19 +1,21 @@ -// -// Copyright (C) 2017 Adam Bieńkowski -// -// 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 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// +/* + * Copyright 2021 elementary, Inc (https://elementary.io) + * 2017 Adam Bieńkowski + * 2021 José Expósito + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ public class Gala.Plugins.PIP.Plugin : Gala.Plugin { private Gee.ArrayList windows; diff --git a/plugins/pip/SelectionArea.vala b/plugins/pip/SelectionArea.vala index 9788b30ea..d7d0f6758 100644 --- a/plugins/pip/SelectionArea.vala +++ b/plugins/pip/SelectionArea.vala @@ -1,19 +1,21 @@ -// -// Copyright (C) 2017 Santiago León O., Adam Bieńkowski -// -// 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 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU General Public License for more details. -// -// You should have received a copy of the GNU General Public License -// along with this program. If not, see . -// +/* + * Copyright 2021 elementary, Inc (https://elementary.io) + * 2017 Santiago León O., Adam Bieńkowski + * 2021 José Expósito + * + * 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 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ public class Gala.Plugins.PIP.SelectionArea : Clutter.Actor { public signal void captured (int x, int y, int width, int height);