'Creative Commons (BY)', 'url' => 'http://creativecommons.org/licenses/by/3.0/', 'descr' => 'This license lets others distribute, remix, tweak, and build ' .'upon your work, even commercially, as long as they credit you ' .'for the original creation. This is the most accommodating of ' .'licenses offered. Recommended for maximum dissemination and ' .'use of licensed materials.', 'visible' => 1 ), array( 'name' => 'Creative Commons (BY-SA)', 'url' => 'http://creativecommons.org/licenses/by-sa/3.0/', 'descr' => 'This license lets others remix, tweak, and build upon your ' .'work even for commercial purposes, as long as they credit you ' .'and license their new creations under the identical terms. This ' .'license is often compared to “copyleft” free and open source ' .'software licenses. All new works based on yours will carry the ' .'same license, so any derivatives will also allow commercial ' .'use. This is the license used by Wikipedia, and is recommended ' .'for materials that would benefit from incorporating content ' .'from Wikipedia and similarly licensed projects.', 'visible' => 1 ), array( 'name' => 'Creative Commons (BY-ND)', 'url' => 'http://creativecommons.org/licenses/by-nd/3.0/', 'descr' => 'This license allows for redistribution, commercial and ' .'non-commercial, as long as it is passed along unchanged and in ' .'whole, with credit to you.', 'visible' => 1 ), array( 'name' => 'Creative Commons (BY-NC)', 'url' => 'http://creativecommons.org/licenses/by-nc/3.0/', 'descr' => 'This license lets others remix, tweak, and build upon your ' .'work non-commercially, and although their new works must also ' .'acknowledge you and be non-commercial, they don’t have to ' .'license their derivative works on the same terms.', 'visible' => 1 ), array( 'name' => 'Creative Commons (BY-NC-SA)', 'url' => 'http://creativecommons.org/licenses/by-nc-sa/3.0/', 'descr' => 'This license lets others remix, tweak, and build upon your ' .'work non-commercially, as long as they credit you and license ' .'their new creations under the identical terms.', 'visible' => 1 ), array( 'name' => 'Creative Commons (BY-NC-ND)', 'url' => 'http://creativecommons.org/licenses/by-nc-nd/3.0/', 'descr' => 'This license is the most restrictive of our six main licenses, ' .'only allowing others to download your works and share them with ' .'others as long as they credit you, but they can’t change them ' .'in any way or use them commercially.', 'visible' => 1 ) ); mass_inserts( $prefixeTable.'copyrights_admin', array_keys($inserts[0]), $inserts ); } ?>