Skip to content

Commit c584ac4

Browse files
Update copyright and README details
1 parent f00d6bd commit c584ac4

20 files changed

Lines changed: 39 additions & 22 deletions

LICENSE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Copyright (c) 2014-2015, Heliosphere Research LLC and contributors
1+
Copyright (c) 2014-2026 open-source contributors.
2+
Original version by Andrew Collette (Heliosphere Research LLC)
23
All rights reserved.
34

45
Redistribution and use in source and binary forms, with or without

README.rst

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,30 @@ can install it through VIPM (2014 or later). Read the Tools Network page here:
3030

3131
http://sine.ni.com/nips/cds/view/p/lang/en/nid/213166
3232

33+
Installable artifacts may also be available on GitHub:
34+
35+
https://github.com/advancedplotting/aplot/releases
36+
3337
Developing
3438
==========
3539

3640
Here are some basic build instructions to get you started hacking on the
3741
Toolkit. The Toolkit can be built with LabVIEW 2013 or later, and VIPM 2014
3842
free edition.
3943

44+
Please be aware that because the Toolkit was originally developed as a
45+
commercial product targeting LabVIEW versions as old as 2013-2015, the
46+
toolchain is somewhat behind the modern state of the art. Requirements
47+
needed for building the toolkit itself are pinned in
48+
environment/requirements.txt, but some experimentation may be required to get
49+
the build tools themselves (e.g. paver) in good working order.
50+
51+
**Pull requests are welcome for more recent platforms (e.g. Windows 11).**
52+
4053
Important notes
4154
---------------
4255

43-
* Windows 7 64-bit required
56+
* Windows 7 64-bit required (Windows 10 and 11 are likely to work but less tested)
4457
* Don't open the .vip file until you have run at least one build through paver.
4558
You will lose the palettes and have to recreate them. See "Build Procedure"
4659
below.
@@ -50,10 +63,13 @@ Set up toolchain
5063

5164
* Install Git
5265
* Use Git to clone the source tree into ``C:\aplot``
53-
* Yes, it *must* be ``C:\aplot`` or things won't work
66+
* Yes, it *must* be ``C:\aplot`` or things won't work. This limitation
67+
comes from the interface between the build automation and the VIPM
68+
packaging machinery; a pre-arranged (hardcoded) path is needed.
5469
* Install LabVIEW 2013 SP1 or later
5570
* Install VIPM 2014 or later
56-
* Install Microsoft HTML Help Workshop 1.3
71+
* (Optional) Install Microsoft HTML Help Workshop 1.3. This is needed for
72+
embedded context help in older LabVIEW versions.
5773
* Install Python 2.7 from Python.org, into ``C:\Python27``
5874
- Ensure that Python.exe and pip.exe are on your path. This is an option
5975
in the installer.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
# General information about the project.
4646
project = u'Advanced Plotting Toolkit'
47-
copyright = u'2014, Heliosphere Research LLC'
47+
copyright = u'2014-2026 open-source contributors'
4848

4949
# The version info for the project you're documenting, acts as replacement for
5050
# |version| and |release|, also used in various other places throughout the

docs/guide/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2015, Heliosphere Research LLC
1+
Copyright 2014-2026 open-source contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

labview/LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2015, Heliosphere Research LLC
1+
Copyright 2014-2026 open-source contributors
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without

pavement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2015, Heliosphere Research LLC
1+
# Copyright 2014-2026 open-source contributors
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

python/plotserv/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2015, Heliosphere Research LLC
1+
# Copyright 2014-2026 open-source contributors
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

python/plotserv/api_annotations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2015, Heliosphere Research LLC
1+
# Copyright 2014-2026 open-source contributors
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

python/plotserv/api_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2015, Heliosphere Research LLC
1+
# Copyright 2014-2026 open-source contributors
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

python/plotserv/api_figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2014-2015, Heliosphere Research LLC
1+
# Copyright 2014-2026 open-source contributors
22
# All rights reserved.
33
#
44
# Redistribution and use in source and binary forms, with or without

0 commit comments

Comments
 (0)