Skip to content

Commit 1e11af2

Browse files
author
Juri Glass
committed
added the GPL as license
1 parent 8bde857 commit 1e11af2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1538
-5
lines changed

COPYING

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

sml/include/sml/sml.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
2+
// DAI-Labor, TU-Berlin
3+
//
4+
// This file is part of libSML.
5+
//
6+
// libSML is free software: you can redistribute it and/or modify
7+
// it under the terms of the GNU General Public License as published by
8+
// the Free Software Foundation, either version 3 of the License, or
9+
// (at your option) any later version.
10+
//
11+
// libSML is distributed in the hope that it will be useful,
12+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
// GNU General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU General Public License
17+
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
18+
119
#ifndef _SML_H
220
#define _SML_H
321

sml/include/sml/sml_attention_response.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
2+
// DAI-Labor, TU-Berlin
3+
//
4+
// This file is part of libSML.
5+
//
6+
// libSML is free software: you can redistribute it and/or modify
7+
// it under the terms of the GNU General Public License as published by
8+
// the Free Software Foundation, either version 3 of the License, or
9+
// (at your option) any later version.
10+
//
11+
// libSML is distributed in the hope that it will be useful,
12+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
// GNU General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU General Public License
17+
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
18+
119

220
#ifndef _SML_ATTENTION_RESPONSE_H
321
#define _SML_ATTENTION_RESPONSE_H

sml/include/sml/sml_boolean.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
2+
// DAI-Labor, TU-Berlin
3+
//
4+
// This file is part of libSML.
5+
//
6+
// libSML is free software: you can redistribute it and/or modify
7+
// it under the terms of the GNU General Public License as published by
8+
// the Free Software Foundation, either version 3 of the License, or
9+
// (at your option) any later version.
10+
//
11+
// libSML is distributed in the hope that it will be useful,
12+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
// GNU General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU General Public License
17+
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
18+
119
#ifndef _SML_BOOLEAN_H
220
#define _SML_BOOLEAN_H
321

sml/include/sml/sml_close_request.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
2+
// DAI-Labor, TU-Berlin
3+
//
4+
// This file is part of libSML.
5+
//
6+
// libSML is free software: you can redistribute it and/or modify
7+
// it under the terms of the GNU General Public License as published by
8+
// the Free Software Foundation, either version 3 of the License, or
9+
// (at your option) any later version.
10+
//
11+
// libSML is distributed in the hope that it will be useful,
12+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
// GNU General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU General Public License
17+
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
18+
119
#ifndef _SML_CLOSE_REQUEST_H
220
#define _SML_CLOSE_REQUEST_H
321

sml/include/sml/sml_close_response.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
2+
// DAI-Labor, TU-Berlin
3+
//
4+
// This file is part of libSML.
5+
//
6+
// libSML is free software: you can redistribute it and/or modify
7+
// it under the terms of the GNU General Public License as published by
8+
// the Free Software Foundation, either version 3 of the License, or
9+
// (at your option) any later version.
10+
//
11+
// libSML is distributed in the hope that it will be useful,
12+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
// GNU General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU General Public License
17+
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
18+
119

220
#ifndef _SML_CLOSE_RESPONSE_H
321
#define _SML_CLOSE_RESPONSE_H

sml/include/sml/sml_crc16.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
2+
// DAI-Labor, TU-Berlin
3+
//
4+
// This file is part of libSML.
5+
//
6+
// libSML is free software: you can redistribute it and/or modify
7+
// it under the terms of the GNU General Public License as published by
8+
// the Free Software Foundation, either version 3 of the License, or
9+
// (at your option) any later version.
10+
//
11+
// libSML is distributed in the hope that it will be useful,
12+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
// GNU General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU General Public License
17+
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
18+
119
#ifndef SML_CRC16_H_
220
#define SML_CRC16_H_
321

sml/include/sml/sml_get_list_request.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
2+
// DAI-Labor, TU-Berlin
3+
//
4+
// This file is part of libSML.
5+
//
6+
// libSML is free software: you can redistribute it and/or modify
7+
// it under the terms of the GNU General Public License as published by
8+
// the Free Software Foundation, either version 3 of the License, or
9+
// (at your option) any later version.
10+
//
11+
// libSML is distributed in the hope that it will be useful,
12+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
// GNU General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU General Public License
17+
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
18+
119
#ifndef _SML_GET_LIST_REQUEST_H
220
#define _SML_GET_LIST_REQUEST_H
321

sml/include/sml/sml_get_list_response.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
2+
// DAI-Labor, TU-Berlin
3+
//
4+
// This file is part of libSML.
5+
//
6+
// libSML is free software: you can redistribute it and/or modify
7+
// it under the terms of the GNU General Public License as published by
8+
// the Free Software Foundation, either version 3 of the License, or
9+
// (at your option) any later version.
10+
//
11+
// libSML is distributed in the hope that it will be useful,
12+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
// GNU General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU General Public License
17+
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
18+
119
#ifndef _SML_GET_LIST_RESPONSE_H
220
#define _SML_GET_LIST_RESPONSE_H
321

sml/include/sml/sml_get_proc_parameter_request.h

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
// Copyright 2011 Juri Glass, Mathias Runge, Nadim El Sayed
2+
// DAI-Labor, TU-Berlin
3+
//
4+
// This file is part of libSML.
5+
//
6+
// libSML is free software: you can redistribute it and/or modify
7+
// it under the terms of the GNU General Public License as published by
8+
// the Free Software Foundation, either version 3 of the License, or
9+
// (at your option) any later version.
10+
//
11+
// libSML is distributed in the hope that it will be useful,
12+
// but WITHOUT ANY WARRANTY; without even the implied warranty of
13+
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14+
// GNU General Public License for more details.
15+
//
16+
// You should have received a copy of the GNU General Public License
17+
// along with libSML. If not, see <http://www.gnu.org/licenses/>.
18+
119
#ifndef _SML_GET_PROC_PARAMETER_REQUEST_H
220
#define _SML_GET_PROC_PARAMETER_REQUEST_H
321

0 commit comments

Comments
 (0)