ObjFW  Diff

Differences From Artifact [4879441eb8]:

  • File generators/copyright.h — part of check-in [0509d7a844] at 2019-01-03 19:13:03 on branch trunk — Update copyright (user: js size: 1732)

To Artifact [5f052aece5]:

  • File generators/copyright.h — part of check-in [c7f0229795] at 2020-01-02 01:51:34 on branch trunk — Update copyright (user: js size: 1737) [more...]
  • File generators/library/copyright.h — part of check-in [eeba79d088] at 2020-12-27 18:50:37 on branch trunk — Add a generator for the linklib This will eventually also generate the glue code and the function list and make sfdc & cvinclude.pl entirely obsolete. It will also reduce the maintenance burden because once everything is generated from library.xml, there is a single file in which a function needs to be added / changed instead of 5. (user: js size: 1737)
  • File generators/unicode/copyright.h — part of check-in [21053d6a02] at 2020-12-25 21:03:52 on branch trunk — Move Unicode table generator to a subdirectory (user: js size: 1737)

1
2
3
4


5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25


26
27
28
29
30
31
32
1
2


3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23


24
25
26
27
28
29
30
31
32


-
-
+
+



















-
-
+
+







/*
 * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
 *               2018, 2019
 *   Jonathan Schleifer <js@heap.zone>
 *               2018, 2019, 2020
 *   Jonathan Schleifer <js@nil.im>
 *
 * All rights reserved.
 *
 * This file is part of ObjFW. It may be distributed under the terms of the
 * Q Public License 1.0, which can be found in the file LICENSE.QPL included in
 * the packaging of this file.
 *
 * Alternatively, it may be distributed under the terms of the GNU General
 * Public License, either version 2 or 3, which can be found in the file
 * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this
 * file.
 */

#import "OFString.h"

#define COPYRIGHT \
    @"/*\n"								       \
    @" * Copyright (c) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, " \
    @"2017,\n"								       \
    @" *               2018, 2019\n"					       \
    @" *   Jonathan Schleifer <js@heap.zone>\n"				       \
    @" *               2018, 2019, 2020\n"				       \
    @" *   Jonathan Schleifer <js@nil.im>\n"				       \
    @" *\n"								       \
    @" * All rights reserved.\n"					       \
    @" *\n"								       \
    @" * This file is part of ObjFW. It may be distributed under the terms "   \
    @"of the\n"								       \
    @" * Q Public License 1.0, which can be found in the file LICENSE.QPL "    \
    @"included in\n"							       \