summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/stdbool.mini.h3
-rw-r--r--lib/stdint.mini.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/lib/stdbool.mini.h b/lib/stdbool.mini.h
index 285f80c..eed1194 100644
--- a/lib/stdbool.mini.h
+++ b/lib/stdbool.mini.h
@@ -12,8 +12,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ along with this program; if not, see <http://www.gnu.org/licenses/>. */
#ifndef _UNISTRING_STDBOOL_H
#define _UNISTRING_STDBOOL_H
diff --git a/lib/stdint.mini.h b/lib/stdint.mini.h
index 111efbe..2afadcd 100644
--- a/lib/stdint.mini.h
+++ b/lib/stdint.mini.h
@@ -13,8 +13,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License
- along with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ along with this program; if not, see <http://www.gnu.org/licenses/>. */
/*
* Subset of ISO C 99 <stdint.h> for platforms that lack it.