Skip to content

Commit d5d8870

Browse files
committed
apache license header
1 parent 9db866c commit d5d8870

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

.styleguide

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,7 @@ includeOtherLibs {
3939
^units/
4040
^wpi/
4141
}
42+
43+
licenseUpdateExclude {
44+
photon-core/src/main/java/org/photonvision/jni/GpuDetectorJNI.java
45+
}

photon-core/src/main/java/org/photonvision/jni/GpuDetectorJNI.java

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
/*
2-
* Copyright (C) Photon Vision.
3-
*
4-
* This program is free software: you can redistribute it and/or modify
5-
* it under the terms of the GNU General Public License as published by
6-
* the Free Software Foundation, either version 3 of the License, or
7-
* (at your option) any later version.
8-
*
9-
* This program is distributed in the hope that it will be useful,
10-
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11-
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12-
* GNU General Public License for more details.
13-
*
14-
* You should have received a copy of the GNU General Public License
15-
* along with this program. If not, see <https://www.gnu.org/licenses/>.
2+
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
3+
* See the NOTICE file distributed with this work for additional information regarding copyright
4+
* ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License");
5+
* you may not use this file except in compliance with the License. You may obtain a copy of the License
6+
* at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in
7+
* writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
8+
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
9+
* language governing permissions and limitations under the License.
1610
*/
1711

1812
package org.photonvision.jni;

0 commit comments

Comments
 (0)