mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[common] runningavg: refresh copyright notice
This commit is contained in:
parent
e6eeb2bb65
commit
62c7fc2588
@ -1,21 +1,22 @@
|
|||||||
/*
|
/**
|
||||||
Looking Glass
|
* Looking Glass
|
||||||
Copyright (C) 2017-2021 The Looking Glass Authors
|
* Copyright (C) 2017-2021 The Looking Glass Authors
|
||||||
https://looking-glass.io
|
* https://looking-glass.io
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify it under
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
the terms of the GNU General Public License as published by the Free Software
|
* under the terms of the GNU General Public License as published by the Free
|
||||||
Foundation; either version 2 of the License, or (at your option) any later
|
* Software Foundation; either version 2 of the License, or (at your option)
|
||||||
version.
|
* any later version.
|
||||||
|
*
|
||||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* 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
|
* You should have received a copy of the GNU General Public License along
|
||||||
Place, Suite 330, Boston, MA 02111-1307 USA
|
* with this program; if not, write to the Free Software Foundation, Inc., 59
|
||||||
*/
|
* Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
*/
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
@ -1,21 +1,22 @@
|
|||||||
/*
|
/**
|
||||||
Looking Glass
|
* Looking Glass
|
||||||
Copyright (C) 2017-2021 The Looking Glass Authors
|
* Copyright (C) 2017-2021 The Looking Glass Authors
|
||||||
https://looking-glass.io
|
* https://looking-glass.io
|
||||||
|
*
|
||||||
This program is free software; you can redistribute it and/or modify it under
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
the terms of the GNU General Public License as published by the Free Software
|
* under the terms of the GNU General Public License as published by the Free
|
||||||
Foundation; either version 2 of the License, or (at your option) any later
|
* Software Foundation; either version 2 of the License, or (at your option)
|
||||||
version.
|
* any later version.
|
||||||
|
*
|
||||||
This program is distributed in the hope that it will be useful, but WITHOUT ANY
|
* This program is distributed in the hope that it will be useful, but WITHOUT
|
||||||
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||||
PARTICULAR PURPOSE. See the GNU General Public License for more details.
|
* 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
|
* You should have received a copy of the GNU General Public License along
|
||||||
Place, Suite 330, Boston, MA 02111-1307 USA
|
* 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"
|
#include "common/runningavg.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user