Quellcode durchsuchen

starpupy: do not use utf8 coding

Nathalie Furmento vor 4 Jahren
Ursprung
Commit
00cb45574f
2 geänderte Dateien mit 2 neuen und 4 gelöschten Zeilen
  1. 1 2
      starpupy/src/setup.cfg.in
  2. 1 2
      starpupy/src/setup.py.in

+ 1 - 2
starpupy/src/setup.cfg.in

@@ -1,7 +1,6 @@
-# -*- coding: utf-8 -*-
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2020       Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
+# Copyright (C) 2020       Universit'e de Bordeaux, CNRS (LaBRI UMR 5800), Inria
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by

+ 1 - 2
starpupy/src/setup.py.in

@@ -1,7 +1,6 @@
-# -*- coding: utf-8 -*-
 # StarPU --- Runtime system for heterogeneous multicore architectures.
 #
-# Copyright (C) 2020       Université de Bordeaux, CNRS (LaBRI UMR 5800), Inria
+# Copyright (C) 2020       Universit'e de Bordeaux, CNRS (LaBRI UMR 5800), Inria
 #
 # StarPU is free software; you can redistribute it and/or modify
 # it under the terms of the GNU Lesser General Public License as published by