diff --git a/.wpiformat b/.wpiformat index 811a05e..bdf52d0 100644 --- a/.wpiformat +++ b/.wpiformat @@ -2,6 +2,11 @@ cppHeaderFileInclude { \.h$ } +licenseUpdateExclude { + mrcal_wrapper.h + mrcal_wrapper.cpp +} + modifiableFileExclude { mrcal/ libdogleg/ diff --git a/src/mrcal_wrapper.cpp b/src/mrcal_wrapper.cpp index af10cc0..8c84304 100644 --- a/src/mrcal_wrapper.cpp +++ b/src/mrcal_wrapper.cpp @@ -1,20 +1,3 @@ -/* - * Copyright (C) Photon Vision. - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - /* * Copyright (C) Photon Vision. * diff --git a/src/mrcal_wrapper.h b/src/mrcal_wrapper.h index 3f18968..e9bf7fc 100644 --- a/src/mrcal_wrapper.h +++ b/src/mrcal_wrapper.h @@ -1,20 +1,3 @@ -/* - * Copyright (C) Photon Vision. - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 3 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see . - */ - /* * Copyright (C) Photon Vision. *