Index: lams_common/db/sql/insert_types_data.sql =================================================================== RCS file: /usr/local/cvsroot/lams_common/db/sql/insert_types_data.sql,v diff -u -r1.35 -r1.36 --- lams_common/db/sql/insert_types_data.sql 29 Jun 2006 04:34:27 -0000 1.35 +++ lams_common/db/sql/insert_types_data.sql 26 Jul 2006 04:49:05 -0000 1.36 @@ -89,12 +89,12 @@ INSERT INTO lams_lesson_state VALUES (6, 'ARCHIVED'); INSERT INTO lams_lesson_state VALUES (7, 'REMOVED'); -INSERT into lams_license VALUES (1, 'Attribution-Noncommercial-ShareAlike 2.5', 'by-nc-sa', 'http://creativecommons.org/licenses/by-nc-sa/2.5/', 1, '/images/license/byncsa.jpg'); -INSERT into lams_license VALUES (2, 'Other Licensing Agreement', 'other', '',0, ''); -INSERT into lams_license VALUES (3, 'Attribution-No Derivatives 2.5', 'by-nd', 'http://creativecommons.org/licenses/by-nd/2.5/',0,'/images/license/bynd.jpg'); -INSERT into lams_license VALUES (4, 'Attribution-Noncommercial-No Derivatives 2.5', 'by-nc-nd', 'http://creativecommons.org/licenses/by-nc-nd/2.5/',0, '/images/license/byncnd.jpg'); -INSERT into lams_license VALUES (5, 'Attribution-Noncommercial 2.5', 'by-nc', 'http://creativecommons.org/licenses/by-nc/2.5/',0,'/images/license/bync.jpg'); -INSERT into lams_license VALUES (6, 'Attribution-ShareAlike 2.5', 'by-sa', 'http://creativecommons.org/licenses/by-sa/2.5/',0,'/images/license/byncsa.jpg'); +INSERT into lams_license VALUES (1, 'LAMS Recommended: CC Attribution-Noncommercial-ShareAlike 2.5', 'by-nc-sa', 'http://creativecommons.org/licenses/by-nc-sa/2.5/', 1, '/images/license/byncsa.jpg'); +INSERT into lams_license VALUES (2, 'CC Attribution-No Derivatives 2.5', 'by-nd', 'http://creativecommons.org/licenses/by-nd/2.5/',0,'/images/license/bynd.jpg'); +INSERT into lams_license VALUES (3, 'CC Attribution-Noncommercial-No Derivatives 2.5', 'by-nc-nd', 'http://creativecommons.org/licenses/by-nc-nd/2.5/',0, '/images/license/byncnd.jpg'); +INSERT into lams_license VALUES (4, 'CC Attribution-Noncommercial 2.5', 'by-nc', 'http://creativecommons.org/licenses/by-nc/2.5/',0,'/images/license/bync.jpg'); +INSERT into lams_license VALUES (5, 'CC Attribution-ShareAlike 2.5', 'by-sa', 'http://creativecommons.org/licenses/by-sa/2.5/',0,'/images/license/byncsa.jpg'); +INSERT into lams_license VALUES (6, 'Other Licensing Agreement', 'other', '',0, ''); INSERT into lams_copy_type VALUES(1,'NONE'); INSERT into lams_copy_type VALUES(2,'LESSON');