commit
9cc4c7dd67
@ -15,7 +15,7 @@ snippet lorem
|
|||||||
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
|
||||||
snippet GPL2
|
snippet GPL2
|
||||||
${1:One line to give the program's name and a brief description.}
|
${1:One line to give the program's name and a brief description.}
|
||||||
Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -32,7 +32,7 @@ snippet GPL2
|
|||||||
${0}
|
${0}
|
||||||
snippet LGPL2
|
snippet LGPL2
|
||||||
${1:One line to give the program's name and a brief description.}
|
${1:One line to give the program's name and a brief description.}
|
||||||
Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or modify
|
This library is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Lesser General Public License as published
|
it under the terms of the GNU Lesser General Public License as published
|
||||||
@ -49,7 +49,7 @@ snippet LGPL2
|
|||||||
${0}
|
${0}
|
||||||
snippet GPL3
|
snippet GPL3
|
||||||
${1:one line to give the program's name and a brief description.}
|
${1:one line to give the program's name and a brief description.}
|
||||||
Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -66,7 +66,7 @@ snippet GPL3
|
|||||||
${0}
|
${0}
|
||||||
snippet LGPL3
|
snippet LGPL3
|
||||||
${1:One line to give the program's name and a brief description.}
|
${1:One line to give the program's name and a brief description.}
|
||||||
Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
|
|
||||||
This library is free software; you can redistribute it and/or modify
|
This library is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Lesser General Public License as published
|
it under the terms of the GNU Lesser General Public License as published
|
||||||
@ -83,7 +83,7 @@ snippet LGPL3
|
|||||||
${0}
|
${0}
|
||||||
snippet AGPL3
|
snippet AGPL3
|
||||||
${1:one line to give the program's name and a brief description.}
|
${1:one line to give the program's name and a brief description.}
|
||||||
Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as
|
it under the terms of the GNU Affero General Public License as
|
||||||
@ -109,7 +109,7 @@ snippet GMGPL linking exception
|
|||||||
${0}
|
${0}
|
||||||
snippet BSD2
|
snippet BSD2
|
||||||
${1:one line to give the program's name and a brief description}
|
${1:one line to give the program's name and a brief description}
|
||||||
Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
@ -138,7 +138,7 @@ snippet BSD2
|
|||||||
${0}
|
${0}
|
||||||
snippet BSD3
|
snippet BSD3
|
||||||
${1:one line to give the program's name and a brief description}
|
${1:one line to give the program's name and a brief description}
|
||||||
Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
@ -165,7 +165,7 @@ snippet BSD3
|
|||||||
${0}
|
${0}
|
||||||
snippet BSD4
|
snippet BSD4
|
||||||
${1:one line to give the program's name and a brief description}
|
${1:one line to give the program's name and a brief description}
|
||||||
Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
@ -195,7 +195,7 @@ snippet BSD4
|
|||||||
${0}
|
${0}
|
||||||
snippet MIT
|
snippet MIT
|
||||||
${1:one line to give the program's name and a brief description}
|
${1:one line to give the program's name and a brief description}
|
||||||
Copyright (C) `strftime("%Y")` ${2:`g:snips_author`}
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
a copy of this software and associated documentation files (the "Software"),
|
a copy of this software and associated documentation files (the "Software"),
|
||||||
@ -261,3 +261,19 @@ snippet MPL2
|
|||||||
License, v. 2.0. If a copy of the MPL was not distributed with this
|
License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||||
${0}
|
${0}
|
||||||
|
snippet AGPL
|
||||||
|
${1:One line to give the program's name and a brief description.}
|
||||||
|
Copyright `&enc[:2] == "utf" ? "©" : "(c)"` `strftime("%Y")` ${2:`g:snips_author`}
|
||||||
|
|
||||||
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
it under the terms of the GNU Affero General Public License as
|
||||||
|
published by the Free Software Foundation, either version 3 of the
|
||||||
|
License, or (at your option) any later version.
|
||||||
|
|
||||||
|
This program 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 Affero General Public License for more details.
|
||||||
|
|
||||||
|
You should have received a copy of the GNU Affero General Public License
|
||||||
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
Loading…
Reference in New Issue
Block a user