Replace the "encoding: utf-8" by "coding: utf-8" comments.
* Makefile.am, src/ltlast/formula.cc, src/ltlast/formula.hh, src/tgba/tgbaexplicit.hh, wrap/python/ajax/Makefile.am, wrap/python/spot.i: Here. * HACKING: Document -*- coding: utf-8 -*-.
This commit is contained in:
parent
aec556f7a2
commit
8f40fd41f4
7 changed files with 8 additions and 6 deletions
2
HACKING
2
HACKING
|
|
@ -189,6 +189,8 @@ Encoding
|
|||
|
||||
* If you edit files encoded in Latin-1 (the original default
|
||||
encoding for the project), feel free to convert them to UTF-8.
|
||||
In emacs the simplest way to convert the file is to add a comment
|
||||
with -*- coding: utf-8 -*- at the top or bottom of the file.
|
||||
|
||||
Comments
|
||||
--------
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## -*- encoding: utf-8 -*-
|
||||
## -*- coding: utf-8 -*-
|
||||
## Copyright (C) 2011, 2012 Laboratoire de Recherche et Développement
|
||||
## de l'Epita (LRDE).
|
||||
## Copyright (C) 2003, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// -*- encoding: utf-8 -*-
|
||||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et
|
||||
// Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2003, 2005 Laboratoire d'Informatique de Paris 6 (LIP6),
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// -*- encoding: utf-8 -*-
|
||||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2008, 2009, 2010, 2011, 2012 Laboratoire de Recherche
|
||||
// et Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2003, 2004, 2005 Laboratoire d'Informatique de
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// -*- encoding: utf-8 -*-
|
||||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et
|
||||
// Développement de l'Epita.
|
||||
// Copyright (C) 2003, 2004, 2006 Laboratoire d'Informatique de Paris
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
## -*- encoding: utf-8 -*-
|
||||
## -*- coding: utf-8 -*-
|
||||
## Copyright (C) 2011, 2012 Laboratoire d'Informatique de Paris 6
|
||||
## (LIP6), département Systèmes Répartis Coopératifs (SRC), Université
|
||||
## Pierre et Marie Curie.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// -*- encoding: utf-8 -*-
|
||||
// -*- coding: utf-8 -*-
|
||||
// Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche
|
||||
// et Développement de l'Epita (LRDE).
|
||||
// Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue