Skip to content

Commit

Permalink
Added copyright notice
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@741 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
henjo committed Feb 15, 2002
1 parent 122acbc commit d4140ab
Show file tree
Hide file tree
Showing 17 changed files with 67 additions and 0 deletions.
4 changes: 4 additions & 0 deletions c_runtime/boolean_array.c
@@ -1 +1,5 @@
/*
// Copyright PELAB, Linkoping University
*/

#include "boolean_array.h"
4 changes: 4 additions & 0 deletions c_runtime/boolean_array.h
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#ifndef BOOLEAN_ARRAY_H_
#define BOOLEAN_ARRAT_H_

Expand Down
4 changes: 4 additions & 0 deletions c_runtime/index_spec.c
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#include "index_spec.h"
#include "memory_pool.h"
#include <stdio.h>
Expand Down
4 changes: 4 additions & 0 deletions c_runtime/index_spec.h
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#ifndef INDEX_SPEC_H_
#define INDEX_SPEC_H_

Expand Down
4 changes: 4 additions & 0 deletions c_runtime/integer_array.c
@@ -1 +1,5 @@
/*
// Copyright PELAB, Linkoping University
*/

#include "integer_array.h"
4 changes: 4 additions & 0 deletions c_runtime/integer_array.h
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#ifndef INTEGER_ARRAY_H_
#define INTEGER_ARRAY_H_

Expand Down
4 changes: 4 additions & 0 deletions c_runtime/memory_pool.c
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#include "memory_pool.h"
#include <assert.h>
#include <stdio.h>
Expand Down
4 changes: 4 additions & 0 deletions c_runtime/memory_pool.h
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#ifndef MEMORY_POOL_H_
#define MEMORY_POOL_H_

Expand Down
4 changes: 4 additions & 0 deletions c_runtime/modelica.h
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#ifndef MODELICA_H_
#define MODELICA_H_

Expand Down
3 changes: 3 additions & 0 deletions c_runtime/read_write.c
@@ -1,3 +1,6 @@
/*
// Copyright PELAB, Linkoping University
*/

#include "read_write.h"

Expand Down
4 changes: 4 additions & 0 deletions c_runtime/read_write.h
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#ifndef READ_WRITE_H_
#define READ_WRITE_H_

Expand Down
4 changes: 4 additions & 0 deletions c_runtime/real_array.c
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#include "real_array.h"
#include "index_spec.h"
#include "integer_array.h"
Expand Down
4 changes: 4 additions & 0 deletions c_runtime/real_array.h
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#ifndef REAL_ARRAY_H_
#define REAL_ARRAY_H_

Expand Down
4 changes: 4 additions & 0 deletions c_runtime/string_array.c
@@ -1 +1,5 @@
/*
// Copyright PELAB, Linkoping University
*/

#include "string_array.h"
4 changes: 4 additions & 0 deletions c_runtime/string_array.h
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#ifndef STRING_ARRAY_H_
#define STRING_ARRAY_H_

Expand Down
4 changes: 4 additions & 0 deletions c_runtime/utility.c
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#include "utility.h"

int in_range_integer(modelica_integer i,
Expand Down
4 changes: 4 additions & 0 deletions c_runtime/utility.h
@@ -1,3 +1,7 @@
/*
// Copyright PELAB, Linkoping University
*/

#include "modelica.h"

int in_range_integer(modelica_integer i,
Expand Down

0 comments on commit d4140ab

Please sign in to comment.