summaryrefslogtreecommitdiffstats
path: root/lib/bb/COW.py
AgeCommit message (Collapse)Author
2007-01-23Add proper GPLv2 headers to all BitBake files (from trunk)Marcin Juszkiewicz
- BitBake trunk is now GPLv2 only, no mix of MIT, FreeBSD License is left. - Update GPL headers to point to the correct address of the FSF - Update the list of authors. Uli Luckas, Seb Frankengul and Tim Amsell contributed to the sourcecode as well
2006-04-24Delete now works. Other cleanup and fixes.Tim Ansell
2006-04-24Degrades to copy on mutable types - Cheap is the mutable types are already COW.Tim Ansell
2006-04-21COW example...Tim Ansell