Skip to content

Commit 39c3b97

Browse files
authored
Merge pull request #13 from graphcore-research/doc-copyrights
Add copyrights to markdown
2 parents 28593b1 + 3479a29 commit 39c3b97

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ repos:
2323
(?x)^(
2424
docs/Makefile|
2525
docs/make.bat|
26-
.*\.md|
2726
(.*/|)requirements.*\.txt
2827
)$

BUILDING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- Copyright (c) 2024 Graphcore Ltd. All rights reserved. -->
2+
13
## BUILDING
24

35
```

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
<!-- Copyright (c) 2024 Graphcore Ltd. All rights reserved. -->
2+
13
# gfloat: Generic floating-point types in Python
24

35
An implementation of generic floating point encode/decode logic,

0 commit comments

Comments
 (0)