Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
4813 Akyltist 1
;****************************************************************************************************|
2
; Program Personal - Персонализация внешнего вида ОС (c) Sergei Steshin (Akyltist)                   |
3
;----------------------------------------------------------------------------------------------------|
4
;; Charset:DOS-866 Font:Courier New Size:9pt                                                         |
5
;.....................................................................................................
6
;; compiler:     FASM 1.69.31                                                                        |
7
;; version:      0.1.0                                                                               |
8
;; last update:  10/04/2014                                                                          |
9
;; e-mail:       dr.steshin@gmail.com                                                                |
10
;.....................................................................................................
11
;; History:                                                                                          |
12
;.....................................................................................................
13
;; All rights reserved.                                                                              |
14
;;                                                                                                   |
15
;; Redistribution and use in source and binary forms, with or without modification, are permitted    |
16
;; provided that the following conditions are met:                                                   |
17
;;       * Redistributions of source code must retain the above copyright notice, this list of       |
18
;;         conditions and the following disclaimer.                                                  |
19
;;       * Redistributions in binary form must reproduce the above copyright notice, this list of    |
20
;;         conditions and the following disclaimer in the documentation and/or other materials       |
21
;;         provided with the distribution.                                                           |
22
;;       * Neither the name of the  nor the names of its contributors may be used to   |
23
;;         endorse or promote products derived from this software without specific prior written     |
24
;;         permission.                                                                               |
25
;;                                                                                                   |
26
;; THIS SOFTWARE IS PROVIDED BY Sergei Steshin ''AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,      |
27
;; INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A        |
28
;; PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL  BE LIABLE FOR ANY DIRECT, |
29
;; INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED    |
30
;; TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS       |
31
;; INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT          |
32
;; LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS  |
33
;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.                                      |
34
;....................................................................................................|