Skip to content

Commit ce95c50

Browse files
authored
Dedicate to the public domain
1 parent 383c38e commit ce95c50

File tree

1 file changed

+7
-23
lines changed

1 file changed

+7
-23
lines changed

map.h

Lines changed: 7 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,13 @@
11
/*
2-
* Copyright (C) 2012 William Swanson
2+
* Created by William Swanson in 2012.
33
*
4-
* Permission is hereby granted, free of charge, to any person
5-
* obtaining a copy of this software and associated documentation
6-
* files (the "Software"), to deal in the Software without
7-
* restriction, including without limitation the rights to use, copy,
8-
* modify, merge, publish, distribute, sublicense, and/or sell copies
9-
* of the Software, and to permit persons to whom the Software is
10-
* furnished to do so, subject to the following conditions:
4+
* I, William Swanson, dedicate this work to the public domain.
5+
* I waive all rights to the work worldwide under copyright law,
6+
* including all related and neighboring rights,
7+
* to the extent allowed by law.
118
*
12-
* The above copyright notice and this permission notice shall be
13-
* included in all copies or substantial portions of the Software.
14-
*
15-
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
16-
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
17-
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
18-
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY
19-
* CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
20-
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
21-
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22-
*
23-
* Except as contained in this notice, the names of the authors or
24-
* their institutions shall not be used in advertising or otherwise to
25-
* promote the sale, use or other dealings in this Software without
26-
* prior written authorization from the authors.
9+
* You can copy, modify, distribute and perform the work,
10+
* even for commercial purposes, all without asking permission.
2711
*/
2812

2913
#ifndef MAP_H_INCLUDED

0 commit comments

Comments
 (0)