mirror of
https://github.com/MillironX/beefblup.git
synced 2024-11-10 18:23:08 +00:00
Update copyright and version information
This commit is contained in:
parent
692a499147
commit
b8b8f755d6
4 changed files with 17 additions and 17 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Main script for performing single-variate BLUP to find beef cattle
|
# Main script for performing single-variate BLUP to find beef cattle
|
||||||
# breeding values
|
# breeding values
|
||||||
# Usage: julia beefblup.jl
|
# Usage: julia beefblup.jl
|
||||||
# (C) 2019 Thomas A. Christensen II
|
# (C) 2020 Thomas A. Christensen II
|
||||||
# Licensed under BSD-3-Clause License
|
# Licensed under BSD-3-Clause License
|
||||||
|
|
||||||
# Import the required packages
|
# Import the required packages
|
||||||
|
@ -12,8 +12,8 @@ using Dates
|
||||||
using Gtk
|
using Gtk
|
||||||
|
|
||||||
# Display stuff
|
# Display stuff
|
||||||
println("beefblup v 0.0.0.1")
|
println("beefblup v 0.1")
|
||||||
println("(C) 2019 Thomas A. Christensen II")
|
println("(C) 2020 Thomas A. Christensen II")
|
||||||
println("https://github.com/millironx/beefblup")
|
println("https://github.com/millironx/beefblup")
|
||||||
print("\n")
|
print("\n")
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# Prepares the Julia environment for using beefblup by installing the requisite
|
# Prepares the Julia environment for using beefblup by installing the requisite
|
||||||
# packages
|
# packages
|
||||||
# Usage: julia install.jl
|
# Usage: julia install.jl
|
||||||
# (C) 2019 Thomas A. Christensen II
|
# (C) 2020 Thomas A. Christensen II
|
||||||
# Licensed under BSD-3-Clause License
|
# Licensed under BSD-3-Clause License
|
||||||
|
|
||||||
# Import the package manager
|
# Import the package manager
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
BSD 3-Clause License
|
BSD 3-Clause License
|
||||||
|
|
||||||
Copyright (c) 2018, Thomas A. Christensen II
|
Copyright (c) 2020, Thomas A. Christensen II
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
% Main script for performing single-variate BLUP to find beef cattle
|
% Main script for performing single-variate BLUP to find beef cattle
|
||||||
% breeding values
|
% breeding values
|
||||||
% Usage: beefblup
|
% Usage: beefblup
|
||||||
% (C) 2018 Thomas A. Christensen II
|
% (C) 2020 Thomas A. Christensen II
|
||||||
% Licensed under BSD-3-Clause License
|
% Licensed under BSD-3-Clause License
|
||||||
|
|
||||||
% Prepare the workspace for computation
|
% Prepare the workspace for computation
|
||||||
|
@ -11,8 +11,8 @@ clc
|
||||||
close all
|
close all
|
||||||
|
|
||||||
%% Display stuff
|
%% Display stuff
|
||||||
disp('beefblup v. 0.0.0.1')
|
disp('beefblup v. 0.1')
|
||||||
disp('(C) 2018 Thomas A. Christensen II')
|
disp('(C) 2020 Thomas A. Christensen II')
|
||||||
disp('https://github.com/millironx/beefblup')
|
disp('https://github.com/millironx/beefblup')
|
||||||
disp(' ')
|
disp(' ')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue