Skip to content

Commit a6eaef0

Browse files
change author/copyright holder to "Blue Yonder Group, Inc"
1 parent fe73c8e commit a6eaef0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2019 JDA Software, Inc
3+
Copyright (c) 2019-2020 Blue Yonder Group, Inc
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
sys.path.append(os.path.abspath(os.path.join(__location__, "sphinxext")))
1717

1818
add_module_names = False
19-
author = "JDA Software, Inc"
20-
copyright = "2019, JDA Software, Inc"
19+
author = "Blue Yonder Group, Inc"
20+
copyright = "2019-2020, Blue Yonder Group, Inc"
2121
project = "rle-array"
2222
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
2323
extensions = [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ profile = "black"
1111
name = "rle-array"
1212
description = "Run-length encoded pandas."
1313
authors= [
14-
"JDA Software, Inc",
14+
"Blue Yonder Group, Inc",
1515
]
1616
version = "0.1"
1717
readme = "README.rst"

0 commit comments

Comments
 (0)