Changeset 802792
- Timestamp:
- 11/11/2013 10:50:14 PM (12 years ago)
- File:
-
- 1 edited
-
libravatar-replace/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libravatar-replace/trunk/readme.txt
r796325 r802792 57 57 * François Marier (For his hard work in the Libravatar project and his bug fixes) 58 58 59 == License Info == 60 61 Libravatar Replace is dual licensed under ISC license. It also uses 62 some code under separate licenses 63 64 = Libravatar Replace = 65 66 This license covers the difference between Libravatar and Libravatar Replace 67 68 Copyright © 2013 Christian Archer 69 70 Permission to use, copy, modify, and/or distribute this software 71 for any purpose with or without fee is hereby granted, provided 72 that the above copyright notice and this permission notice appear 73 in all copies. 74 75 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL 76 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 77 WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL 78 THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, 79 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING 80 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 81 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 82 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 83 84 = Libravatar = 85 86 Libravatar Replace is heavily based on the earlier Libravatar plugin 87 88 Copyright (c) 2011, Gabriel Hautclocq 89 90 Permission to use, copy, modify, and/or distribute this software 91 for any purpose with or without fee is hereby granted, provided 92 that the above copyright notice and this permission notice appear 93 in all copies. 94 95 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL 96 WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED 97 WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL 98 THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, 99 OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING 100 FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, 101 NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION 102 WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 103 104 = Build System = 105 106 Build system is a tool to place the plugin's files to the correct directories 107 of the SVN repo. It's a separate product that's licensed under Apache License 108 and can be modified to use with any other plugin 109 110 Copyright © 2013 Christian Archer 111 112 Licensed under the Apache License, Version 2.0 (the "License"); 113 you may not use this file except in compliance with the License. 114 You may obtain a copy of the License at 115 116 http://www.apache.org/licenses/LICENSE-2.0 117 118 Unless required by applicable law or agreed to in writing, software 119 distributed under the License is distributed on an "AS IS" BASIS, 120 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 121 See the License for the specific language governing permissions and 122 limitations under the License. 123 124 = Services_Libravatar = 125 126 The major component of the plugin is Services_Libravatar PHP library 127 128 The MIT License 129 130 Copyright (c) 2011 Services_Libravatar committers. 131 132 Permission is hereby granted, free of charge, to any person obtaining a copy 133 of this software and associated documentation files (the "Software"), to deal 134 in the Software without restriction, including without limitation the rights 135 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 136 copies of the Software, and to permit persons to whom the Software is 137 furnished to do so, subject to the following conditions: 138 139 The above copyright notice and this permission notice shall be included in 140 all copies or substantial portions of the Software. 141 142 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 143 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 144 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 145 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 146 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 147 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 148 THE SOFTWARE. 149 150 = Composer = 151 152 The build system uses Composer to make the plugin a complete thing 153 154 Copyright (c) 2011 Nils Adermann, Jordi Boggiano 155 156 Permission is hereby granted, free of charge, to any person obtaining a copy 157 of this software and associated documentation files (the "Software"), to deal 158 in the Software without restriction, including without limitation the rights 159 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 160 copies of the Software, and to permit persons to whom the Software is furnished 161 to do so, subject to the following conditions: 162 163 The above copyright notice and this permission notice shall be included in all 164 copies or substantial portions of the Software. 165 166 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 167 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 168 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 169 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 170 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 171 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN 172 THE SOFTWARE. 173 59 174 == Changelog == 175 176 = 2.0.4.1 = 177 * Add a readme inside the build system 178 * Add a section for license data 60 179 61 180 = 2.0.4 =
Note: See TracChangeset
for help on using the changeset viewer.