Update copyright header
This commit is contained in:
parent
e380b80559
commit
e075e4fbd5
1 changed files with 4 additions and 4 deletions
8
akshara
8
akshara
|
@ -1,20 +1,20 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright (C) 2023 Rudra Saraswat
|
||||
#
|
||||
# This file is part of blend.
|
||||
# This file is part of akshara.
|
||||
#
|
||||
# blend is free software: you can redistribute it and/or modify
|
||||
# akshara is free software: you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation, either version 3 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# blend is distributed in the hope that it will be useful,
|
||||
# akshara is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with blend. If not, see <http://www.gnu.org/licenses/>.
|
||||
# along with akshara. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
import os
|
||||
|
|
Loading…
Reference in a new issue