mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2026-06-11 21:03:05 +08:00
Updated copyright information
This commit is contained in:
parent
b147e7c276
commit
ea2e508fbb
20
Readme.txt
20
Readme.txt
@ -8,22 +8,36 @@
|
||||
================================================================================
|
||||
|
||||
Notepad3 is based on code from Florian Balmer's Notepad2 and
|
||||
XhmikosR's Notepad2-mod.
|
||||
XhmikosR's Notepad2-mod. MiniPath is based on code from
|
||||
Florian Balmer's metapath.
|
||||
|
||||
Changes compared to Notepad2
|
||||
Changes in Notepad3 compared to Notepad2
|
||||
|
||||
- Code folding
|
||||
- Support for bookmarks
|
||||
- Option to mark all occurrences of a word
|
||||
- Updated Scintilla component
|
||||
- Word auto-completion
|
||||
- Syntax highlighting support for AutoHotkey, AutoIt3, AviSynth, Bash, CMake,
|
||||
CoffeeScript, Inno Setup, LaTeX, Lua, Markdown, NSIS, Ruby, Tcl,
|
||||
YAML and VHDL scripts
|
||||
- Improved support for NFO ANSI art
|
||||
- Support for replacing Windows Notepad using a clean, unintrusive
|
||||
registry-based method.
|
||||
registry-based method
|
||||
- New toolbar icons based on Yusuke Kamiyaman's Fugue Icons
|
||||
Purchased by Rizonesoft
|
||||
- New program icon and other small cosmetic changes
|
||||
- Other various minor changes and tweaks
|
||||
|
||||
Changes in MiniPath compared to metapath
|
||||
|
||||
- Project upgraded to Visual C++ 2015
|
||||
- 64-bit version
|
||||
- New toolbar icons based on Yusuke Kamiyaman's Fugue Icons
|
||||
Purchased by Rizonesoft
|
||||
- Installation bundled with Notepad3
|
||||
- Minor cosmetic changes
|
||||
|
||||
Supported Operating Systems
|
||||
|
||||
Windows XP (SP3), Vista, 7, 8, 8.1, 10 both 32-bit and 64-bit
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Notepad3 Copyright © 2008-2016 Rizonesoft, All rights reserved.
|
||||
Notepad3 and MiniPath Copyright © 2008-2016 Rizonesoft, All rights reserved.
|
||||
https://rizonesoft.com
|
||||
|
||||
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
||||
|
||||
30
minipath/License.txt
Normal file
30
minipath/License.txt
Normal file
@ -0,0 +1,30 @@
|
||||
MiniPath Copyright © 2008-2016 Rizonesoft, All rights reserved.
|
||||
https://rizonesoft.com
|
||||
|
||||
metapath Copyright © 2004-2011 Florian Balmer
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
|
||||
1. Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
|
||||
2. Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
|
||||
3. Neither the name of Florian Balmer nor the names of its contributors
|
||||
may be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
|
||||
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
|
||||
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
|
||||
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
|
||||
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
|
||||
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
||||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
Loading…
Reference in New Issue
Block a user