tweak: change name in license.

This commit is contained in:
NunoSempere 2022-12-13 15:35:42 +00:00
parent 109d641017
commit b2b3acf140
4 changed files with 14 additions and 23 deletions

View File

@ -2,24 +2,17 @@
<h4 align=center>Minimal browser based on webkit2gtk</h4>
#### Features
- tabs, cookies, caching
- minimal ui, autohiding elements
- ~400L code base
- custom gtk and websites css
- hackable without any knowledge
- builtin rose-mklink script for in-shell static links
---
- tabs, cookies, caching
- minimal ui, autohiding elements
- ~400L code base
- custom gtk and websites css
- hackable without any knowledge
- builtin rose-mklink script for in-shell static links
- A few quality of life improvements.
### 👐 Contribute
See [contributing.md](https://github.com/mini-rose/rose/.github/contributing.md).
### 📜 License
Rose is released under own license, which grants the following permissions:
- Commercial use
- Distribution
- Modification
- Private use
This is my personal version. Contribute upstream to [github.com/mini-rose/rose](https://github.com/mini-rose/) instead.
### To do
@ -27,4 +20,4 @@ Rose is released under own license, which grants the following permissions:
- [x] Present "standard" browser keybindings as an alternative.
- [x] Fix zoom in new tab
- [ ] Make tab bar slightly prettier.
- [ ] Find out what each of the css elements refers to.

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 mini-rose
* Copyright (c) 2022 Nuño Sempere.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and any associated documentation
@ -7,7 +7,6 @@
* sublicense copies of this sotware for their own use.
* This code does not come with any warranty.
*
* Author: fenze <contact@fenze.dev>
*/
#include <gdk/gdkkeysyms.h>

View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 mini-rose
* Copyright (c) 2022 Nuño Sempere.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and any associated documentation
@ -7,7 +7,6 @@
* sublicense copies of this sotware for their own use.
* This code does not come with any warranty.
*
* Author: fenze <contact@fenze.dev>
*/
#include <gdk/gdkkeysyms.h>

4
rose.c
View File

@ -1,5 +1,5 @@
/*
* Copyright (c) 2022 mini-rose
* Copyright (c) 2022 Nuño Sempere.
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and any associated documentation
@ -7,9 +7,9 @@
* sublicense copies of this sotware for their own use.
* This code does not come with any warranty.
*
* Author: fenze <contact@fenze.dev>
*/
#include "config.h"
#include <webkit2/webkit2.h>