Store the copyright information in UTF-8 directly
This commit is contained in:
parent
40a2cbe860
commit
4540406736
|
@ -1,6 +1,6 @@
|
|||
/* $Id$ */
|
||||
static char const _copyright[] =
|
||||
"Copyright (c) 2011-2013 Pierre Pronchery <khorben@defora.org>";
|
||||
"Copyright © 2011-2013 Pierre Pronchery <khorben@defora.org>";
|
||||
/* This file is part of DeforaOS Desktop Coder */
|
||||
static char const _license[] =
|
||||
"This program is free software: you can redistribute it and/or modify\n"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* $Id$ */
|
||||
static char const _gdeasm_copyright[] =
|
||||
"Copyright (c) 2011-2013 Pierre Pronchery <khorben@defora.org>";
|
||||
"Copyright © 2011-2013 Pierre Pronchery <khorben@defora.org>";
|
||||
static char const _gdeasm_license[] =
|
||||
"Redistribution and use in source and binary forms, with or without\n"
|
||||
"modification, are permitted provided that the following conditions\n"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* $Id$ */
|
||||
static char const _copyright[] =
|
||||
"Copyright (c) 2013 Pierre Pronchery <khorben@defora.org>";
|
||||
"Copyright © 2013 Pierre Pronchery <khorben@defora.org>";
|
||||
/* This file is part of DeforaOS Desktop Coder */
|
||||
static char const _license[] =
|
||||
"This program is free software: you can redistribute it and/or modify\n"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* $Id$ */
|
||||
static char const _copyright[] =
|
||||
"Copyright (c) 2013 Pierre Pronchery <khorben@defora.org>";
|
||||
"Copyright © 2013 Pierre Pronchery <khorben@defora.org>";
|
||||
/* This file is part of DeforaOS Desktop Coder */
|
||||
static char const _license[] =
|
||||
"This program is free software: you can redistribute it and/or modify\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user