diff --git a/src/application.rs b/src/application.rs index c71dcb6..cd1d4be 100644 --- a/src/application.rs +++ b/src/application.rs @@ -1,11 +1,8 @@ -// application.rs -// // Copyright 2021 Tom A. Wagner // // 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. +// it under the terms of the GNU General Public License version 3 as published by +// the Free Software Foundation. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/main.rs b/src/main.rs index dd5c6e3..e4ce325 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,11 +1,8 @@ -// main.rs -// // Copyright 2021 Tom A. Wagner // // 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. +// it under the terms of the GNU General Public License version 3 as published by +// the Free Software Foundation. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/pipewire_connection.rs b/src/pipewire_connection.rs index a4a170a..951a450 100644 --- a/src/pipewire_connection.rs +++ b/src/pipewire_connection.rs @@ -1,11 +1,8 @@ -// pipewire_connection.rs -// // Copyright 2021 Tom A. Wagner // // 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. +// it under the terms of the GNU General Public License version 3 as published by +// the Free Software Foundation. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/pipewire_connection/state.rs b/src/pipewire_connection/state.rs index e781620..098bda5 100644 --- a/src/pipewire_connection/state.rs +++ b/src/pipewire_connection/state.rs @@ -1,11 +1,8 @@ -// state.rs -// // Copyright 2021 Tom A. Wagner // // 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. +// it under the terms of the GNU General Public License version 3 as published by +// the Free Software Foundation. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/style.css b/src/style.css index 7e82cfd..5733d22 100644 --- a/src/style.css +++ b/src/style.css @@ -1,3 +1,20 @@ +/* Copyright 2021 Tom A. Wagner + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License version 3 as published by + the Free Software Foundation. + + 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 . + + SPDX-License-Identifier: GPL-3.0-only +*/ + @define-color audio rgb(50,100,240); @define-color video rgb(200,200,0); @define-color midi rgb(200,0,50); diff --git a/src/view/graph_view.rs b/src/view/graph_view.rs index 7c633b7..e695033 100644 --- a/src/view/graph_view.rs +++ b/src/view/graph_view.rs @@ -1,11 +1,8 @@ -// graph_view.rs -// // Copyright 2021 Tom A. Wagner // // 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. +// it under the terms of the GNU General Public License version 3 as published by +// the Free Software Foundation. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/view/mod.rs b/src/view/mod.rs index 8de552f..d38a9a8 100644 --- a/src/view/mod.rs +++ b/src/view/mod.rs @@ -1,11 +1,8 @@ -// mod.rs -// // Copyright 2021 Tom A. Wagner // // 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. +// it under the terms of the GNU General Public License version 3 as published by +// the Free Software Foundation. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/view/node.rs b/src/view/node.rs index 3b1cd4e..dfc746f 100644 --- a/src/view/node.rs +++ b/src/view/node.rs @@ -1,11 +1,8 @@ -// node.rs -// // Copyright 2021 Tom A. Wagner // // 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. +// it under the terms of the GNU General Public License version 3 as published by +// the Free Software Foundation. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/view/port.rs b/src/view/port.rs index e817ef6..d331f6c 100644 --- a/src/view/port.rs +++ b/src/view/port.rs @@ -1,11 +1,8 @@ -// port.rs -// // Copyright 2021 Tom A. Wagner // // 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. +// it under the terms of the GNU General Public License version 3 as published by +// the Free Software Foundation. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of