1
0
Fork 0
mirror of https://github.com/MillironX/beefblup.git synced 2024-09-20 21:12:03 +00:00

Update copyright and version information

This commit is contained in:
Thomas A. Christensen II 2020-02-16 15:58:57 -08:00
parent 692a499147
commit b8b8f755d6
Signed by: millironx
GPG key ID: 139C07724802BC5D
4 changed files with 17 additions and 17 deletions

View file

@ -2,7 +2,7 @@
# Main script for performing single-variate BLUP to find beef cattle
# breeding values
# Usage: julia beefblup.jl
# (C) 2019 Thomas A. Christensen II
# (C) 2020 Thomas A. Christensen II
# Licensed under BSD-3-Clause License
# Import the required packages
@ -12,8 +12,8 @@ using Dates
using Gtk
# Display stuff
println("beefblup v 0.0.0.1")
println("(C) 2019 Thomas A. Christensen II")
println("beefblup v 0.1")
println("(C) 2020 Thomas A. Christensen II")
println("https://github.com/millironx/beefblup")
print("\n")

View file

@ -2,7 +2,7 @@
# Prepares the Julia environment for using beefblup by installing the requisite
# packages
# Usage: julia install.jl
# (C) 2019 Thomas A. Christensen II
# (C) 2020 Thomas A. Christensen II
# Licensed under BSD-3-Clause License
# Import the package manager

View file

@ -1,6 +1,6 @@
BSD 3-Clause License
Copyright (c) 2018, Thomas A. Christensen II
Copyright (c) 2020, Thomas A. Christensen II
All rights reserved.
Redistribution and use in source and binary forms, with or without

View file

@ -2,7 +2,7 @@
% Main script for performing single-variate BLUP to find beef cattle
% breeding values
% Usage: beefblup
% (C) 2018 Thomas A. Christensen II
% (C) 2020 Thomas A. Christensen II
% Licensed under BSD-3-Clause License
% Prepare the workspace for computation
@ -11,8 +11,8 @@ clc
close all
%% Display stuff
disp('beefblup v. 0.0.0.1')
disp('(C) 2018 Thomas A. Christensen II')
disp('beefblup v. 0.1')
disp('(C) 2020 Thomas A. Christensen II')
disp('https://github.com/millironx/beefblup')
disp(' ')