Skip to content

Commit d229914

Browse files
committed
Use script to add copyright notices (#13)
1 parent afeb801 commit d229914

30 files changed

Lines changed: 38 additions & 0 deletions

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 Center for Digital Humanities, Princeton University
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
coverage:
25
status:
36
project:

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Copyright 2025 Center for Digital Humanities, Princeton University
2+
# SPDX-License-Identifier: Apache-2.0
3+
14
# Sphinx documentation build configuration file
25

36
import neuxml

neuxml/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# file neuxml/__init__.py
22
#
3+
# Copyright 2025 Center for Digital Humanities, Princeton University
34
# Copyright 2010,2011 Emory University Libraries
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

neuxml/catalog.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# file neuxml/catalog.py
22
#
3+
# Copyright 2025 Center for Digital Humanities, Princeton University
34
# Copyright 2016 Emory University Libraries
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

neuxml/xmlmap/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# file neuxml/xmlmap/__init__.py
22
#
3+
# Copyright 2025 Center for Digital Humanities, Princeton University
34
# Copyright 2010,2011 Emory University Libraries
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

neuxml/xmlmap/cerp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# file neuxml/xmlmap/cerp.py
22
#
3+
# Copyright 2025 Center for Digital Humanities, Princeton University
34
# Copyright 2010,2011 Emory University Libraries
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

neuxml/xmlmap/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# file neuxml/xmlmap/core.py
22
#
3+
# Copyright 2025 Center for Digital Humanities, Princeton University
34
# Copyright 2010,2011 Emory University Libraries
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

neuxml/xmlmap/dc.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# file neuxml/xmlmap/dc.py
22
#
3+
# Copyright 2025 Center for Digital Humanities, Princeton University
34
# Copyright 2010,2011 Emory University Libraries
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

neuxml/xmlmap/eadmap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# file neuxml/xmlmap/eadmap.py
22
#
3+
# Copyright 2025 Center for Digital Humanities, Princeton University
34
# Copyright 2010,2011 Emory University Libraries
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

neuxml/xmlmap/fields.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# file neuxml/xmlmap/fields.py
22
#
3+
# Copyright 2025 Center for Digital Humanities, Princeton University
34
# Copyright 2010,2011 Emory University Libraries
45
#
56
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)