ObjFW  Check-in [0a26fb51df]

Overview
Comment:utils/objfw-embed: Add missing license header
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 0a26fb51df87b35d6ec4bde187f884daab41ecacbf7c1166ad78b4c10ed0e026
User & Date: js on 2024-03-31 19:45:37
Other Links: manifest | tags
Context
2024-04-01
15:46
configure: Work around non-binary-compatible grep check-in: 979e82e85f user: js tags: trunk
2024-03-31
19:45
utils/objfw-embed: Add missing license header check-in: 0a26fb51df user: js tags: trunk
2024-03-29
10:58
Add more tests for -[{copy,mutableCopy,hash}] check-in: 1ef30f988c user: js tags: trunk
Changes

Modified utils/objfw-embed from [9ca9ee2bd1] to [0311eeeecc].

1















2
3
4
5
6
7
8
#!/bin/sh















if test $# != 3; then
	echo "Usage: $0 source_file filename output.m" 1>&2
	exit 1
fi

exec 1>$3


>
>
>
>
>
>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/sh
#
#  Copyright (c) 2008-2024 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.
#

if test $# != 3; then
	echo "Usage: $0 source_file filename output.m" 1>&2
	exit 1
fi

exec 1>$3