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> <h4 align=center>Minimal browser based on webkit2gtk</h4>
#### Features #### Features
- tabs, cookies, caching - tabs, cookies, caching
- minimal ui, autohiding elements - minimal ui, autohiding elements
- ~400L code base - ~400L code base
- custom gtk and websites css - custom gtk and websites css
- hackable without any knowledge - hackable without any knowledge
- builtin rose-mklink script for in-shell static links - builtin rose-mklink script for in-shell static links
- A few quality of life improvements.
---
### 👐 Contribute ### 👐 Contribute
See [contributing.md](https://github.com/mini-rose/rose/.github/contributing.md). This is my personal version. Contribute upstream to [github.com/mini-rose/rose](https://github.com/mini-rose/) instead.
### 📜 License
Rose is released under own license, which grants the following permissions:
- Commercial use
- Distribution
- Modification
- Private use
### To do ### 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] Present "standard" browser keybindings as an alternative.
- [x] Fix zoom in new tab - [x] Fix zoom in new tab
- [ ] Make tab bar slightly prettier. - [ ] 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 * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and any associated documentation * obtaining a copy of this software and any associated documentation
@ -7,7 +7,6 @@
* sublicense copies of this sotware for their own use. * sublicense copies of this sotware for their own use.
* This code does not come with any warranty. * This code does not come with any warranty.
* *
* Author: fenze <contact@fenze.dev>
*/ */
#include <gdk/gdkkeysyms.h> #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 * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and any associated documentation * obtaining a copy of this software and any associated documentation
@ -7,7 +7,6 @@
* sublicense copies of this sotware for their own use. * sublicense copies of this sotware for their own use.
* This code does not come with any warranty. * This code does not come with any warranty.
* *
* Author: fenze <contact@fenze.dev>
*/ */
#include <gdk/gdkkeysyms.h> #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 * Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and any associated documentation * obtaining a copy of this software and any associated documentation
@ -7,9 +7,9 @@
* sublicense copies of this sotware for their own use. * sublicense copies of this sotware for their own use.
* This code does not come with any warranty. * This code does not come with any warranty.
* *
* Author: fenze <contact@fenze.dev>
*/ */
#include "config.h" #include "config.h"
#include <webkit2/webkit2.h> #include <webkit2/webkit2.h>