mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 18:50:44 +00:00
added missing OSCAR Copyright information
This commit is contained in:
parent
743b935650
commit
9c40d696ba
@ -1,5 +1,6 @@
|
|||||||
/* OSCAR C[onditional] Progress Bar
|
/* OSCAR C[onditional] Progress Bar
|
||||||
*
|
*
|
||||||
|
* Copyright (c) 2020-2024 The OSCAR Team
|
||||||
* Copyright (C) 2019 Guy Scharf
|
* Copyright (C) 2019 Guy Scharf
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* OSCAR C[onditional] Progress Bar
|
/* OSCAR C[onditional] Progress Bar
|
||||||
*
|
*
|
||||||
|
* Copyright (c) 2020-2024 The OSCAR Team
|
||||||
* Copyright (C) 2019 Guy Scharf
|
* Copyright (C) 2019 Guy Scharf
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Hi Resolution Implementation
|
/* Hi Resolution Implementation
|
||||||
*
|
*
|
||||||
* Copyright (c) 2023 The OSCAR Team
|
* Copyright (c) 2023-2024 The OSCAR Team
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* Overview GUI Headers
|
/* Overview GUI Headers
|
||||||
*
|
*
|
||||||
* Copyright (c) 2023-2023 The OSCAR Team
|
* Copyright (c) 2023-2024 The OSCAR Team
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
* License. See the file COPYING in the main directory of the source code
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
/* Overview GUI Headers
|
||||||
|
*
|
||||||
|
* Copyright (c) 2023-2024 The OSCAR Team
|
||||||
|
*
|
||||||
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
|
* License. See the file COPYING in the main directory of the source code
|
||||||
|
* for more details. */
|
||||||
|
|
||||||
#ifndef LOGGER_H
|
#ifndef LOGGER_H
|
||||||
#define LOGGER_H
|
#define LOGGER_H
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#if defined __cplusplus
|
#if defined __cplusplus
|
||||||
/* Add C++ includes here */
|
/* Add C++ includes here */
|
||||||
|
/* Copyright (c) 2023-2024 The OSCAR Team */
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* UpdateParser Implementation (Autoupdater component)
|
/* UpdateParser Implementation (Autoupdater component)
|
||||||
*
|
*
|
||||||
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
/* UpdateParser Header (Autoupdater component)
|
/* UpdateParser Header (Autoupdater component)
|
||||||
*
|
*
|
||||||
|
* Copyright (c) 2019-2024 The OSCAR Team
|
||||||
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
* Copyright (c) 2011-2018 Mark Watkins <mark@jedimark.net>
|
||||||
*
|
*
|
||||||
* This file is subject to the terms and conditions of the GNU General Public
|
* This file is subject to the terms and conditions of the GNU General Public
|
||||||
|
Loading…
Reference in New Issue
Block a user