Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/en/blog/2020/20201123-ncsoft-compliance-book/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2020-11-23
title: "Open Source Compliance in the Enterprise"
linkTitle: "Open Source Compliance in the Enterprise"
slug: ncsoft-compliance-book
description: "NCSOFT summarized the Open Source Compliance in the Enterprise book and released it on GitHub for anyone to read."
author: Jiho Han ([@PeterHanJiho](https://github.com/PeterHanJiho))
categories: ["blog"]
Expand All @@ -11,6 +12,8 @@ resources:
title: "Image #:counter"
params:
byline: "Photo: Jiho Han / CC-BY-CA"
aliases:
- /blog/2020/11/23/open-source-compliance-in-the-enterprise/
---

## Introducing the Open Source Compliance in the Enterprise book
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2020-11-23
title: "NCSOFT Training Material"
linkTitle: "NCSOFT Training Material"
slug: ncsoft-training-materials
description: "NCSOFT has released lecture slides and scripts, which are open source educational materials in-house, on GitHub based on the spirit of sharing open source so that anyone can use them."
author: Jiho Han ([@PeterHanJiho](https://github.com/PeterHanJiho))
categories: ["blog"]
Expand All @@ -11,6 +12,8 @@ resources:
title: "Image #:counter"
params:
byline: "Photo: Jiho Han / CC-BY-CA"
aliases:
- /blog/2020/11/23/ncsoft-training-material/
---

[NCSOFT](https://global.ncsoft.com/) has released lecture slides and scripts, which are open source educational materials in-house, on [GitHub](https://github.com/ncsoft/oss-basic-training) based on the spirit of sharing open source so that anyone can use them.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2020-11-24
title: "Kakao Training Material"
linkTitle: "Kakao Training Material"
slug: kakao-training-materials
description: "Kakao has released open source educational materials for in-house developers so that anyone can read it."
author: Robin Hwang ([@revfactory](https://github.com/revfactory)
categories: ["blog"]
Expand All @@ -11,6 +12,8 @@ resources:
title: "Image #:counter"
params:
byline: "Photo: Robin Hwang"
aliases:
- /blog/2020/11/24/kakao-training-material/
---

The open source technology part of [Kakao](https://www.kakaocorp.com/) has released open source educational materials for in-house developers so that anyone can read it.
Expand Down
3 changes: 3 additions & 0 deletions content/en/blog/2020/20201216-iso-standard-openchain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2020-12-16
title: "ISO Standard, OpenChain"
linkTitle: "ISO Standard"
slug: iso-standard-openchain
description: "The International Standard For Open Source Compliance"
author: OpenChain Project
categories: ["blog"]
Expand All @@ -11,6 +12,8 @@ resources:
title: "Image #:counter"
params:
byline: "Photo: OpenChain Project"
aliases:
- /blog/2020/12/16/iso-standard-openchain/
---

![featured-cover](featured-openchain-logo.png)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
date: 2021-01-14
title: "Opensource license used by IT Companies"
linkTitle: "Opensource license used by IT Companies"
slug: opensource-license-used-by-it-companies
description: "Share the usage of the Opensource by major IT companies"
author: Robin Hwang ([@revfactory](https://github.com/revfactory))
resources:
- src: "**.{png,jpg}"
title: "Image #:counter"
params:
byline: "Photo: Robin Hwang"
aliases:
- /blog/2021/01/14/opensource-license-used-by-it-companies/
---

## EPAM, Github Activity Ranking and License Status by Enterprise in 2020 (OSCI)
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2021/20210328-ElasticLicense/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2021-03-28
title: "Elastic License 2.0 and the Evolution of Open Source Licensing"
linkTitle: "Elastic License 2.0"
slug: elastic-license
description: "Explains the background behind the drafting of Elastic License 2.0"
author: Haksung Jang ([@haksungjang](https://haksungjang.github.io/)) / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2021/20210418-ospo-definition/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2021-04-18
title: "What Is an OSPO?"
linkTitle: "What Is an OSPO?"
slug: ospo-definition
description: "The definition and guide for the OSPO<sub>Open Source Program Office</sub>"
author: Haksung Jang ([@haksungjang](https://haksungjang.github.io/)) / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2021/20210504-dockerfiles/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2021-05-04
title: "Distribution of Dockerfiles: Who Is Responsible for Compliance?"
linkTitle: "Distribution of Dockerfiles"
slug: dockerfiles
description: "Distribution of Dockerfiles: Who is responsible for FOSS Licence Compliance?"
author: Haksung Jang ([@haksungjang](https://haksungjang.github.io/)) / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2021-08-01
title: "Does GPLv2 Also Require Installation Information?"
linkTitle: "Does GPLv2 Also Require Installation Information?"
slug: gplv2-installation-information
description: "Explains the author's analysis of whether GPLv2 also requires installation information."
author: Original author - P. McCoy Smith, Translation - Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2021/20211115-VirtualApp_GPL/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2021-11-15
title: "China's First GPL Lawsuit Case: VirtualApp"
linkTitle: "China's First GPL Lawsuit Case"
slug: virtualapp-gpl
description: "Defendant ordered to pay the plaintiff RMB 500,000 in damages for violating the GPL"
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2021-11-23
title: "NIPA Publishes Four Guides for Using Open Source Software"
linkTitle: "NIPA Open Source Guides"
slug: nipa-opensource-guide
description: "The National IT Industry Promotion Agency (NIPA) has published four 'NIPA Open Source Software Guides' to help enterprises, institutions, and organizations use open source software safely."
author: Robin Hwang ([@revfactory](https://github.com/revfactory))
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2021/20211212-log4shell/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2021-12-12
title: "The Log4j 2 Security Vulnerability Incident (Log4Shell)"
linkTitle: "Log4Shell RCE"
slug: log4shell
description: "A summary of the open source security issue known as Log4Shell."
author: Robin Hwang ([@revfactory](https://github.com/revfactory))
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2021/20211220-SaaS_Compliance/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2021-12-20
title: "Is Open Source Compliance Necessary Even When Providing a Service as SaaS?"
linkTitle: "SaaS and Compliance"
slug: saas-compliance
description: "Open Source Compliance for SaaS Vendors"
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2022-02-14
title: "Can I Use a Publicly Available Dataset to Build a Commercial AI Service?"
linkTitle: "Can I Use a Publicly Available Dataset to Build a Commercial AI Service?"
slug: ai-dataset-copyright
description: "Can I use this publicly available dataset to build commercial AI software?"
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2022/20220403_innersource/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2022-04-03
title: "Challenges and Effects of Adopting InnerSource"
linkTitle: "Challenges and Effects of Adopting InnerSource"
slug: innersource
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2022/20220614_sfc_vizio/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2022-06-14
title: "A Quick Look at the SFC v. Vizio Ruling"
linkTitle: "A Quick Look at the SFC v. Vizio Ruling"
slug: sfc-vizio
description: Let's look at the background and issues of the SFC and Vizio GPL lawsuit.
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2022/20220930_akka_license_change/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2022-09-30
title: "Akka Is No Longer Open Source."
linkTitle: "Akka Is No Longer Open Source."
slug: akka-license-change
description: Akka's license, which was Apache-2.0, changed from version 2.7 to the Business Source License, which companies can no longer use for free.
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2023/20230313_anaconda_miniforge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2023-03-13
title: "Buy Anaconda If You Use It. If Not, Use conda-forge!"
linkTitle: "Buy Anaconda If You Use It. If Not, Use conda-forge!"
slug: anaconda-miniforge
description: To use Anaconda for commercial purposes, you must purchase a paid version. A developer at a company with 200 or more employees using Anaconda counts as commercial use.
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2023/20230327_openchain_project/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2023-03-28
title: "Effective Corporate Open Source Management (1): The OpenChain Project for Global Collaboration"
linkTitle: "Effective Corporate Open Source Management (1): The OpenChain Project for Global Collaboration"
slug: openchain-project
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2023/20230403_openchain_kwg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2023-04-03
title: "Effective Open Source Management Practices for Companies (2): OpenChain Korea Work Group"
linkTitle: "Effective Open Source Management Practices for Companies (2): OpenChain Korea Work Group"
slug: openchain-kwg
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
resources:
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2023/20230405_offline_checklist/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2023-04-05
title: "Checklist for Preparing an In-Person Meeting"
linkTitle: "Checklist for Preparing an In-Person Meeting"
slug: offline-checklist
description: "A checklist of what's needed to prepare an in-person OpenChain Korea Workgroup meeting."
author: Seoyeon Lee / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2024-02-19
title: "French Court Orders Major Telecom Orange to Pay Damages for GPL Violation"
linkTitle: "French Court Orders Major Telecom Orange to Pay Damages for GPL Violation"
slug: orange-lasso
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
3 changes: 2 additions & 1 deletion content/en/blog/2024/20240906_elastic_agpl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2024-09-06
title: "Elasticsearch Changes Its License Again: How Should Companies Respond?"
linkTitle: "Elasticsearch License Change"
slug: elastic-agpl
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down Expand Up @@ -31,7 +32,7 @@ Elasticsearch initially used the Apache 2.0 license, but in January 2021 Elastic

Elastic License 2.0 discloses source code but restricts its use in commercial cloud services, and was used as a means of protecting Elastic's technical assets. In response, AWS started the [OpenSearch](https://opensearch.org/) project and kept the Apache 2.0 license.

This was covered in detail in a previous blog post, "**[Elastic License 2.0 and the Evolving Open Source License](https://openchain-project.github.io/OpenChain-KWG/blog/2021/03/28/elastic-license-2.0-%EA%B7%B8%EB%A6%AC%EA%B3%A0-%EC%A7%84%ED%99%94%ED%95%98%EB%8A%94-%EC%98%A4%ED%94%88%EC%86%8C%EC%8A%A4-%EB%9D%BC%EC%9D%B4%EC%84%A0%EC%8A%A4/)."
This was covered in detail in a previous blog post, "**[Elastic License 2.0 and the Evolving Open Source License](https://openchain-project.github.io/OpenChain-KWG/blog/2021/03/28/elastic-license/)."

### 1.2 Elastic License 2.0 Is Not an Open Source License
However, Elastic License 2.0 was not an open source license recognized by the **Open Source Initiative (OSI)**. This sparked controversy in the open source community. Elastic's decision created tension between the free use of open source and commercial interests, and became an occasion for companies to raise their awareness of licensing issues when adopting open source.
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2024/20240906_spdx_30/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2024-09-06
title: "Introduction to SPDX 3.0 and Enterprise Adoption Strategy"
linkTitle: "SPDX 3.0 Enterprise Adoption Strategy"
slug: spdx-30
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2024/20240923_gpl_opennwrt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2024-09-23
title: "A Chinese Copyright Infringement Case: \"Since GPL-Based Software Products Already Have an Obligation to Disclose Source Anyway, Isn't It Fine to Copy Them?\""
linkTitle: "A Chinese Copyright Infringement Case"
slug: gpl-openwrt
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2024/20241106_germany_ai_lawsuit/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2024-11-06
title: "To Mine or Not To Mine: A German Court's Ruling on the Copyright Dilemma of the AI Era"
linkTitle: "German Court's AI Copyright Ruling"
slug: germany-ai-lawsuit
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2024/20241112_eu_regulation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2024-11-12
title: "Key Points of the EU's Three Major Digital Regulations That Korean Software Companies Need to Know"
linkTitle: "Key Points of the EU's Three Major Digital Regulations"
slug: eu-regulation
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2024/20241223_oracle_rimini/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2024-12-23
title: "What the Oracle v. Rimini Street Case Tells Us About the Scope of GPL Derivative Works"
linkTitle: "Oracle v. Rimini Street Case"
slug: oracle-rimini
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
license: Apache-2.0
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2025/20250113_LGPL_AVM/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2025-01-13
title: "The AVM Lawsuit: Revisiting LGPL-2.1 User Rights and the Obligation to Provide Installation Information"
linkTitle: "The AVM Lawsuit: Revisiting LGPL-2.1 User Rights and the Obligation to Provide Installation Information"
slug: lgpl-avm
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2026/20260220_ffmpeg/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ date: 2026-02-20
lastmod: 2026-07-23
title: "Rockchip and FFmpeg: A License Dispute Case Study"
linkTitle: "Rockchip and FFmpeg: A License Dispute Case Study"
slug: ffmpeg
description:
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2026/20260518_eu-cra/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ date: 2026-05-18
lastmod: 2026-06-10
title: "EU Cyber Resilience Act (CRA) Vulnerability Reporting Obligations — A Research Report for the 2026-09-11 Compliance Date"
linkTitle: "EU CRA Vulnerability Reporting Obligations"
slug: eu-cra
description: The EU Cyber Resilience Act (CRA) brings its Article 14 reporting obligations into force on September 11, 2026. This article draws primarily on primary sources to lay out how Korean companies should prepare for the 24-hour, 72-hour, and 14-day notification deadlines, along with SBOM and conformity assessment requirements.
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
3 changes: 3 additions & 0 deletions content/en/blog/2026/20260608_ai_snippet_scan/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2026-06-08
title: "AI-Generated Code: How Far Should Open-Source Scanning Go?"
linkTitle: "AI Code and Snippet Scanning"
slug: ai-snippet-scan
description: >-
Whether AI-generated code needs snippet-level open-source license scanning — the decision factors, grounded in public sources, and how this differs from security-vulnerability scanning.
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
Expand All @@ -12,6 +13,8 @@ resources:
title: "Image #:counter"
params:
byline: ""
aliases:
- /blog/2026/06/08/ai-generated-code-how-far-should-open-source-scanning-go/
---


Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2026/20260609_eu-oss-strategy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ date: 2026-06-09
lastmod: 2026-06-10
title: "The EU Open Source Strategy: Institutionalizing Open Source for Tech Sovereignty"
linkTitle: "EU Open Source Strategy"
slug: eu-oss-strategy
description: An analysis of the EU Open Source Strategy (COM(2026) 503), published by the European Commission on June 3, 2026, based on primary sources. Covers the four objectives, the seven-year EUR 2 billion mobilization, the governance structure, civil-society criticism, and implications for Korean public-sector and enterprise practice.
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
1 change: 1 addition & 0 deletions content/en/blog/2026/20260610_us-ai-eo-ospo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2026-06-10
title: "What the US AI Executive Order (2026-06-02) Means for Enterprise Open Source Managers"
linkTitle: "US AI Executive Order and Open Source Management"
slug: us-ai-eo-ospo
description: An analysis of the US AI executive order signed on June 2, 2026, based on primary sources. Covers what the AI Cybersecurity Clearinghouse and the voluntary frontier model framework mean for enterprise open source managers, how they contrast with the EU CRA's mandatory reporting, and what to do now versus what to watch.
author: Haksung Jang / [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
categories: ["blog"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
date: 2026-08-09
title: "CISA 2026 SBOM Minimum Elements: What to Prepare and Which Tools Fill the Gaps"
linkTitle: "CISA 2026 SBOM Minimum Elements"
slug: cisa-sbom-minimum-elements
description: >-
An analysis of the revised SBOM minimum elements published on July 29, 2026 by CISA and
17 other agencies. The data fields grew from 7 to 17, and licensing entered the minimum
Expand All @@ -15,6 +16,8 @@ resources:
title: "Image #:counter"
params:
byline: ""
aliases:
- /blog/2026/08/09/cisa-2026-sbom-minimum-elements-what-to-prepare-and-which-tools-fill-the-gaps/
---

{{% alert color="info" %}}
Expand Down
3 changes: 3 additions & 0 deletions content/en/blog/news/20210614-devocean/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
date: 2021-06-14
title: "SK텔레콤, 개발자와 소통하는 커뮤니티 ‘DEVOCEAN’ 론칭"
slug: devocean
description: "SK ICT 패밀리사 개발자와 외부 개발자 간 소통 채널<br>
ICT 지식 공유 및 문답·멘토링 제공<br>
외부강연 통해 양방향 교류 촉진"
Expand All @@ -10,6 +11,8 @@ resources:
title: "Image #:counter"
params:
byline: "SK텔레콤"
aliases:
- /blog/2021/06/14/sk텔레콤-개발자와-소통하는-커뮤니티-devocean-론칭/
---

SK텔레콤이 스타트업·대학 등 외부 개발자들과 소통하는 오픈 커뮤니티를 론칭하며 SK의 ICT 역량을 적극 공유에 나선다.
Expand Down
3 changes: 3 additions & 0 deletions content/en/blog/news/20210628-fosslight/index.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
---
date: 2021-06-28
title: "오픈소스SW 관리 툴 ‘포스라이트’ 공개한 LG전자, “글로벌 표준 거듭나겠다”"
slug: fosslight
description: ""
author: 디지털데일리 백지영 기자
resources:
- src: "**.{png,jpg,jpeg}"
title: "Image #:counter"
params:
byline: "백지영 기자"
aliases:
- /blog/2021/06/28/오픈소스sw-관리-툴-포스라이트-공개한-lg전자-글로벌-표준-거듭나겠다/
---

최근 LG전자가 자체 개발해 2014년부터 운영해오고 있는 오픈소스 SW관리 도구인 ‘포스라이트(FOSSLight ; Free and Open Source Software Light)’를 공개해 주목을 받고 있다.
Expand Down
Loading