Remove duplicated copyrights
This commit is contained in:
parent
5b65058b89
commit
fd74ba6a86
@ -1,8 +1,3 @@
|
|||||||
%
|
|
||||||
% -----------------
|
|
||||||
% Copyright © 2022 ACK Cyfronet AGH, Poland.
|
|
||||||
% -----------------
|
|
||||||
%
|
|
||||||
function km = deg2km(deg)
|
function km = deg2km(deg)
|
||||||
%DEG2KM Convert distance from degrees to kilometers
|
%DEG2KM Convert distance from degrees to kilometers
|
||||||
%
|
%
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
%
|
|
||||||
% -----------------
|
|
||||||
% Copyright © 2022 ACK Cyfronet AGH, Poland.
|
|
||||||
% -----------------
|
|
||||||
%
|
|
||||||
function angleInRadians = deg2rad(angleInDegrees)
|
function angleInRadians = deg2rad(angleInDegrees)
|
||||||
% DEG2RAD Convert angles from degrees to radians
|
% DEG2RAD Convert angles from degrees to radians
|
||||||
%
|
%
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
%
|
|
||||||
% -----------------
|
|
||||||
% Copyright © 2022 ACK Cyfronet AGH, Poland.
|
|
||||||
% -----------------
|
|
||||||
%
|
|
||||||
function deg = km2deg(km)
|
function deg = km2deg(km)
|
||||||
%KM2DEG Convert distance from kilometers to degrees
|
%KM2DEG Convert distance from kilometers to degrees
|
||||||
%
|
%
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
%
|
|
||||||
% -----------------
|
|
||||||
% Copyright © 2022 ACK Cyfronet AGH, Poland.
|
|
||||||
% -----------------
|
|
||||||
%
|
|
||||||
function angleInDegrees = rad2deg(angleInRadians)
|
function angleInDegrees = rad2deg(angleInRadians)
|
||||||
% RAD2DEG Convert angles from radians to degrees
|
% RAD2DEG Convert angles from radians to degrees
|
||||||
%
|
%
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
%
|
|
||||||
% -----------------
|
|
||||||
% Copyright © 2022 ACK Cyfronet AGH, Poland.
|
|
||||||
% -----------------
|
|
||||||
%
|
|
||||||
function s = second(d,f)
|
function s = second(d,f)
|
||||||
%SECOND Seconds of date or time.
|
%SECOND Seconds of date or time.
|
||||||
% S = SECOND(D) returns the seconds given a serial date number or a
|
% S = SECOND(D) returns the seconds given a serial date number or a
|
||||||
|
Loading…
Reference in New Issue
Block a user