Skip to content

Commit

Permalink
adding lgpl preamble
Browse files Browse the repository at this point in the history
  • Loading branch information
heikoklein committed Jun 5, 2008
1 parent f80295b commit a99f79e
Show file tree
Hide file tree
Showing 75 changed files with 1,656 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .settings/org.eclipse.cdt.core.prefs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#Thu May 08 18:13:59 CEST 2008
#Thu Jun 05 14:02:35 CEST 2008
eclipse.preferences.version=1
indexer/filesToParseUpFront=
indexer/indexAllFiles=false
indexer/indexerId=org.eclipse.cdt.core.domsourceindexer
indexer/indexAllFiles=true
indexer/indexerId=org.eclipse.cdt.core.fastIndexer
indexer/skipReferences=false
indexer/skipTypeReferences=false
indexerId=org.eclipse.cdt.core.fastIndexer
8 changes: 5 additions & 3 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ export milib_LIBS=-L/disk1/metno/local/lib -lmic -lmi -lg2c
CFLAGS='-O2 -mfpmath=sse -msse2' CXXFLAGS='-O2 -mfpmath=sse -msse2' ./configure --with-NetCDF-lib-dir=/usr/lib/netcdf-3 -with-NetCDF-include-dir=/usr/include/netcdf-3

Testing the Installation
Run 'make check'. Make sure to have downloaded the test-data (pre-packed
until 0.5).

------------------------
Make sure to download the test-data from
https://wiki.met.no/_media/fimex/flth00.dat.gz, add it to the test/
directory and gunzip it.
Then run 'make check'.

USAGE EXAMPLE
-------------
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for fimex 0.5beta.
# Generated by GNU Autoconf 2.59 for fimex 0.5.
#
# Report bugs to <[email protected]>.
#
Expand Down Expand Up @@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='fimex'
PACKAGE_TARNAME='fimex'
PACKAGE_VERSION='0.5beta'
PACKAGE_STRING='fimex 0.5beta'
PACKAGE_VERSION='0.5'
PACKAGE_STRING='fimex 0.5'
PACKAGE_BUGREPORT='[email protected]'

# Factoring default headers for most tests.
Expand Down Expand Up @@ -969,7 +969,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures fimex 0.5beta to adapt to many kinds of systems.
\`configure' configures fimex 0.5 to adapt to many kinds of systems.

Usage: $0 [OPTION]... [VAR=VALUE]...

Expand Down Expand Up @@ -1035,7 +1035,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of fimex 0.5beta:";;
short | recursive ) echo "Configuration of fimex 0.5:";;
esac
cat <<\_ACEOF

Expand Down Expand Up @@ -1216,7 +1216,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
fimex configure 0.5beta
fimex configure 0.5
generated by GNU Autoconf 2.59

Copyright (C) 2003 Free Software Foundation, Inc.
Expand All @@ -1230,7 +1230,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by fimex $as_me 0.5beta, which was
It was created by fimex $as_me 0.5, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ $0 $@
Expand Down Expand Up @@ -1873,7 +1873,7 @@ fi

# Define the identity of the package.
PACKAGE='fimex'
VERSION='0.5beta'
VERSION='0.5'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -25172,7 +25172,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF

This file was extended by fimex $as_me 0.5beta, which was
This file was extended by fimex $as_me 0.5, which was
generated by GNU Autoconf 2.59. Invocation command line was

CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -25235,7 +25235,7 @@ _ACEOF

cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
fimex config.status 0.5beta
fimex config.status 0.5
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"

Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDM.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDM_H_
#define CDM_H_

Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDMAttribute.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDMATTRIBUTE_H_
#define CDMATTRIBUTE_H_

Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDMDataType.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDMDATATYPE_H_
#define CDMDATATYPE_H_
#include <string>
Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDMDimension.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDMDIMENSION_H_
#define CDMDIMENSION_H_

Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDMException.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDMEXCEPTION_H_
#define CDMEXCEPTION_H_

Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDMExtractor.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDMEXTRACTOR_H_
#define CDMEXTRACTOR_H_

Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDMInterpolator.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDMINTERPOLATOR_H_
#define CDMINTERPOLATOR_H_

Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDMReader.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDMREADER_H_
#define CDMREADER_H_

Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDMVariable.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDMVARIABLE_H_
#define CDMVARIABLE_H_

Expand Down
23 changes: 23 additions & 0 deletions include/fimex/CDMWriter.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
/*
* Fimex
*
* (C) Copyright 2008, met.no
*
* Project Info: https://wiki.met.no/fimex/start
*
* This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation; either version 2.1 of the License, or
* (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
* License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
* USA.
*/

#ifndef CDMWRITER_H_
#define CDMWRITER_H_

Expand Down
Loading

0 comments on commit a99f79e

Please sign in to comment.