ADVERTISEMENT

Tintin and Popeye the Sailor Man enter the public domain

How the public can now use these characters freely

Published Dec 27, 2024 01:17 pm

At A Glance

  • For a struggling filmmaker running low on ideas, public domain is all we have for adapting books. —Lee Isaac Chung, director (<i>Minari</i>)
COVER.jpg
FREE FOR ALL E.C. Segar's Popeye the Sailor Man and Hergé’s Tintin have entered the public domain in the US due to their copyright expiring

 

Aside from celebrating the start of a new year, Jan. 1 is an important day for creators as it marks the celebration of Public Domain Day. Each year, a number of titles lose their copyright status and enters the public domain, giving anyone free reign to use the characters as they please. 

 

Last year we saw one of the biggest characters, Walt Disney’s first rendition of Mickey Mouse as portrayed in the Steamboat Willie short, become free for the public to use as they see fit. This year, iconic characters like Hergé’s Tintin and E.C. Segar’s Popeye the Sailor Man join the club.

 

Though the characters are now free to use, it’s worth noting that it’s only their original versions that are free to use. This means that you might run into trouble if you portray Popeye as the spinach-eating strongman we all know him for since this trait of his was not part of his character until 1932. Tintin might also be troublesome to get around unless you reside in the US since the European Union’s copyright laws have the curious reporter’s rights held until the 2050s. Each country has its own version of copyright laws to adhere to, the same applies for us. In the Philippines, copyright protection for certain works can last throughout the lifetime of the author and will still remain protected until 50 years after their passing. 

 

3.jpg
HOLLYWOOD ICONS Metro-Goldwyn-Mayer's The Hollywood Revue of 1929 showcases a number of early Hollywood stars and contains an ensemble performance of 'Singin' in the Rain'

 

Other notable works set to join the public domain are literary classics like Ernest Hemingway’s A Farewell to Arms, Agatha Christie’s Seven Dials Mystery, and the first English translation of the German novel All Quiet on the Western Front. Joining these notable works as well are a number of films from 1929, an exciting year for cinema as it led to the start of the “talkies” era when sound production for movies started to make its way into the norm. Viewers can now freely enjoy the first Marx Brothers film The Cocoanuts, Academy Award-winning film The Broadway Melody, Alfred Hitchcock’s first sound film Blackmail, and The Hollywood Revue of 1929, which contains the well-known “Singin’ in the Rain” track. A few more animated works by Walt Disney and Ub Iwerk also join the public domain, including Mickey Mouse’s first talking appearance in The Karnival Kid and the Silly Symphonies short The Skeleton Dance. Jazz enthusiasts will also be delighted to find George Gershwin’s “Rhapsody in Blue,” Clarence Williams’ Blue Five recording of “Everybody Loves My Baby (But My Baby Don’t Love Nobody But Me),” which includes a young Louis Armstrong on the sax, Clara Smith’s “Deep Sea Blues,” and Ray Miller’s “Mama’s Gone, Good Bye.” Finally for art, an exciting number of surrealist artist Salvador Dali’s works like The Great Masturbator, The Accommodations of Desire, and Illumined Pleasures are set to be public domain.

 

4.jpg
ANIMATION MASTERPIECE A fresh batch of Walt Disney and Ub Iwerk's earliest animation works like the Silly Symphonie's The Skeleton Dance join the copyright-free club

 

As we celebrate the beginning of 2025, may this also spark a new wave of artists inspired by works from the past to improve upon and take these works to higher levels. By celebrating the public domain, we allow the legacy of many artists who have since passed to be remembered and celebrated by all.   

Related Tags

Metro-Goldwyn-Meyer Studios Lifestyle public domain Poch Eulalia Popeye the Sailor Man Arts and Culture Tintin
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.