Overview
Comment: | Update copyright. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cd31cb70250a9f911bb962daa8c3924f |
User & Date: | js on 2012-03-21 12:13:24 |
Original User & Date: | js on 2012-03-21 12:13:25 |
Other Links: | manifest | tags |
Context
2012-03-21
| ||
12:13 | Update URL in copyright. check-in: a8598f9e8f user: js tags: trunk | |
12:13 | Update copyright. check-in: cd31cb7025 user: js tags: trunk | |
12:13 | Use -install_name on OS X for shared libs. check-in: 9507efa82f user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [eb4e1ed4ab] to [6332b39f27].
1 | # | | | 1 2 3 4 5 6 7 8 9 | # # Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012 # Jonathan Schleifer <js@webkeks.org> # # https://webkeks.org/hg/buildsys/ # # 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 [47cdf7ac20] to [bf7624055f].
1 | dnl | > | | 1 2 3 4 5 6 7 8 9 10 | dnl dnl Copyright (c) 2007, 2008, 2009, 2010, 2011, 2012 dnl Jonathan Schleifer <js@webkeks.org> dnl dnl https://webkeks.org/hg/buildsys/ 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 |
︙ | ︙ |