Skip to content

Commit afa0c71

Browse files
authored
Merge pull request #69 from input-output-hk/coot/meta-data
Updated copyright field
2 parents 10d049f + 637772c commit afa0c71

File tree

13 files changed

+15
-15
lines changed

13 files changed

+15
-15
lines changed

.github/workflows/haskell.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
- name: Install LLVM (macOS)
2929
if: runner.os == 'macOS' && matrix.ghc == '8.10'
3030
run: |
31-
brew install llvm@13
32-
echo "LLVM_CONFIG=$(brew --prefix llvm@13)/bin/llvm-config" >> $GITHUB_ENV
33-
echo "$(brew --prefix llvm@13)/bin" >> $GITHUB_PATH
31+
brew install llvm@14
32+
echo "LLVM_CONFIG=$(brew --prefix llvm@14)/bin/llvm-config" >> $GITHUB_ENV
33+
echo "$(brew --prefix llvm@14)/bin" >> $GITHUB_PATH
3434
3535
- name: Verify LLVM installation
3636
if: runner.os == 'macOS' && matrix.ghc == '8.10'

typed-protocols-cborg/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2021 Input Output (Hong Kong) Ltd.
1+
Copyright 2021-2025 Input Output Global Inc (IOG)
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

typed-protocols-cborg/typed-protocols-cborg.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: Apache-2.0
77
license-files:
88
LICENSE
99
NOTICE
10-
copyright: 2019-2023 Input Output Global Inc (IOG)
10+
copyright: 2019-2025 Input Output Global Inc (IOG)
1111
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
1212
maintainer: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io
1313
category: Control

typed-protocols-doc/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2019-2024 Input Output Global Inc (IOG)
1+
Copyright 2019-2025 Input Output Global Inc (IOG)
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

typed-protocols-doc/typed-protocols-doc.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: Apache-2.0
77
license-file: LICENSE
88
author: Tobias Dammers
99
maintainer: tobias@well-typed.com
10-
copyright: 2023-2024 Input Output Global Inc (IOG)
10+
copyright: 2023-2025 Input Output Global Inc (IOG)
1111
category: Network
1212
build-type: Simple
1313
extra-doc-files: CHANGELOG.md

typed-protocols-examples/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2019-2021 Input Output (Hong Kong) Ltd.
1+
Copyright 2019-2025 Input Output Global Inc (IOG)
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

typed-protocols-examples/typed-protocols-examples.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: Apache-2.0
77
license-files:
88
LICENSE
99
NOTICE
10-
copyright: 2019-2024 Input Output Global Inc (IOG)
10+
copyright: 2019-2025 Input Output Global Inc (IOG)
1111
author: Alexander Vieth, Duncan Coutts, Marcin Szamotulski
1212
maintainer: alex@well-typed.com, duncan@well-typed.com, marcin.szamotulski@iohk.io
1313
category: Control

typed-protocols-stateful-cborg/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2022-2024 Input Output Global Inc (IOG)
1+
Copyright 2022-2025 Input Output Global Inc (IOG)
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

typed-protocols-stateful-cborg/typed-protocols-stateful-cborg.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: Apache-2.0
77
license-files:
88
LICENSE
99
NOTICE
10-
copyright: 2022-2024 Input Output Global Inc (IOG)
10+
copyright: 2022-2025 Input Output Global Inc (IOG)
1111
author: Marcin Szamotulski
1212
maintainer: marcin.szamotulski@iohk.io
1313
category: Control

typed-protocols-stateful/NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2022-2024 Input Output Global Inc (IOG)
1+
Copyright 2022-2025 Input Output Global Inc (IOG)
22

33
Licensed under the Apache License, Version 2.0 (the "License");
44
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)