[hdf-compass] 52/295: updated copyright notice
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun May 8 10:35:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository hdf-compass.
commit 82f7ec7393783474d4e796e7505867916451bfba
Author: John Readey <jreadey at hdfgroup.org>
Date: Fri Nov 21 15:15:46 2014 -0800
updated copyright notice
---
HDFCompass.py | 17 +++++++++++------
HDFCompass.spec | 17 +++++++++++------
array_model/__init__.py | 17 +++++++++++------
asc_model/__init__.py | 11 +++++++++++
compass_model/__init__.py | 17 +++++++++++------
compass_model/test.py | 12 +++++++++++-
compass_viewer/__init__.py | 17 +++++++++++------
compass_viewer/array/__init__.py | 18 +++++++++++-------
compass_viewer/array/plot.py | 17 +++++++++++------
compass_viewer/container/__init__.py | 17 +++++++++++------
compass_viewer/container/list.py | 18 +++++++++++-------
compass_viewer/events.py | 17 +++++++++++------
compass_viewer/frame.py | 19 ++++++++++++-------
compass_viewer/image/__init__.py | 17 +++++++++++------
compass_viewer/imagesupport.py | 17 +++++++++++------
compass_viewer/info.py | 17 +++++++++++------
compass_viewer/keyvalue/__init__.py | 17 +++++++++++------
compass_viewer/platform.py | 18 +++++++++++-------
docs/conf.py | 8 ++++----
docs/index.rst | 13 +++++++++----
filesystem_model/__init__.py | 17 +++++++++++------
hdf5_model/__init__.py | 17 +++++++++++------
opendap_model/__init__.py | 11 +++++++++++
package_icons.py | 15 +++++++++++----
setup.py | 17 +++++++++++------
25 files changed, 267 insertions(+), 131 deletions(-)
diff --git a/HDFCompass.py b/HDFCompass.py
index 7d30963..401c518 100644
--- a/HDFCompass.py
+++ b/HDFCompass.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
import compass_viewer
compass_viewer.run()
\ No newline at end of file
diff --git a/HDFCompass.spec b/HDFCompass.spec
index 9894a07..36c4a93 100644
--- a/HDFCompass.spec
+++ b/HDFCompass.spec
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
# Builds a single-file EXE for distribution.
# Note that an "unbundled" distribution launches much more quickly, but
diff --git a/array_model/__init__.py b/array_model/__init__.py
index 86fa4e2..3d0de3b 100644
--- a/array_model/__init__.py
+++ b/array_model/__init__.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Testing model for array types.
diff --git a/asc_model/__init__.py b/asc_model/__init__.py
index d11f74b..321a409 100644
--- a/asc_model/__init__.py
+++ b/asc_model/__init__.py
@@ -1,3 +1,14 @@
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
HDF Compass "pilot" plugin for viewing ASCII Grid Data.
diff --git a/compass_model/__init__.py b/compass_model/__init__.py
index 84ee92c..1c35966 100644
--- a/compass_model/__init__.py
+++ b/compass_model/__init__.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
The following class definitions represent the pluggable data model.
diff --git a/compass_model/test.py b/compass_model/test.py
index 8b8b744..a24c241 100644
--- a/compass_model/test.py
+++ b/compass_model/test.py
@@ -1,4 +1,14 @@
-
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Provides support for testing basic properties of data model implementations.
diff --git a/compass_viewer/__init__.py b/compass_viewer/__init__.py
index b98e07a..375ce8b 100644
--- a/compass_viewer/__init__.py
+++ b/compass_viewer/__init__.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Main module for HDFCompass.
diff --git a/compass_viewer/array/__init__.py b/compass_viewer/array/__init__.py
index e62731f..3827bae 100644
--- a/compass_viewer/array/__init__.py
+++ b/compass_viewer/array/__init__.py
@@ -1,10 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
-
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Implements a viewer frame for compass_model.Array.
"""
diff --git a/compass_viewer/array/plot.py b/compass_viewer/array/plot.py
index d1320b7..ab84839 100644
--- a/compass_viewer/array/plot.py
+++ b/compass_viewer/array/plot.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Matplotlib window with toolbar.
diff --git a/compass_viewer/container/__init__.py b/compass_viewer/container/__init__.py
index 4c55f3d..f25ba24 100644
--- a/compass_viewer/container/__init__.py
+++ b/compass_viewer/container/__init__.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Implements a viewer for compass_model.Container instances.
diff --git a/compass_viewer/container/list.py b/compass_viewer/container/list.py
index f3991e0..3784f6a 100644
--- a/compass_viewer/container/list.py
+++ b/compass_viewer/container/list.py
@@ -1,10 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
-
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Handles list and icon view for Container display.
"""
diff --git a/compass_viewer/events.py b/compass_viewer/events.py
index 7da0957..5980f86 100644
--- a/compass_viewer/events.py
+++ b/compass_viewer/events.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Defines a small number of custom events, which are useful for the GUI.
diff --git a/compass_viewer/frame.py b/compass_viewer/frame.py
index c251945..c9a6bf3 100644
--- a/compass_viewer/frame.py
+++ b/compass_viewer/frame.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Defines wx.Frame subclasses which are the foundation of the various windows
@@ -90,7 +95,7 @@ class BaseFrame(wx.Frame):
info.Version = "release"
else:
info.Version = platform.VERSION
- info.Copyright = "(c) 2013-2014 Heliosphere Research LLC"
+ info.Copyright = "(c) 2014-2014 The HDF Group"
wx.AboutBox(info)
diff --git a/compass_viewer/image/__init__.py b/compass_viewer/image/__init__.py
index ff435d7..5c2db1c 100644
--- a/compass_viewer/image/__init__.py
+++ b/compass_viewer/image/__init__.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Implements a simple true-color image viewer.
diff --git a/compass_viewer/imagesupport.py b/compass_viewer/imagesupport.py
index be854c7..d801cf6 100644
--- a/compass_viewer/imagesupport.py
+++ b/compass_viewer/imagesupport.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Small module to handle common image operations.
diff --git a/compass_viewer/info.py b/compass_viewer/info.py
index 8ec27db..1c049ab 100644
--- a/compass_viewer/info.py
+++ b/compass_viewer/info.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Defines the left-hand side information panel used to display context info.
diff --git a/compass_viewer/keyvalue/__init__.py b/compass_viewer/keyvalue/__init__.py
index 0006035..3f50869 100644
--- a/compass_viewer/keyvalue/__init__.py
+++ b/compass_viewer/keyvalue/__init__.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Implements a viewer for key-value stores (instances of compass_model.KeyValue).
diff --git a/compass_viewer/platform.py b/compass_viewer/platform.py
index 7c50096..069db5e 100644
--- a/compass_viewer/platform.py
+++ b/compass_viewer/platform.py
@@ -1,10 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
-
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Module for platform- and version-specific feature detection.
"""
diff --git a/docs/conf.py b/docs/conf.py
index 2fcdb96..603df88 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -39,7 +39,7 @@ master_doc = 'index'
# General information about the project.
project = u'HDFCompass Data Model'
-copyright = u'2014, Heliosphere Research LLC'
+copyright = u'2014, The HDF Group'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
@@ -182,7 +182,7 @@ latex_elements = {
# (source start file, target name, title, author, documentclass [howto/manual]).
latex_documents = [
('index', 'HDFCompass.tex', u'HDFCompass Data Model',
- u'Heliosphere Research LLC', 'manual'),
+ u'The HDF Group', 'manual'),
]
# The name of an image file (relative to this directory) to place at the top of
@@ -212,7 +212,7 @@ latex_documents = [
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'hdfcompass', u'HDFCompass Documentation',
- [u'Heliosphere Research LLC'], 1)
+ [u'The HDF Group'], 1)
]
# If true, show URL addresses after external links.
@@ -226,7 +226,7 @@ man_pages = [
# dir menu entry, description, category)
texinfo_documents = [
('index', 'HDFCompass', u'HDFCompass Documentation',
- u'Heliosphere Research LLC', 'HDFCompass', 'One line description of project.',
+ u'The HDF Group', 'HDFCompass', 'One line description of project.',
'Miscellaneous'),
]
diff --git a/docs/index.rst b/docs/index.rst
index 3ec5c0e..b6c90d9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,7 +1,12 @@
-.. This file is part of HDFCompass, a viewer for HDF5 and other formats.
- Copyright 2013-2014 Heliosphere Research LLC
- All rights reserved.
- This software product comes with ABSOLUTELY NO WARRANTY.
+.. Copyright by The HDF Group.
+ All rights reserved.
+
+ This file is part of the HDF Compass Viewer. The full HDF Compass
+ copyright notice, including terms governing use, modification, and
+ terms governing use, modification, and redistribution, is contained in
+ the file COPYING, which can be found at the root of the source code
+ distribution tree. If you do not have access to this file, you may
+ request a copy from help at hdfgroup.org.
####
Root
diff --git a/filesystem_model/__init__.py b/filesystem_model/__init__.py
index 146e678..bf93465 100644
--- a/filesystem_model/__init__.py
+++ b/filesystem_model/__init__.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Example data model which represents the file system.
diff --git a/hdf5_model/__init__.py b/hdf5_model/__init__.py
index d637929..ef20a17 100644
--- a/hdf5_model/__init__.py
+++ b/hdf5_model/__init__.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Implementation of compass_model classes for HDF5 files.
diff --git a/opendap_model/__init__.py b/opendap_model/__init__.py
index ae4eab1..b9a47b8 100644
--- a/opendap_model/__init__.py
+++ b/opendap_model/__init__.py
@@ -1,3 +1,14 @@
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
import numpy as np
import posixpath as pp
import pydap as dap
diff --git a/package_icons.py b/package_icons.py
index 5ce3fb1..939889e 100644
--- a/package_icons.py
+++ b/package_icons.py
@@ -1,7 +1,14 @@
-# This file is part of HDFCompass, a viewer program for HDF5 and other formats
-#
-# Copyright (c) 2013-2014 Heliosphere Research LLC
-# All rights reserved.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Program to embed PNG icon files in an importable Python module.
diff --git a/setup.py b/setup.py
index 718805d..f9d6e5f 100644
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,14 @@
-# This file is part of HDFCompass, a viewer for HDF5 and other formats.
-#
-# Copyright 2013-2014 Heliosphere Research LLC
-# All rights reserved.
-#
-# This software product comes with ABSOLUTELY NO WARRANTY.
+##############################################################################
+# Copyright by The HDF Group. #
+# All rights reserved. #
+# #
+# This file is part of the HDF Compass Viewer. The full HDF Compass #
+# copyright notice, including terms governing use, modification, and #
+# terms governing use, modification, and redistribution, is contained in #
+# the file COPYING, which can be found at the root of the source code #
+# distribution tree. If you do not have access to this file, you may #
+# request a copy from help at hdfgroup.org. #
+##############################################################################
"""
Setup script for HDFCompass on Mac OS X.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/hdf-compass.git
More information about the debian-science-commits
mailing list