Free cookie consent management tool by TermsFeed Policy Generator

source: misc/tools/HL3Snippets/HL3.License.snippet @ 17247

Last change on this file since 17247 was 17247, checked in by abeham, 5 years ago

updated license snippet

File size: 1.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
3  <CodeSnippet Format="1.0.0">
4    <Header>
5      <Title>HL3.License</Title>
6      <Author>Andreas Beham</Author>
7      <Description>Inserts the GPL license</Description>
8      <HelpUrl>https://dev.heuristiclab.com/trac/hl/core/wiki/DevelopersCodeSnippets</HelpUrl>
9      <SnippetTypes>
10        <SnippetType>Expansion</SnippetType>
11      </SnippetTypes>
12      <Keywords />
13      <Shortcut>hl3License</Shortcut>
14    </Header>
15    <Snippet>
16      <References />
17      <Imports />
18      <Declarations>
19      </Declarations>
20      <Code Language="csharp" Kind="" Delimiter="$"><![CDATA[#region License Information
21/* HeuristicLab
22 * Copyright (C) Heuristic and Evolutionary Algorithms Laboratory (HEAL)
23 *
24 * This file is part of HeuristicLab.
25 *
26 * HeuristicLab is free software: you can redistribute it and/or modify
27 * it under the terms of the GNU General Public License as published by
28 * the Free Software Foundation, either version 3 of the License, or
29 * (at your option) any later version.
30 *
31 * HeuristicLab is distributed in the hope that it will be useful,
32 * but WITHOUT ANY WARRANTY; without even the implied warranty of
33 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34 * GNU General Public License for more details.
35 *
36 * You should have received a copy of the GNU General Public License
37 * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
38 */
39#endregion]]></Code>
40    </Snippet>
41  </CodeSnippet>
42</CodeSnippets>
Note: See TracBrowser for help on using the repository browser.