Skip to content

Commit 6b140c7

Browse files
committed
Update README
1 parent 1d6c5f8 commit 6b140c7

File tree

2 files changed

+32
-10
lines changed

2 files changed

+32
-10
lines changed

LICENSE.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2013-2014 Erti-Chris Eelmaa
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
MultiMonitorHelper
1+
CCDWrapper
22
==================
33

4-
API decided to help manage states/query of multiple monitors, using C# language.
4+
A C# API for [Connecting and Configuring Displays](http://msdn.microsoft.com/en-us/library/windows/hardware/ff539590.aspx) on Windows 7 or later.
55

6-
It allows to extend and clone monitors easily(abstracting WinXP, Vista, 7, and 8), at the same time,
7-
you can query information about your monitors.
6+
Created by Erti-Chris Eelmaa: [ChrisEelmaa/MultiMonitorHelper](https://github.com/ChrisEelmaa/MultiMonitorHelper)
87

9-
The motivation for this library came from the fact that the existing Winforms Screen.cs is weak.
108

11-
First of all, it's missing a lot of functionality.
12-
Second of all, it does not show "latest" information.
9+
##The MIT License
1310

14-
The other option is to use pInvoke, but that's madness, since if you want to extend monitor
15-
on XP, you need to do a lot of non-sense. At the same time, extending monitors on windows7/8 is completely
16-
another issue.
11+
Copyright (c) 2013-2014 Erti-Chris Eelmaa
12+
13+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
14+
15+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0 commit comments

Comments
 (0)