From 62c7fc258875e64aa450a3b6a628cf59a4ea9791 Mon Sep 17 00:00:00 2001 From: Quantum Date: Sat, 5 Jun 2021 23:26:00 -0400 Subject: [PATCH] [common] runningavg: refresh copyright notice --- common/include/common/runningavg.h | 37 +++++++++++++++--------------- common/src/runningavg.c | 37 +++++++++++++++--------------- 2 files changed, 38 insertions(+), 36 deletions(-) diff --git a/common/include/common/runningavg.h b/common/include/common/runningavg.h index fe6c6d37..0c730d3b 100644 --- a/common/include/common/runningavg.h +++ b/common/include/common/runningavg.h @@ -1,21 +1,22 @@ -/* -Looking Glass -Copyright (C) 2017-2021 The Looking Glass Authors -https://looking-glass.io - -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 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, write to the Free Software Foundation, Inc., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA -*/ +/** + * Looking Glass + * Copyright (C) 2017-2021 The Looking Glass Authors + * https://looking-glass.io + * + * 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 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, write to the Free Software Foundation, Inc., 59 + * Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include diff --git a/common/src/runningavg.c b/common/src/runningavg.c index 72964c71..c7e289c2 100644 --- a/common/src/runningavg.c +++ b/common/src/runningavg.c @@ -1,21 +1,22 @@ -/* -Looking Glass -Copyright (C) 2017-2021 The Looking Glass Authors -https://looking-glass.io - -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 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, write to the Free Software Foundation, Inc., 59 Temple -Place, Suite 330, Boston, MA 02111-1307 USA -*/ +/** + * Looking Glass + * Copyright (C) 2017-2021 The Looking Glass Authors + * https://looking-glass.io + * + * 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 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, write to the Free Software Foundation, Inc., 59 + * Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ #include "common/runningavg.h"