From f596f8b0a4b8a6ea1166c2361a5cb7e6f802c5ea Mon Sep 17 00:00:00 2001 From: tbeu Date: Sat, 16 May 2020 16:28:59 +0200 Subject: [PATCH] Fix repository URL in copyright header --- atomic/atomic.h | 2 +- builtin/builtin.h | 2 +- check/check.h | 2 +- clock/clock.h | 2 +- cpu/cpu.c | 2 +- cpu/cpu.h | 2 +- debug-trap/debug-trap.h | 2 +- endian/endian.h | 2 +- exact-int/exact-int.h | 2 +- once/once.h | 2 +- safe-math/safe-math.h | 2 +- unaligned/unaligned.h | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/atomic/atomic.h b/atomic/atomic.h index 80dd289..d487dfe 100644 --- a/atomic/atomic.h +++ b/atomic/atomic.h @@ -1,5 +1,5 @@ /* Atomic operations (v1) - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/builtin/builtin.h b/builtin/builtin.h index 195d0fe..e6432ff 100644 --- a/builtin/builtin.h +++ b/builtin/builtin.h @@ -1,5 +1,5 @@ /* Builtins and Intrinsics - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/check/check.h b/check/check.h index e5543ec..d4140cd 100644 --- a/check/check.h +++ b/check/check.h @@ -1,5 +1,5 @@ /* Check (assertions) - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/clock/clock.h b/clock/clock.h index 5ea4a28..f737ceb 100644 --- a/clock/clock.h +++ b/clock/clock.h @@ -1,5 +1,5 @@ /* Clocks (v1) - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/cpu/cpu.c b/cpu/cpu.c index d075be9..43ff225 100644 --- a/cpu/cpu.c +++ b/cpu/cpu.c @@ -1,5 +1,5 @@ /* CPU Information (v1) - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/cpu/cpu.h b/cpu/cpu.h index 160109b..4db04ad 100644 --- a/cpu/cpu.h +++ b/cpu/cpu.h @@ -1,5 +1,5 @@ /* CPU Information (v1) - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/debug-trap/debug-trap.h b/debug-trap/debug-trap.h index 990c0d3..6d03906 100644 --- a/debug-trap/debug-trap.h +++ b/debug-trap/debug-trap.h @@ -1,5 +1,5 @@ /* Debugging assertions and traps - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/endian/endian.h b/endian/endian.h index d69df66..b365493 100644 --- a/endian/endian.h +++ b/endian/endian.h @@ -1,5 +1,5 @@ /* Endianness detection and swapping (v3) - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/exact-int/exact-int.h b/exact-int/exact-int.h index 0be7e16..3b3b911 100644 --- a/exact-int/exact-int.h +++ b/exact-int/exact-int.h @@ -1,5 +1,5 @@ /* Exact-width integer types - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/once/once.h b/once/once.h index f499469..19ef514 100644 --- a/once/once.h +++ b/once/once.h @@ -1,5 +1,5 @@ /* Once (v1) - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/safe-math/safe-math.h b/safe-math/safe-math.h index 3bf5c14..670b539 100644 --- a/safe-math/safe-math.h +++ b/safe-math/safe-math.h @@ -1,5 +1,5 @@ /* Overflow-safe math functions - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all diff --git a/unaligned/unaligned.h b/unaligned/unaligned.h index c3dc4b7..615b23f 100644 --- a/unaligned/unaligned.h +++ b/unaligned/unaligned.h @@ -1,5 +1,5 @@ /* Unaligned operations (v1) - * Portable Snippets - https://gitub.com/nemequ/portable-snippets + * Portable Snippets - https://github.com/nemequ/portable-snippets * Created by Evan Nemerson * * To the extent possible under law, the authors have waived all