From 7a1c88adc40351f81418b6882aca2cb0d475b2c4 Mon Sep 17 00:00:00 2001 From: Marius Gripsgard Date: Mon, 13 Dec 2021 13:58:44 +0100 Subject: Fix some missing copyright in src files found by debian lintian --- src/osx/smc.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/osx/smc.cpp') 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) { -- cgit v1.2.3