Skip to content

Commit 1632322

Browse files
committed
Update copyright year
1 parent b869ef6 commit 1632322

Some content is hidden

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

81 files changed

+161
-161
lines changed

LICENSE.md

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

3-
Copyright (c) 2017-2021 Godot Engine contributors.
3+
Copyright (c) 2017-2022 Godot Engine contributors.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

binding_generator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1818,8 +1818,8 @@ def get_default_value_for_type(type_name):
18181818
/* GODOT ENGINE */
18191819
/* https://godotengine.org */
18201820
/*************************************************************************/
1821-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
1822-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
1821+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
1822+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
18231823
/* */
18241824
/* Permission is hereby granted, free of charge, to any person obtaining */
18251825
/* a copy of this software and associated documentation files (the */

include/godot_cpp/classes/ref.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/classes/wrapped.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/binder_common.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/builtin_ptrcall.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/class_db.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/defs.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/engine_ptrcall.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/error_macros.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/math.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/memory.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/method_bind.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/method_ptrcall.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/mutex_lock.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/object.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/core/type_info.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/godot.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/templates/cowdata.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/templates/hash_map.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/templates/hashfuncs.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/templates/list.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/templates/map.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/templates/pair.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/templates/rid_owner.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

include/godot_cpp/templates/safe_refcount.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
/* GODOT ENGINE */
66
/* https://godotengine.org */
77
/*************************************************************************/
8-
/* Copyright (c) 2007-2021 Juan Linietsky, Ariel Manzur. */
9-
/* Copyright (c) 2014-2021 Godot Engine contributors (cf. AUTHORS.md). */
8+
/* Copyright (c) 2007-2022 Juan Linietsky, Ariel Manzur. */
9+
/* Copyright (c) 2014-2022 Godot Engine contributors (cf. AUTHORS.md). */
1010
/* */
1111
/* Permission is hereby granted, free of charge, to any person obtaining */
1212
/* a copy of this software and associated documentation files (the */

0 commit comments

Comments
 (0)