1: /*
2: ================================================================================
3: RPL/2 (R) version 4.1.36
4: Copyright (C) 1989-2025 Dr. BERTRAND Joël
5:
6: This file is part of RPL/2.
7:
8: RPL/2 is free software; you can redistribute it and/or modify it
9: under the terms of the CeCILL V2 License as published by the french
10: CEA, CNRS and INRIA.
11:
12: RPL/2 is distributed in the hope that it will be useful, but WITHOUT
13: ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14: FITNESS FOR A PARTICULAR PURPOSE. See the CeCILL V2 License
15: for more details.
16:
17: You should have received a copy of the CeCILL License
18: along with RPL/2. If not, write to info@cecill.info.
19: ================================================================================
20: */
21:
22:
23: #ifndef INCLUSION_COPYRIGHT
24: # define INCLUSION_COPYRIGHT
25:
26: unsigned char copyright[] =
27: "\n"
28: " Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,\n"
29: " 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,\n"
30: " 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021,\n"
31: " 2022, 2023, 2024, 2025 BERTRAND Joël\n"
32: "\n"
33: " Tous droits réservés pour tous pays";
34:
35: unsigned char copyright_anglais[] =
36: "\n"
37: " Copyright (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998,\n"
38: " 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,\n"
39: " 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021,"
40: " 2022, 2023, 2024, 2025 BERTRAND Joël\n"
41: "\n"
42: " All rights reserved worldwide";
43:
44: #endif
45:
46: // vim: ts=4
CVSweb interface <joel.bertrand@systella.fr>