Skip to content

Commit

Permalink
changed copyright to match project it's in
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Feb 18, 2024
1 parent b2ad717 commit 2697689
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions port/emscripten-glfw3.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
# Copyright 2024 The Emscripten Authors. All rights reserved.
# Emscripten is available under two separate licenses, the MIT license and the
# University of Illinois/NCSA Open Source License. Both these licenses can be
# found in the LICENSE file.
# Copyright (c) 2024 pongasoft
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations under
# the License.
#
# @author Yan Pujante

import os
from typing import Dict
Expand Down

0 comments on commit 2697689

Please sign in to comment.