jtag

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e01c1e4937723d094f52ec3f3bef667273bd38ad
parent 7f2bdfd0d2565d179bc373474b8fe5ee84bee876
Author: Brian Swetland <swetland@frotz.net>
Date:   Sun, 10 Mar 2013 00:15:07 -0800

update copyright header to indicate apache2 license

Diffstat:
Mjconsole.c | 15++++++++++++++-
Mjinfo.c | 15++++++++++++++-
Mjload.c | 15++++++++++++++-
Mjtag-virtual.c | 15+++++++++++++++
Mjtag.c | 15++++++++++++++-
Mjtag.h | 15++++++++++++++-
6 files changed, 85 insertions(+), 5 deletions(-)

diff --git a/jconsole.c b/jconsole.c @@ -1,4 +1,17 @@ -// Copyright 2012, Brian Swetland +/* Copyright 2012 Brian Swetland <swetland@frotz.net> + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <stdio.h> #include <stdlib.h> diff --git a/jinfo.c b/jinfo.c @@ -1,4 +1,17 @@ -// Copyright 2012, Brian Swetland +/* Copyright 2012 Brian Swetland <swetland@frotz.net> + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <stdio.h> #include "jtag.h" diff --git a/jload.c b/jload.c @@ -1,4 +1,17 @@ -// Copyright 2012, Brian Swetland +/* Copyright 2012 Brian Swetland <swetland@frotz.net> + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <stdio.h> #include <stdlib.h> diff --git a/jtag-virtual.c b/jtag-virtual.c @@ -1,3 +1,18 @@ +/* Copyright 2012 Brian Swetland <swetland@frotz.net> + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + #include <stdio.h> #include <stdlib.h> diff --git a/jtag.c b/jtag.c @@ -1,4 +1,17 @@ -// Copyright 2012, Brian Swetland +/* Copyright 2012 Brian Swetland <swetland@frotz.net> + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #include <stdio.h> #include <stdlib.h> diff --git a/jtag.h b/jtag.h @@ -1,4 +1,17 @@ -// Copyright 2012, Brian Swetland +/* Copyright 2012 Brian Swetland <swetland@frotz.net> + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ #ifndef _JTAG_H_ #define _JTAG_H_