Skip to content

Commit edc91c1

Browse files
committed
Update info regarding branches, contributor and license
1 parent 838f8ff commit edc91c1

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CONTRIBUTORS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Other people who have helped out by submitting fixes, enhancements, etc are:
1111
- [CrispyPin](https://github.com/CrispyPin)
1212
- [SaracenOne](https://github.com/SaracenOne)
1313
- [lyuma](https://github.com/lyuma)
14+
- [Bill Doyle](https://github.com/vilhalmer)

LICENSE

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) 2018-2021 Bastiaan Olij and contributors
3+
Copyright (c) 2018+ Bastiaan Olij and 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

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# GDExtension based OpenVR plugin for Godot
22

3+
![GitHub forks](https://img.shields.io/github/forks/godotvr/godot_openxr_?style=plastic)
4+
![GitHub Repo stars](https://img.shields.io/github/stars/godotvr/godot_openxr?style=plastic)
5+
![GitHub contributors](https://img.shields.io/github/contributors/godotvr/godot_openxr?style=plastic)
6+
![GitHub](https://img.shields.io/github/license/godotvr/godot_openxr?style=plastic)
7+
38
This is a GDExtension based plugin that adds OpenVR support to Godot.
49

510
The leading version of this repository now lives at:
@@ -11,8 +16,8 @@ https://github.com/GodotVR/godot_openvr
1116
1217
# Branches
1318
This repo currently maintains the following branches:
14-
- `master` is our main development in which we maintain our `1.x.y` version of this plugin. This version works with Godot 3.x.
15-
- `2.0-dev` is our 2.0 development branch, this is an unstable branch in which we're porting this plugin to work in Godot 4.x.
19+
- `master` is our main development in which the latest version of this plugin resides. This version works with Godot 4.x.
20+
- `Godot-3.x` is our legacy branch in which we maintain our `1.x` version of this plugin. This version works with Godot 3.x.
1621

1722
# Building
1823

demo/addons/godot-openvr/LICENSE

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) 2018-2021 Bastiaan Olij and contributors
3+
Copyright (c) 2018+ Bastiaan Olij and 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

0 commit comments

Comments
 (0)