Skip to content

Commit

Permalink
Fix repository URL in copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed May 16, 2020
1 parent 26496ac commit f596f8b
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down
2 changes: 1 addition & 1 deletion 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 <evan@nemerson.com>
*
* To the extent possible under law, the authors have waived all
Expand Down

0 comments on commit f596f8b

Please sign in to comment.