diff --git a/BasicGeometry/Angle.cs b/BasicGeometry/Angle.cs index 8861d61..779404b 100644 --- a/BasicGeometry/Angle.cs +++ b/BasicGeometry/Angle.cs @@ -1,22 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 1 Feb 2019 */ diff --git a/BasicGeometry/AngleFP32.cs b/BasicGeometry/AngleFP32.cs index 01f5787..3a59774 100644 --- a/BasicGeometry/AngleFP32.cs +++ b/BasicGeometry/AngleFP32.cs @@ -1,23 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 1 Feb 2019 */ diff --git a/BasicGeometry/AngleFP64.cs b/BasicGeometry/AngleFP64.cs index 088b45e..9019085 100644 --- a/BasicGeometry/AngleFP64.cs +++ b/BasicGeometry/AngleFP64.cs @@ -1,23 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 1 Feb 2019 */ diff --git a/BasicGeometry/DegreeFP32.cs b/BasicGeometry/DegreeFP32.cs index a458294..09c299d 100644 --- a/BasicGeometry/DegreeFP32.cs +++ b/BasicGeometry/DegreeFP32.cs @@ -1,6 +1,6 @@ - -/* +/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 18 Nov 2024 */ diff --git a/BasicGeometry/DegreeFP64.cs b/BasicGeometry/DegreeFP64.cs index b7c1785..c47408b 100644 --- a/BasicGeometry/DegreeFP64.cs +++ b/BasicGeometry/DegreeFP64.cs @@ -1,6 +1,6 @@ - -/* +/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 18 Nov 2024 */ diff --git a/BasicGeometry/Matrix2x2FP32.cs b/BasicGeometry/Matrix2x2FP32.cs index 936471c..1a1465c 100644 --- a/BasicGeometry/Matrix2x2FP32.cs +++ b/BasicGeometry/Matrix2x2FP32.cs @@ -1,23 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 10 Feb 2019 */ diff --git a/BasicGeometry/Matrix2x2FP64.cs b/BasicGeometry/Matrix2x2FP64.cs index 4618711..e49f3ac 100644 --- a/BasicGeometry/Matrix2x2FP64.cs +++ b/BasicGeometry/Matrix2x2FP64.cs @@ -1,22 +1,4 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov * Date: 10 Feb 2019 */ diff --git a/BasicGeometry/Matrix2x3FP32.cs b/BasicGeometry/Matrix2x3FP32.cs index 87e33aa..24360db 100644 --- a/BasicGeometry/Matrix2x3FP32.cs +++ b/BasicGeometry/Matrix2x3FP32.cs @@ -1,23 +1,6 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - /* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 11 Nov 2024 */ namespace BasicGeometry diff --git a/BasicGeometry/Matrix2x3FP64.cs b/BasicGeometry/Matrix2x3FP64.cs index 8de76be..cbbf95c 100644 --- a/BasicGeometry/Matrix2x3FP64.cs +++ b/BasicGeometry/Matrix2x3FP64.cs @@ -1,23 +1,6 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - /* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 11 Nov 2024 */ namespace BasicGeometry diff --git a/BasicGeometry/Matrix3x2FP32.cs b/BasicGeometry/Matrix3x2FP32.cs index 5f1ce37..68dd59c 100644 --- a/BasicGeometry/Matrix3x2FP32.cs +++ b/BasicGeometry/Matrix3x2FP32.cs @@ -1,21 +1,6 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - /* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 11 Nov 2024 */ namespace BasicGeometry diff --git a/BasicGeometry/Matrix3x2FP64.cs b/BasicGeometry/Matrix3x2FP64.cs index c3e4862..5e5eab9 100644 --- a/BasicGeometry/Matrix3x2FP64.cs +++ b/BasicGeometry/Matrix3x2FP64.cs @@ -1,23 +1,6 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - /* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 11 Nov 2024 */ namespace BasicGeometry diff --git a/BasicGeometry/Matrix3x3FP32.cs b/BasicGeometry/Matrix3x3FP32.cs index 8201ea3..1486c50 100644 --- a/BasicGeometry/Matrix3x3FP32.cs +++ b/BasicGeometry/Matrix3x3FP32.cs @@ -1,23 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 10 Feb 2019 */ diff --git a/BasicGeometry/Matrix3x3FP64.cs b/BasicGeometry/Matrix3x3FP64.cs index b9b016e..cab0ea0 100644 --- a/BasicGeometry/Matrix3x3FP64.cs +++ b/BasicGeometry/Matrix3x3FP64.cs @@ -1,23 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 10 Feb 2019 */ diff --git a/BasicGeometry/MatrixProductFP32.cs b/BasicGeometry/MatrixProductFP32.cs index 9acb4a1..26a776a 100644 --- a/BasicGeometry/MatrixProductFP32.cs +++ b/BasicGeometry/MatrixProductFP32.cs @@ -1,25 +1,9 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - /* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 11 Nov 2024 */ + namespace BasicGeometry { public class MatrixProductFP32 diff --git a/BasicGeometry/MatrixProductFP64.cs b/BasicGeometry/MatrixProductFP64.cs index e91fd3b..718c4f3 100644 --- a/BasicGeometry/MatrixProductFP64.cs +++ b/BasicGeometry/MatrixProductFP64.cs @@ -1,25 +1,9 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - /* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 11 Nov 2024 */ + namespace BasicGeometry { public class MatrixProductFP64 diff --git a/BasicGeometry/QuaternionFP32.cs b/BasicGeometry/QuaternionFP32.cs index d4b9232..80d189b 100644 --- a/BasicGeometry/QuaternionFP32.cs +++ b/BasicGeometry/QuaternionFP32.cs @@ -1,4 +1,8 @@ -using System; +/* + * Author: Andrey Pokidov + * License: Apache-2.0 + * Date: 4 Dec 2024 + */ namespace BasicGeometry { diff --git a/BasicGeometry/QuaternionFP64.cs b/BasicGeometry/QuaternionFP64.cs index ba260a8..36f15cc 100644 --- a/BasicGeometry/QuaternionFP64.cs +++ b/BasicGeometry/QuaternionFP64.cs @@ -1,4 +1,8 @@ -using System; +/* + * Author: Andrey Pokidov + * License: Apache-2.0 + * Date: 4 Dec 2024 + */ namespace BasicGeometry { diff --git a/BasicGeometry/RadianFP32.cs b/BasicGeometry/RadianFP32.cs index 1c4a002..423a1c3 100644 --- a/BasicGeometry/RadianFP32.cs +++ b/BasicGeometry/RadianFP32.cs @@ -1,6 +1,6 @@ - -/* +/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 18 Nov 2024 */ diff --git a/BasicGeometry/RadianFP64.cs b/BasicGeometry/RadianFP64.cs index 8be238e..e8c7196 100644 --- a/BasicGeometry/RadianFP64.cs +++ b/BasicGeometry/RadianFP64.cs @@ -1,6 +1,6 @@ - -/* +/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 18 Nov 2024 */ diff --git a/BasicGeometry/Rotation3FP32.cs b/BasicGeometry/Rotation3FP32.cs index 95d6a1b..c322466 100644 --- a/BasicGeometry/Rotation3FP32.cs +++ b/BasicGeometry/Rotation3FP32.cs @@ -1,23 +1,6 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - /* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 2 Feb 2019 */ diff --git a/BasicGeometry/Rotation3FP64.cs b/BasicGeometry/Rotation3FP64.cs index 2c2de9d..e596c0b 100644 --- a/BasicGeometry/Rotation3FP64.cs +++ b/BasicGeometry/Rotation3FP64.cs @@ -1,23 +1,6 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - /* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 2 Feb 2019 */ diff --git a/BasicGeometry/TurnFP32.cs b/BasicGeometry/TurnFP32.cs index 8016396..82dbae3 100644 --- a/BasicGeometry/TurnFP32.cs +++ b/BasicGeometry/TurnFP32.cs @@ -1,6 +1,6 @@ - -/* +/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 18 Nov 2024 */ diff --git a/BasicGeometry/TurnFP64.cs b/BasicGeometry/TurnFP64.cs index 5bf15f6..2f6a004 100644 --- a/BasicGeometry/TurnFP64.cs +++ b/BasicGeometry/TurnFP64.cs @@ -1,6 +1,6 @@ - -/* +/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 18 Nov 2024 */ diff --git a/BasicGeometry/UtilityFP32.cs b/BasicGeometry/UtilityFP32.cs index a326deb..62982be 100644 --- a/BasicGeometry/UtilityFP32.cs +++ b/BasicGeometry/UtilityFP32.cs @@ -1,4 +1,8 @@ -using System; +/* + * Author: Andrey Pokidov + * License: Apache-2.0 + * Date: 12 Nov 2024 + */ namespace BasicGeometry { diff --git a/BasicGeometry/UtilityFP64.cs b/BasicGeometry/UtilityFP64.cs index ba61ee9..95cc23b 100644 --- a/BasicGeometry/UtilityFP64.cs +++ b/BasicGeometry/UtilityFP64.cs @@ -1,4 +1,8 @@ -using System; +/* + * Author: Andrey Pokidov + * License: Apache-2.0 + * Date: 12 Nov 2024 + */ namespace BasicGeometry { diff --git a/BasicGeometry/Vector2FP32.cs b/BasicGeometry/Vector2FP32.cs index 9de1992..9836ab9 100644 --- a/BasicGeometry/Vector2FP32.cs +++ b/BasicGeometry/Vector2FP32.cs @@ -1,23 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 1 Feb 2019 */ diff --git a/BasicGeometry/Vector2FP64.cs b/BasicGeometry/Vector2FP64.cs index ab25936..25be102 100644 --- a/BasicGeometry/Vector2FP64.cs +++ b/BasicGeometry/Vector2FP64.cs @@ -1,23 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 1 Feb 2019 */ diff --git a/BasicGeometry/Vector3FP32.cs b/BasicGeometry/Vector3FP32.cs index 5cd65ea..2b2119d 100644 --- a/BasicGeometry/Vector3FP32.cs +++ b/BasicGeometry/Vector3FP32.cs @@ -1,23 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 1 Feb 2019 */ diff --git a/BasicGeometry/Vector3FP64.cs b/BasicGeometry/Vector3FP64.cs index 7e42050..31505f4 100644 --- a/BasicGeometry/Vector3FP64.cs +++ b/BasicGeometry/Vector3FP64.cs @@ -1,23 +1,6 @@ /* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -using System; - -/* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 1 Feb 2019 */ diff --git a/BasicGeometry/VersorFP32.cs b/BasicGeometry/VersorFP32.cs index 3a15756..ac253ee 100644 --- a/BasicGeometry/VersorFP32.cs +++ b/BasicGeometry/VersorFP32.cs @@ -1,22 +1,7 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - /* * Author: Andrey Pokidov -* Date: 20 Oct 2024 + * License: Apache-2.0 + * Date: 20 Oct 2024 */ namespace BasicGeometry diff --git a/BasicGeometry/VersorFP64.cs b/BasicGeometry/VersorFP64.cs index 546bed0..983ac2f 100644 --- a/BasicGeometry/VersorFP64.cs +++ b/BasicGeometry/VersorFP64.cs @@ -1,21 +1,6 @@ -/* - * Copyright 2019-2025 Andrey Pokidov - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - /* * Author: Andrey Pokidov + * License: Apache-2.0 * Date: 20 Oct 2024 */