Skip to content

Commit 054c46a

Browse files
authored
Update license and version (#12)
1 parent 8414e8f commit 054c46a

5 files changed

Lines changed: 5 additions & 41 deletions

File tree

COPYING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
identification within third-party archives.
189189

190190
Copyright 2009-2016 European Centre for Medium-Range Weather Forecasts (ECMWF)
191+
Copyright 2017-2020 University Corporation for Atmospheric Research (UCAR)
191192

192193
Licensed under the Apache License, Version 2.0 (the "License");
193194
you may not use this file except in compliance with the License.

INSTALL

Lines changed: 0 additions & 40 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188
identification within third-party archives.
189189

190190
Copyright 2009-2016 European Centre for Medium-Range Weather Forecasts (ECMWF)
191+
Copyright 2017-2020 University Corporation for Atmospheric Research (UCAR)
191192

192193
Licensed under the Apache License, Version 2.0 (the "License");
193194
you may not use this file except in compliance with the License.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
Object Oriented Prediction System (OOPS)
2+
13
GNU: [![AWS-gnu](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiN2RzbkhSR3o4dm9HN29wRW5laDRMdGlSdGFrNUswWE9pMVJHbmwrQ0EvYWZkNnRjMTFzZWFQL3dUdUpLbmUxNlJXYlFsYmRoaDR5K1NUdCtWNmNvTHFBPSIsIml2UGFyYW1ldGVyU3BlYyI6ImV5OWJFdFRWNWVnMVpwcHEiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=develop)](https://console.aws.amazon.com/codesuite/codebuild/projects/automated-testing-oops-gnu/history?region=us-east-1)
24
INTEL: [![AWS-intel](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiWG5KM0dQR3VBNWdVVUdJeURwUjhoOXNWYlBYdnpGR2prLzQ4RXk2ZlkrN2llZ2M4S05MeXdWcERMVFZ2RGIxbTRXZFMvTFM5cTRoamFzV3hYanlZVEVNPSIsIml2UGFyYW1ldGVyU3BlYyI6IjZJVnJYL1Z5VktTQWZzZUkiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=develop)](https://console.aws.amazon.com/codesuite/codebuild/projects/automated-testing-oops-intel)
35
CLANG: [![AWS-clang](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiNHdvREpKTnVOT2pneEx6cHpaMjlma3RsUmlLZFQrMmpDR0tNODBrMzA0Z0pFazFKMFloQVc0Q0xkeGRZbW9WSDJ4c2FWSFg0SkZWb1VXVmVQRk5rSTFJPSIsIml2UGFyYW1ldGVyU3BlYyI6InRQckQrWDdaY0l2RkZoWmUiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=develop)](https://console.aws.amazon.com/codesuite/codebuild/projects/automated-testing-oops-clang/history?region=us-east-1)

VERSION.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
# granted to it by virtue of its status as an intergovernmental organisation nor
77
# does it submit to any jurisdiction.
88

9-
set( ${PROJECT_NAME}_VERSION_STR "0.2.1" )
9+
set( ${PROJECT_NAME}_VERSION_STR "1.0.0" )
1010

0 commit comments

Comments
 (0)