This is an automated email from the ASF dual-hosted git repository.
wilfreds pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/yunikorn-scheduler-interface.git
The following commit(s) were added to refs/heads/master by this push:
new d5910c5 [YUNIKORN-3159] Update copyright year in NOTICE file to 2025
(#150)
d5910c5 is described below
commit d5910c5b177c32e628200b9965fb7079c9fb152b
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Thu Dec 4 12:29:03 2025 +1100
[YUNIKORN-3159] Update copyright year in NOTICE file to 2025 (#150)
Update copyright year in NOTICE file to 2025
Side fix: Makefile update to do what it says when it cleans up and
update gitignore.
Closes: #150
Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
.gitignore | 3 ++-
NOTICE | 2 +-
lib/go/Makefile | 6 ++----
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/.gitignore b/.gitignore
index f0354a4..b578bff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
+.idea
+.DS_Store
protoc/
src/
build/
-.idea
diff --git a/NOTICE b/NOTICE
index 6471f3b..ab1ab50 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
Apache YuniKorn
-Copyright 2019-2024 The Apache Software Foundation
+Copyright 2019-2025 The Apache Software Foundation
This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).
diff --git a/lib/go/Makefile b/lib/go/Makefile
index 15b89c7..7261c8b 100644
--- a/lib/go/Makefile
+++ b/lib/go/Makefile
@@ -135,11 +135,9 @@ build: $(SI_GO_TMP) syntax_check
# Simple clean of generated file language binding.
.PHONY: clean
clean:
- rm -rf $(SI_GO) $(SI_GO_TMP)
- rm -rf $(PROTOC_TMP_DIR)
- rm -rf $(GO_OUT)
+ rm -rf $(SI_GO) $(SI_GO_TMP) $(SI_BUILD)
# Remove all non versioned files (including compiler and cache)
.PHONY: clobber
clobber: clean
- rm -rf $(PROTOC_TMP_DIR) $(PROTOC_GEN_GO_SRC) $(SI_BUILD)
+ rm -rf $(PROTOC_TMP_DIR)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]