summaryrefslogtreecommitdiffstats
path: root/src/osx/smc.cpp
diff options
context:
space:
mode:
authorMarius Gripsgard <marius@ubports.com>2021-12-13 13:58:44 +0100
committerMarius Gripsgard <marius@ubports.com>2021-12-13 13:59:18 +0100
commit7a1c88adc40351f81418b6882aca2cb0d475b2c4 (patch)
tree09f36f654c46df70cd2fec73f2f7129c00c099de /src/osx/smc.cpp
parenta6d27c1cc4f5079b46df48134459746bacb7d429 (diff)
Fix some missing copyright in src files found by debian lintian
Diffstat (limited to 'src/osx/smc.cpp')
-rw-r--r--src/osx/smc.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/osx/smc.cpp b/src/osx/smc.cpp
index 7386dbf..8ec6cf8 100644
--- a/src/osx/smc.cpp
+++ b/src/osx/smc.cpp
@@ -1,3 +1,21 @@
+/* Copyright 2021 Aristocratos (jakob@qvantnet.com)
+
+ 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.
+
+indent = tab
+tab-size = 4
+*/
+
#include "smc.hpp"
static UInt32 _strtoul(char *str, int size, int base) {