Remove duplicated copyrights

This commit is contained in:
Mieszko Makuch 2024-08-29 14:41:19 +02:00
parent 5b65058b89
commit fd74ba6a86
5 changed files with 0 additions and 25 deletions

View File

@ -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
% %

View File

@ -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
% %

View File

@ -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
% %

View File

@ -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
% %

View File

@ -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