Skip to content

Commit

Permalink
update copyright year range in LICENSE files (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik authored Aug 21, 2024
1 parent d223865 commit 8a11407
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Nomic Foundation
Copyright (c) 2022-2024 Nomic Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/runtime/npm/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Nomic Foundation
Copyright (c) 2022-2024 Nomic Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion crates/metaslang/bindings/LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2021 stack-graphs authors
Copyright (c) 2024 Nomic Foundation
Copyright (c) 2022-2024 Nomic Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion crates/metaslang/cst/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Nomic Foundation
Copyright (c) 2022-2024 Nomic Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion crates/metaslang/graph_builder/LICENSE
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MIT License

Copyright (c) 2021 stack-graphs authors
Copyright (c) 2024 Nomic Foundation
Copyright (c) 2022-2024 Nomic Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion crates/solidity/outputs/cargo/slang_solidity/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Nomic Foundation
Copyright (c) 2022-2024 Nomic Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion crates/solidity/outputs/cargo/slang_solidity_cli/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Nomic Foundation
Copyright (c) 2022-2024 Nomic Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion crates/solidity/outputs/npm/package/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Nomic Foundation
Copyright (c) 2022-2024 Nomic Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion crates/testlang/outputs/npm/package/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Nomic Foundation
Copyright (c) 2022-2024 Nomic Foundation

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ validation:
#

copyright: >
Copyright (c) 2022 Nomic Foundation |
Copyright (c) 2022-2024 Nomic Foundation |
<b><a target="_blank" href="https://github.com/NomicFoundation/slang/blob/main/LICENSE">License</a></b> |
<b><a target="_blank" href="https://hardhat.org/privacy-policy.html">Privacy Policy</a></b> |
<b><a href="#__consent">Cookie Settings</a></b>
Expand Down

0 comments on commit 8a11407

Please sign in to comment.