Skip to content

Commit 479127a

Browse files
committed
jule: update LICENSE and copyright
1 parent 580ccd7 commit 479127a

File tree

598 files changed

+736
-740
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

598 files changed

+736
-740
lines changed

.devcontainers/release/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/sh
2-
# Copyright 2023-2025 The Jule Programming Language.
2+
# Copyright 2023 The Jule Authors. All rights reserved.
33
# Use of this source code is governed by a BSD 3-Clause
44
# license that can be found in the LICENSE file.
55

.devcontainers/release/linux-amd64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023-2025 The Jule Programming Language.
1+
# Copyright 2023 The Jule Authors. All rights reserved.
22
# Use of this source code is governed by a BSD 3-Clause
33
# license that can be found in the LICENSE file.
44

.devcontainers/release/linux-arm64.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023-2025 The Jule Programming Language.
1+
# Copyright 2023 The Jule Authors. All rights reserved.
22
# Use of this source code is governed by a BSD 3-Clause
33
# license that can be found in the LICENSE file.
44

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2022-2025, Mertcan DAVULCU
3+
Copyright (c) 2022 The Jule Authors.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

api/any.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2025 The Jule Programming Language.
1+
// Copyright 2022 The Jule Authors. All rights reserved.
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

api/array.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2025 The Jule Programming Language.
1+
// Copyright 2022 The Jule Authors. All rights reserved.
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

api/error.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023-2025 The Jule Programming Language.
1+
// Copyright 2023 The Jule Authors. All rights reserved.
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

api/exceptional.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023-2025 The Jule Programming Language.
1+
// Copyright 2023 The Jule Authors. All rights reserved.
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

api/fn.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022-2025 The Jule Programming Language.
1+
// Copyright 2022 The Jule Authors. All rights reserved.
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

api/impl_flag.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2024-2025 The Jule Programming Language.
1+
// Copyright 2024 The Jule Authors. All rights reserved.
22
// Use of this source code is governed by a BSD 3-Clause
33
// license that can be found in the LICENSE file.
44

0 commit comments

Comments
 (0)