diff --git a/src/graphmanager/graphview.rs b/src/graphmanager/graphview.rs index 926d0f8..4c5e31b 100644 --- a/src/graphmanager/graphview.rs +++ b/src/graphmanager/graphview.rs @@ -3,18 +3,7 @@ // Copyright 2021 Tom A. Wagner // Copyright 2021 Stéphane Cerveau // -// 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 . +// This file is part of GraphManager // // SPDX-License-Identifier: GPL-3.0-only diff --git a/src/graphmanager/node.rs b/src/graphmanager/node.rs index da70f8c..6bb247d 100644 --- a/src/graphmanager/node.rs +++ b/src/graphmanager/node.rs @@ -3,20 +3,10 @@ // Copyright 2021 Tom A. Wagner // Copyright 2021 Stéphane Cerveau // -// 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 . +// This file is part of GraphManager // // SPDX-License-Identifier: GPL-3.0-only + use gtk::glib; use gtk::prelude::*; use gtk::subclass::prelude::*; diff --git a/src/graphmanager/port.rs b/src/graphmanager/port.rs index efb8287..d3f2ae5 100644 --- a/src/graphmanager/port.rs +++ b/src/graphmanager/port.rs @@ -3,20 +3,10 @@ // Copyright 2021 Tom A. Wagner // Copyright 2021 Stéphane Cerveau // -// 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 . +// This file is part of GraphManager // // SPDX-License-Identifier: GPL-3.0-only + use gtk::{ glib::{self}, prelude::*, diff --git a/src/graphmanager/property.rs b/src/graphmanager/property.rs index fe2355d..c58ac65 100644 --- a/src/graphmanager/property.rs +++ b/src/graphmanager/property.rs @@ -2,20 +2,10 @@ // // Copyright 2022 Stéphane Cerveau // -// 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 . +// This file is part of GraphManager // // SPDX-License-Identifier: GPL-3.0-only + use log::info; use std::cell::Ref; use std::collections::HashMap; diff --git a/src/graphmanager/selection.rs b/src/graphmanager/selection.rs index 85f6b4c..a2ebfdf 100644 --- a/src/graphmanager/selection.rs +++ b/src/graphmanager/selection.rs @@ -2,18 +2,7 @@ // // Copyright 2022 Stéphane Cerveau // -// 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 . +// This file is part of GraphManager // // SPDX-License-Identifier: GPL-3.0-only