Skip to content

Commit 05818ac

Browse files
committedDec 6, 2018
Misc. files updated with copyright stanza.
1 parent 921a217 commit 05818ac

10 files changed

+63
-14
lines changed
 

‎CMakeInstallation.cmake

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2+
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
3+
# 2015, 2016, 2017, 2018
4+
# University Corporation for Atmospheric Research/Unidata.
5+
6+
# See netcdf-c/COPYRIGHT file for more info.
17
#####
28
# Contains variables and settings used
39
# by the CMake build system in order to
@@ -72,7 +78,7 @@ IF(NC_DPKG)
7278
ENDMACRO(getdpkg_arch)
7379
getdpkg_arch(dpkg_arch)
7480

75-
SET(CPACK_DEBIAN_PACKAGE_NAME "netcdf4-dev")
81+
SET(CPACK_DEBIAN_PACKAGE_NAME "netcdf4-dev")
7682
SET(CPACK_DEBIAN_PACKAGE_ARCHITECTURE "${dpkg_arch}")
7783
SET(CPACK_DEBIAN_PACKAGE_DEPENDS "zlib1g (>= 1:1.2.3.4), libhdf5-7 (>= 1.8.11), libcurl4-openssl-dev (>= 7.22.0)")
7884
ENDIF()
@@ -127,4 +133,4 @@ set(CPACK_COMPONENT_DEPENDENCIES_DESCRIPTION
127133
set(CPACK_COMPONENT_DOCUMENTATION_DESCRIPTION
128134
"The NetCDF-C user documentation.")
129135

130-
INCLUDE(CPack)
136+
INCLUDE(CPack)

‎CTestConfig.cmake.in

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
## This file should be placed in the root directory of your project.
1+
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2+
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
3+
# 2015, 2016, 2017, 2018
4+
# University Corporation for Atmospheric Research/Unidata.
5+
6+
# See netcdf-c/COPYRIGHT file for more info.
7+
# This file should be placed in the root directory of your project.
28
## Then modify the CMakeLists.txt file in the root directory of your
39
## project to incorporate the testing dashboard.
410
##

‎CTestCustom.cmake

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2+
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
3+
# 2015, 2016, 2017, 2018
4+
# University Corporation for Atmospheric Research/Unidata.
5+
6+
# See netcdf-c/COPYRIGHT file for more info.
17
## This file is used to customize CTest.
28
## See:
39
##

‎FixBundle.cmake.in

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2+
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
3+
# 2015, 2016, 2017, 2018
4+
# University Corporation for Atmospheric Research/Unidata.
5+
6+
# See netcdf-c/COPYRIGHT file for more info.
17
INCLUDE(BundleUtilities)
28

39
# Set bundle to the full path name of the executable

‎cmake_uninstall.cmake.in

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2+
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
3+
# 2015, 2016, 2017, 2018
4+
# University Corporation for Atmospheric Research/Unidata.
5+
6+
# See netcdf-c/COPYRIGHT file for more info.
17
CMAKE_POLICY(SET CMP0007 OLD)
28

39
if (NOT EXISTS "@CMAKE_CURRENT_BINARY_DIR@/install_manifest.txt")

‎config.h.cmake.in

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
/*! \file
2+
3+
Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4+
2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
5+
2015, 2016, 2017, 2018
6+
University Corporation for Atmospheric Research/Unidata.
7+
8+
See \ref copyright file for more info.
9+
10+
*/
111
#ifndef CONFIG_H
212
#define CONFIG_H
313

‎lib_flags.am

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# This is part of the netCDF package.
2-
# Copyright 2005 University Corporation for Atmospheric Research/Unidata
2+
# Copyright 2018 University Corporation for Atmospheric Research/Unidata
33
# See COPYRIGHT file for conditions of use.
4-
#
4+
#
55
# Assemble the CPPFLAGS and LDFLAGS that point to all the needed
66
# libraries for netCDF-4.
77
#
88

9-
AM_CPPFLAGS = -I$(top_srcdir)/include
10-
AM_LDFLAGS =
9+
AM_CPPFLAGS = -I$(top_srcdir)/include
10+
AM_LDFLAGS =
1111

1212
if USE_DAP
1313
AM_CPPFLAGS += -I${top_srcdir}/oc2
1414
endif
1515

16-
AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir};
17-
18-
19-
20-
16+
AM_TESTS_ENVIRONMENT = export TOPSRCDIR=${abs_top_srcdir}; export TOPBUILDDIR=${abs_top_builddir};

‎plugins/CMakeLists.txt

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2+
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
3+
# 2015, 2016, 2017, 2018
4+
# University Corporation for Atmospheric Research/Unidata.
5+
6+
# See netcdf-c/COPYRIGHT file for more info.
17
SET(CMAKE_BUILD_TYPE "")
28

39
SET(libbzip2_SOURCES blocksort.c huffman.c crctable.c randtable.c compress.c decompress.c bzlib.c H5Zbzip2.c)

‎test_common.in

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2+
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014,
3+
# 2015, 2016, 2017, 2018
4+
# University Corporation for Atmospheric Research/Unidata.
5+
6+
# See netcdf-c/COPYRIGHT file for more info.
7+
18
TOPSRCDIR='@abs_top_srcdir@'
29
TOPBUILDDIR='@abs_top_builddir@'
310

‎test_prog.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
/* This is part of Unidata's netCDF package. Copyright 2009.
1+
/* This is part of Unidata's netCDF package. Copyright 2018.
22
This is a test program for the nc-config utility. */
33
#include <netcdf.h>
44
#include <stdio.h>
55

66
int
7-
main()
7+
main()
88
{
99
printf("NetCDF version: %s\n", nc_inq_libvers());
1010
printf("*** SUCCESS!\n");

0 commit comments

Comments
 (0)
Please sign in to comment.