Skip to content

Commit

Permalink
COPYING.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Jun 29, 2019
1 parent 89aea51 commit d2b0ddf
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 32 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ os:
- osx
- linux
julia:
- 0.7
- 1.1
notifications:
email: false
# script:
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
# - julia -e 'Pkg.clone(pwd()); Pkg.build("RobustPmap"); Pkg.test("RobustPmap"; coverage=true)';
after_success:
- julia -e 'cd(Pkg.dir("RobustPmap")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
- julia -e 'import Pkg; import RobustPmap; cd(joinpath(dirname(pathof(RobustPmap)))); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(Codecov.process_folder())'
27 changes: 0 additions & 27 deletions COPYING

This file was deleted.

14 changes: 14 additions & 0 deletions COPYING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
MADS: Model Analysis & Decision Support in Julia (Mads.jl v1.0) 2016
---------------

Licensing: GPLv3: http://www.gnu.org/licenses/gpl-3.0.html

© (or copyright) 2019. Triad National Security, LLC. All rights reserved.

This program was produced under U.S. Government contract 89233218CNA000001 for Los Alamos National Laboratory (LANL), which is operated by Triad National Security, LLC for the U.S. Department of Energy/National Nuclear Security Administration.

All rights in the program are reserved by Triad National Security, LLC, and the U.S. Department of Energy/National Nuclear Security Administration. The Government is granted for itself and others acting on its behalf a nonexclusive, paid-up, irrevocable worldwide license in this material to reproduce, prepare derivative works, distribute copies to the public, perform publicly and display publicly, and to permit others to do so.

This is open source software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. Full text of the GPLv3License can be found in the License file in the main development branch of the repository and at http://www.gnu.org/licenses/gpl-3.0.html.

LA-CC-15-080; Copyright Number Assigned: C16008
20 changes: 20 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "RobustPmap"
uuid = "27aeedcb-f738-516b-a0b8-3211cf1146e5"
version = "0.5.0"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"

[compat]
Compat = "≥ 0.7.15"
julia = "≥ 1.1.0"

[extras]
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Test", "Distributed"]

2 comments on commit d2b0ddf

@montyvesselinov
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/1661

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" d2b0ddf59f7598a94742df82434ac08d78307dc7
git push origin v0.5.0

Please sign in to comment.