From a39bb0e2da054102153ca22de3173d3a7ade37e1 Mon Sep 17 00:00:00 2001 From: Laurence Bank Date: Sun, 22 Sep 2024 20:32:03 +0100 Subject: [PATCH] Updated license info in each source file --- src/arduino_io.inl | 16 +++++++--------- src/bb_ep.inl | 16 +++++++--------- src/bb_ep_gfx.inl | 16 +++++++--------- src/bb_epaper.cpp | 16 +++++++--------- src/bb_epaper.h | 17 ++++++++--------- 5 files changed, 36 insertions(+), 45 deletions(-) diff --git a/src/arduino_io.inl b/src/arduino_io.inl index 24a8609..88553c9 100644 --- a/src/arduino_io.inl +++ b/src/arduino_io.inl @@ -4,15 +4,13 @@ // Written by Larry Bank (bitbank@pobox.com) // Project started 9/11/2024 // -// 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. +// Use of this software is governed by the Business Source License +// included in the file ./LICENSE. +// +// As of the Change Date specified in that file, in accordance with +// the Business Source License, use of this software will be governed +// by the Apache License, Version 2.0, included in the file +// ./APL.txt. // // Adapt these functions to whatever target platform you're using // and the rest of the code can remain unchanged diff --git a/src/bb_ep.inl b/src/bb_ep.inl index 00c8b0f..acde699 100644 --- a/src/bb_ep.inl +++ b/src/bb_ep.inl @@ -4,15 +4,13 @@ // Written by Larry Bank (bitbank@pobox.com) // Project started 9/11/2024 // -// 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. +// Use of this software is governed by the Business Source License +// included in the file ./LICENSE. +// +// As of the Change Date specified in that file, in accordance with +// the Business Source License, use of this software will be governed +// by the Apache License, Version 2.0, included in the file +// ./APL.txt. // // bb_ep.inl // display interfacing/control code for bb_eink library diff --git a/src/bb_ep_gfx.inl b/src/bb_ep_gfx.inl index 89597e3..5508c3f 100644 --- a/src/bb_ep_gfx.inl +++ b/src/bb_ep_gfx.inl @@ -4,15 +4,13 @@ // Written by Larry Bank (bitbank@pobox.com) // Project started 9/11/2024 // -// 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. +// Use of this software is governed by the Business Source License +// included in the file ./LICENSE. +// +// As of the Change Date specified in that file, in accordance with +// the Business Source License, use of this software will be governed +// by the Apache License, Version 2.0, included in the file +// ./APL.txt. // // bb_ei_gfx.inl - graphics functions // diff --git a/src/bb_epaper.cpp b/src/bb_epaper.cpp index e8f817a..352c6cf 100644 --- a/src/bb_epaper.cpp +++ b/src/bb_epaper.cpp @@ -4,15 +4,13 @@ // Written by Larry Bank (bitbank@pobox.com) // Project started 9/11/2024 // -// 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. +// Use of this software is governed by the Business Source License +// included in the file ./LICENSE. +// +// As of the Change Date specified in that file, in accordance with +// the Business Source License, use of this software will be governed +// by the Apache License, Version 2.0, included in the file +// ./APL.txt. // #ifdef _LINUX_ diff --git a/src/bb_epaper.h b/src/bb_epaper.h index 369deff..542fb64 100644 --- a/src/bb_epaper.h +++ b/src/bb_epaper.h @@ -4,15 +4,14 @@ // Written by Larry Bank (bitbank@pobox.com) // Project started 9/11/2024 // -// 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. +// Use of this software is governed by the Business Source License +// included in the file ./LICENSE. +// +// As of the Change Date specified in that file, in accordance with +// the Business Source License, use of this software will be governed +// by the Apache License, Version 2.0, included in the file +// ./APL.txt. +// #ifndef __BB_EPAPER__ #define __BB_EPAPER__