summaryrefslogtreecommitdiffstats
path: root/src/osx/smc.cpp
diff options
context:
space:
mode:
authorJakob P. Liljenberg <admin@qvantnet.com>2021-12-29 14:21:13 +0100
committerGitHub <noreply@github.com>2021-12-29 14:21:13 +0100
commit03d6dfcd63c54ae7ee974c48c56b206a14d9bab4 (patch)
tree20a8562a282c1f639d461f0e759d17fb0968ab2c /src/osx/smc.cpp
parentc5fd59f09f72eee2286f944556fccfdf0474bb89 (diff)
parent7a1c88adc40351f81418b6882aca2cb0d475b2c4 (diff)
Merge pull request #209 from mariogrip/fix-missing-copyright-src
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 54fa422..a9c849b 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) {