Overview
Comment: | Update copyright |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
1821adf2552db801ef5814d12b164242 |
User & Date: | js on 2018-01-21 18:39:34 |
Other Links: | manifest | tags |
Context
2018-01-21
| ||
19:00 | Allow BUILDSYS_FRAMEWORK to take a code block check-in: 6e4a40f731 user: js tags: trunk | |
18:39 | Update copyright check-in: 1821adf255 user: js tags: trunk | |
2018-01-20
| ||
19:11 | Delete existing .framework before installing it check-in: 9cfe130fd5 user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [e84a6fb17d] to [22fedc8558].
1 2 | # # Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, | | | | 1 2 3 4 5 6 7 8 9 10 11 | # # Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, # 2017, 2018 # Jonathan Schleifer <js@heap.zone> # # https://heap.zone/git/?p=buildsys.git # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above # copyright notice and this permission notice is present in all copies. # |
︙ | ︙ |
Modified m4/buildsys.m4 from [54420c9822] to [29a50a976c].
1 | dnl | | > | | 1 2 3 4 5 6 7 8 9 10 11 | dnl dnl Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2017, dnl 2018 dnl Jonathan Schleifer <js@heap.zone> dnl dnl https://heap.zone/git/?p=buildsys.git dnl dnl Permission to use, copy, modify, and/or distribute this software for any dnl purpose with or without fee is hereby granted, provided that the above dnl copyright notice and this permission notice is present in all copies. dnl |
︙ | ︙ |