Skip to content

Commit

Permalink
all: Bump copyright date to 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jan 15, 2025
1 parent 3d02ed8 commit 7bb15f5
Show file tree
Hide file tree
Showing 76 changed files with 75 additions and 123 deletions.
2 changes: 1 addition & 1 deletion License
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2024 Ingy döt Net <[email protected]> and contributors
Copyright (c) 2022-2025 Ingy döt Net <[email protected]> and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion Meta
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 0.1.87
abstract: Program in YAML — Code is Data
homepage: https://yamlscript.org
license: mit
copyright: 2022-2024
copyright: 2022-2025

author:
name: Ingy döt Net
Expand Down
2 changes: 1 addition & 1 deletion clojure/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; This code is licensed under MIT license (See License for details)
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net

(defproject org.yamlscript/clj-yamlscript "0.1.87"
:description
Expand Down
2 changes: 1 addition & 1 deletion clojure/src/yamlscript/core.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns yamlscript.core
Expand Down
2 changes: 1 addition & 1 deletion common/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; This code is licensed under MIT license (See License for details)
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net

(defproject yamlscript/docker "0.1.87"
:description "Program in YAML — Code is Data"
Expand Down
2 changes: 1 addition & 1 deletion common/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ file:: "$(ENV.ROOT)/$(ENV.YSLANG)/doc/authors.md"

## License & Copyright

Copyright 2022-2024 Ingy döt Net <[email protected]>
Copyright 2022-2025 Ingy döt Net <[email protected]>

This project is licensed under the terms of the `MIT` license.
See [LICENSE](https://github.com/yaml/yamlscript/blob/main/License) for
Expand Down
2 changes: 1 addition & 1 deletion core/doc/yamlscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,7 @@ extends the basic functionality of Test::More::YAMLScript.

## Copyright and License

Copyright 2022-2024 by Ingy döt Net
Copyright 2022-2025 by Ingy döt Net

This is free software, licensed under:

Expand Down
2 changes: 1 addition & 1 deletion core/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; This code is licensed under MIT license (See License for details)
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net

(defproject yamlscript/core "0.1.87"
:description "Program in YAML — Code is Data"
Expand Down
2 changes: 1 addition & 1 deletion core/src/a0/patch_pprint.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; This code is licensed under MIT license (See License for details)
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net

(ns a0.patch-pprint
(:require [clojure.pprint :as pprint]))
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/ast.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.ast library defines the YAMLScript AST nodes.
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/builder.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.builder is responsible parsing all the !expr nodes into
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/common.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns yamlscript.common
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/compiler.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; YAMLScript is a programming language that is hosted by Clojure platforms.
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/composer.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.composer is responsible for converting a stream of YAML
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/constructor.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.constructor is responsible for converting the YAMLScript AST
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/debug.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.debug library defines a set of Clojure debugging functions.
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/global.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns yamlscript.global
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/parser.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.parser is responsible for parsing YAML into a sequence of
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/printer.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.printer is responsible for serializing YAMLScript Clojure AST
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/re.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.re library defines the regex parts that are used to match
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/resolver.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.resolver is responsible for tagging each node in the YAML
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/runtime.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns yamlscript.runtime
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/transformer.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.transformer is responsible for transforming the YAMLScript AST
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/transformers.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns yamlscript.transformers
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/util.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns yamlscript.util)
Expand Down
2 changes: 1 addition & 1 deletion core/src/yamlscript/ysreader.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; The yamlscript.ysreader is responsible for reading YAMLScript ysexpr (yes
Expand Down
2 changes: 1 addition & 1 deletion core/src/ys/clj.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; This library contains the clojure.core functions that are replaced by the
Expand Down
2 changes: 1 addition & 1 deletion core/src/ys/dwim.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns ys.dwim
Expand Down
2 changes: 1 addition & 1 deletion core/src/ys/json.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns ys.json
Expand Down
2 changes: 1 addition & 1 deletion core/src/ys/std.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; This is the YAMLScript standard library.
Expand Down
2 changes: 1 addition & 1 deletion core/src/ys/yaml.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns ys.yaml
Expand Down
2 changes: 1 addition & 1 deletion core/src/ys/ys.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

(ns ys.ys
Expand Down
2 changes: 1 addition & 1 deletion core/test/compiler-stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2024 Ingy dot Net
# Copyright 2023-2025 Ingy dot Net
# This code is licensed under MIT license (See License for details)

- name: Test label / description
Expand Down
2 changes: 1 addition & 1 deletion core/test/compiler.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2024 Ingy dot Net
# Copyright 2023-2025 Ingy dot Net
# This code is licensed under MIT license (See License for details)

- name: Test label / description
Expand Down
2 changes: 1 addition & 1 deletion core/test/data-mode.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2024 Ingy dot Net
# Copyright 2023-2025 Ingy dot Net
# This code is licensed under MIT license (See License for details)

- name: data-mode mapping
Expand Down
2 changes: 1 addition & 1 deletion core/test/resolver.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2024 Ingy dot Net
# Copyright 2023-2025 Ingy dot Net
# This code is licensed under MIT license (See License for details)

- name: YAML 1.2 core schema
Expand Down
2 changes: 1 addition & 1 deletion core/test/runtime.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2024 Ingy dot Net
# Copyright 2023-2025 Ingy dot Net
# This code is licensed under MIT license (See License for details)


Expand Down
2 changes: 1 addition & 1 deletion core/test/transformer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2023-2024 Ingy dot Net
# Copyright 2023-2025 Ingy dot Net
# This code is licensed under MIT license (See License for details)

- name: require simple library
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/builder_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright 2023-2024 Ingy dot Net
; Copyright 2023-2025 Ingy dot Net
; This code is licensed under MIT license (See License for details)

(ns yamlscript.builder-test
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/compiler_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright 2023-2024 Ingy dot Net
; Copyright 2023-2025 Ingy dot Net
; This code is licensed under MIT license (See License for details)

(ns yamlscript.compiler-test
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/composer_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright 2023-2024 Ingy dot Net
; Copyright 2023-2025 Ingy dot Net
; This code is licensed under MIT license (See License for details)

(ns yamlscript.composer-test
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/constructor_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright 2023-2024 Ingy dot Net
; Copyright 2023-2025 Ingy dot Net
; This code is licensed under MIT license (See License for details)

(ns yamlscript.constructor-test
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/parser_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright 2023-2024 Ingy dot Net
; Copyright 2023-2025 Ingy dot Net
; This code is licensed under MIT license (See License for details)

(ns yamlscript.parser-test
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/printer_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright 2023-2024 Ingy dot Net
; Copyright 2023-2025 Ingy dot Net
; This code is licensed under MIT license (See License for details)

(ns yamlscript.printer-test
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/resolver_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright 2023-2024 Ingy dot Net
; Copyright 2023-2025 Ingy dot Net
; This code is licensed under MIT license (See License for details)

(ns yamlscript.resolver-test
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/runtime_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright 2023-2024 Ingy dot Net
; Copyright 2023-2025 Ingy dot Net
; This code is licensed under MIT license (See License for details)

(ns yamlscript.runtime-test
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/test_runner.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; This code is licensed under MIT license (See License for details)
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net

(ns yamlscript.test-runner
(:require
Expand Down
2 changes: 1 addition & 1 deletion core/test/yamlscript/transformer_test.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; Copyright 2023-2024 Ingy dot Net
; Copyright 2023-2025 Ingy dot Net
; This code is licensed under MIT license (See License for details)

(ns yamlscript.transformer-test
Expand Down
2 changes: 1 addition & 1 deletion d/dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"authors": [
"ingy"
],
"copyright": "Copyright 2022-2024, Ingy döt Net",
"copyright": "Copyright 2022-2025, Ingy döt Net",
"description": "Program in YAML — Code is Data",
"license": "MIT",
"name": "yamlscript"
Expand Down
2 changes: 1 addition & 1 deletion elixir/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This is very ALPHA software.

## Copyright and License

Copyright 2022-2024 by Ingy döt Net
Copyright 2022-2025 by Ingy döt Net

This is free software, licensed under:

Expand Down
2 changes: 1 addition & 1 deletion go/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Please open an issue on this repository or chat with us directly at

## License & Copyright

Copyright 2022-2024 Ingy döt Net <[email protected]>
Copyright 2022-2025 Ingy döt Net <[email protected]>

This project is licensed under the terms of the `MIT` license.
See [LICENSE](https://github.com/yaml/yamlscript/blob/main/License) for
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-2024 Ingy dot Net
// Copyright 2023-2025 Ingy dot Net
// This code is licensed under MIT license (See License for details)

package org.yamlscript.yamlscript;
Expand Down
2 changes: 1 addition & 1 deletion julia/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022-2024 Ingy döt Net <[email protected]> and contributors
Copyright (c) 2022-2025 Ingy döt Net <[email protected]> and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion julia/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ See https://github.com/yaml/yamlscript?#installing-yamlscript for more info.

## License & Copyright

Copyright 2022-2024 Ingy döt Net <[email protected]>
Copyright 2022-2025 Ingy döt Net <[email protected]>

This project is licensed under the terms of the `MIT` license.
See [LICENSE](https://github.com/yaml/yamlscript/blob/main/License) for
Expand Down
2 changes: 1 addition & 1 deletion libyamlscript/project.clj
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
;; This code is licensed under MIT license (See License for details)
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net

(defproject yamlscript/libyamlscript "0.1.87"
:description "Shared Library for YAMLScript"
Expand Down
2 changes: 1 addition & 1 deletion libyamlscript/src/libyamlscript/API.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023-2024 Ingy dot Net
// Copyright 2023-2025 Ingy dot Net
// This code is licensed under MIT license (See License for details)

package libyamlscript;
Expand Down
2 changes: 1 addition & 1 deletion libyamlscript/src/libyamlscript/core.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Copyright 2023-2024 Ingy dot Net
;; Copyright 2023-2025 Ingy dot Net
;; This code is licensed under MIT license (See License for details)

;; This library compiles into the `libyamlscript.so` shared library.
Expand Down
2 changes: 1 addition & 1 deletion nodejs/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ See https://github.com/yaml/yamlscript/wiki/Installing-YAMLScript for more info.

## License & Copyright

Copyright 2022-2024 Ingy döt Net <[email protected]>
Copyright 2022-2025 Ingy döt Net <[email protected]>

This project is licensed under the terms of the `MIT` license.
See [LICENSE](https://github.com/yaml/yamlscript/blob/main/License) for
Expand Down
2 changes: 1 addition & 1 deletion perl-alien/doc/Alien/YAMLScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ entrypoint.

## Copyright and License

Copyright 2022-2024 by Ingy döt Net
Copyright 2022-2025 by Ingy döt Net

This is free software, licensed under:

Expand Down
2 changes: 1 addition & 1 deletion perl/doc/YAMLScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ See https://github.com/yaml/yamlscript?#installing-yamlscript for more info.

## License & Copyright

Copyright 2022-2024 Ingy döt Net <[email protected]>
Copyright 2022-2025 Ingy döt Net <[email protected]>

This project is licensed under the terms of the `MIT` license.
See [LICENSE](https://github.com/yaml/yamlscript/blob/main/License) for
Expand Down
Loading

0 comments on commit 7bb15f5

Please sign in to comment.