mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
gdatetime: Fix copyright/author information on recent GDateTime changes
I wrote the changes before clarifying the copyright status of my contract with the GNOME Foundation, and forgot to update them. Signed-off-by: Philip Withnall <pwithnall@gnome.org> Helps: #3119
This commit is contained in:
parent
2ada5ba0f1
commit
c8e3302007
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2023 Philip Withnall
|
* Copyright 2023 GNOME Foundation Inc.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
*
|
*
|
||||||
@ -15,6 +15,9 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* - Philip Withnall <pwithnall@gnome.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "glib.h"
|
#include "glib.h"
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2023 Philip Withnall
|
* Copyright 2023 GNOME Foundation Inc.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
*
|
*
|
||||||
@ -15,6 +15,9 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* You should have received a copy of the GNU Lesser General Public
|
||||||
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* - Philip Withnall <pwithnall@gnome.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
* Copyright (C) 2010 Emmanuele Bassi <ebassi@linux.intel.com>
|
* Copyright (C) 2010 Emmanuele Bassi <ebassi@linux.intel.com>
|
||||||
* Copyright © 2010 Codethink Limited
|
* Copyright © 2010 Codethink Limited
|
||||||
* Copyright © 2018 Tomasz Miąsko
|
* Copyright © 2018 Tomasz Miąsko
|
||||||
|
* Copyright 2023 GNOME Foundation Inc.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
*
|
*
|
||||||
@ -26,6 +27,7 @@
|
|||||||
* Emmanuele Bassi <ebassi@linux.intel.com>
|
* Emmanuele Bassi <ebassi@linux.intel.com>
|
||||||
* Ryan Lortie <desrt@desrt.ca>
|
* Ryan Lortie <desrt@desrt.ca>
|
||||||
* Robert Ancell <robert.ancell@canonical.com>
|
* Robert Ancell <robert.ancell@canonical.com>
|
||||||
|
* Philip Withnall <pwithnall@gnome.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Algorithms within this file are based on the Calendar FAQ by
|
/* Algorithms within this file are based on the Calendar FAQ by
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* gdatetime-tests.c
|
/* gdatetime-tests.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2009-2010 Christian Hergert <chris@dronelabs.com>
|
* Copyright (C) 2009-2010 Christian Hergert <chris@dronelabs.com>
|
||||||
* Copyright 2023 Philip Withnall
|
* Copyright 2023 GNOME Foundation Inc.
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: LGPL-2.1-or-later
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
||||||
*
|
*
|
||||||
@ -17,6 +17,10 @@
|
|||||||
*
|
*
|
||||||
* You should have received a copy of the GNU Lesser General Public License
|
* You should have received a copy of the GNU Lesser General Public License
|
||||||
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
* along with this library; if not, see <http://www.gnu.org/licenses/>.
|
||||||
|
*
|
||||||
|
* Authors:
|
||||||
|
* - Christian Hergert <chris@dronelabs.com>
|
||||||
|
* - Philip Withnall <pwithnall@gnome.org>
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user