From 2a6cfc308c5c98ffdb15b2d37add1c628d6f8774 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 2 Jan 2025 14:09:25 +0200 Subject: [PATCH] Update copyright notices to 2025 year --- README.md | 2 +- build.windows.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73b0da09..96914d74 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Build scripts for statically linked [`libwebrtc`] binaries, used by [Medea Flutt ## License -Copyright © 2022-2024 Instrumentisto Team +Copyright © 2022-2025 Instrumentisto Team This repository is subject to the terms of the [Blue Oak Model License 1.0.0](https://github.com/instrumentisto/libwebrtc-bin/blob/main/LICENSE.md). If a copy of the [BlueOak-1.0.0](https://spdx.org/licenses/BlueOak-1.0.0.html) license was not distributed with this file, You can obtain one at . diff --git a/build.windows.ps1 b/build.windows.ps1 index fa1ac503..e4ae7051 100644 --- a/build.windows.ps1 +++ b/build.windows.ps1 @@ -1,6 +1,6 @@ # Copyright 2019, Shiguredo Inc, melpon and enm10k # Copyright 2019, Zenichi Amano -# Copyright 2022-2024, Instrumentisto Team, rogurotus and tyranron +# Copyright 2022-2025, Instrumentisto Team, rogurotus and tyranron # original: https://github.com/shiguredo/shiguredo-webrtc-windows/blob/master/gabuild.ps1 $ErrorActionPreference = "Stop"