-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to most recent hdmf-common-schema (#566)
Co-authored-by: Ryan Ly <[email protected]>
- Loading branch information
Showing
4 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
“nwb-schema” Copyright (c) 2017-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. | ||
“nwb-schema” Copyright (c) 2017-2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. | ||
|
||
If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at [email protected]. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ The NWB 1.0 format and API are archived in the [NeurodataWithoutBorders/api-pyth | |
License | ||
======================== | ||
|
||
“nwb-schema” Copyright (c) 2017-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. | ||
“nwb-schema” Copyright (c) 2017-2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. | ||
|
||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: | ||
|
||
|
@@ -45,7 +45,7 @@ You are under no obligation whatsoever to provide any bug fixes, patches, or upg | |
Copyright | ||
======================== | ||
|
||
“nwb-schema” Copyright (c) 2017-2023, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. | ||
“nwb-schema” Copyright (c) 2017-2024, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from the U.S. Dept. of Energy). All rights reserved. | ||
|
||
If you have questions about your rights to use or distribute this software, please contact Berkeley Lab's Innovation & Partnerships Office at [email protected]. | ||
|
||
|
Submodule hdmf-common-schema
updated
20 files
+3 −0 | .codespellrc | |
+2 −1 | .github/PULL_REQUEST_TEMPLATE.md | |
+2 −1 | .github/PULL_REQUEST_TEMPLATE/release.md | |
+19 −0 | .github/workflows/codespell.yml | |
+34 −0 | .github/workflows/project_action.yml | |
+1 −1 | Legal.txt | |
+12 −0 | README.md | |
+5 −3 | common/namespace.yaml | |
+99 −79 | common/resources.yaml | |
+1 −1 | docs/Makefile | |
+4 −4 | docs/Readme.md | |
+4 −4 | docs/source/conf.py | |
+1 −1 | docs/source/conf_doc_autogen.py | |
+1 −0 | docs/source/credits.rst | |
+4 −83 | docs/source/format_release_notes.rst | |
+109 −0 | docs/source/hdmf_common_release_notes.rst | |
+31 −0 | docs/source/hdmf_experimental_release_notes.rst | |
+2 −1 | docs/source/index.rst | |
+6 −3 | docs/source/software_process.rst | |
+1 −1 | license.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters